Add org.opencontainers.image.source OCI label to containers

A full list of pre-defined annotations is available at:
https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys

Signed-off-by: James Callahan <james@wavesquid.com>
This commit is contained in:
James Callahan 2023-01-13 18:23:08 +11:00
parent b99fdc32ab
commit 33e9c030ea
No known key found for this signature in database
GPG Key ID: B7CC4EE4F818B84D
5 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,8 @@ ARG BASE_IMAGE
FROM $BASE_IMAGE
LABEL org.opencontainers.image.source="https://github.com/cert-manager/cert-manager"
USER 1000
COPY acmesolver /app/cmd/acmesolver/acmesolver

View File

@ -2,6 +2,8 @@ ARG BASE_IMAGE
FROM $BASE_IMAGE
LABEL org.opencontainers.image.source="https://github.com/cert-manager/cert-manager"
USER 1000
COPY cainjector /app/cmd/cainjector/cainjector

View File

@ -2,6 +2,8 @@ ARG BASE_IMAGE
FROM $BASE_IMAGE
LABEL org.opencontainers.image.source="https://github.com/cert-manager/cert-manager"
USER 1000
COPY controller /app/cmd/controller/controller

View File

@ -2,6 +2,8 @@ ARG BASE_IMAGE
FROM $BASE_IMAGE
LABEL org.opencontainers.image.source="https://github.com/cert-manager/cert-manager"
USER 1000
COPY ctl /app/cmd/ctl/ctl

View File

@ -2,6 +2,8 @@ ARG BASE_IMAGE
FROM $BASE_IMAGE
LABEL org.opencontainers.image.source="https://github.com/cert-manager/cert-manager"
USER 1000
COPY webhook /app/cmd/webhook/webhook