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:
parent
b99fdc32ab
commit
33e9c030ea
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user