mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
feat: add org.opencontainers.image.source label to docker images (#12270)
Signed-off-by: James Callahan <james@wavesquid.com>
This commit is contained in:
parent
02eb67a43e
commit
e420666d76
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ RUN ./install.sh helm-linux && \
|
|||
####################################################################################################
|
||||
FROM $BASE_IMAGE AS argocd-base
|
||||
|
||||
LABEL org.opencontainers.image.source="https://github.com/argoproj/argo-cd"
|
||||
|
||||
USER root
|
||||
|
||||
ENV ARGOCD_USER_ID=999
|
||||
|
|
|
|||
Loading…
Reference in a new issue