Skip to content

Commit

Permalink
fix(Dockerfile): Error: container has runAsNonRoot and image has non-…
Browse files Browse the repository at this point in the history
…numeric user (argocd), cannot verify user is non-root
  • Loading branch information
JuniorJPDJ committed Mar 12, 2024
1 parent c5a770d commit fdf0664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN curl -fsSL https://github.com/helmfile/vals/releases/download/v${VALS_VERSIO

RUN ln -sf "$(helm env HELM_PLUGINS)/helm-secrets/scripts/wrapper/helm.sh" /usr/local/sbin/helm

USER argocd
USER $ARGOCD_USER_ID

# helm-secrets installation
RUN helm plugin install --version ${HELM_SECRETS_VERSION} https://github.com/jkroepke/helm-secrets

0 comments on commit fdf0664

Please sign in to comment.