Skip to content

Commit

Permalink
more brokeness
Browse files Browse the repository at this point in the history
  • Loading branch information
cdowning-betterup committed Sep 9, 2024
1 parent 5e0b40e commit d4e8541
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,10 @@ RUN addgroup -g $ARGOCD_USER_ID argocd && \
apk add git git-lfs nss_wrapper openssl openssh-keysign tini gpg gpg-agent gcompat

COPY --from=argocd --chown=root:root /usr/local/bin/argocd /usr/local/bin/
COPY --from=argocd --chown=root:root /usr/local/bin/helm* /usr/local/bin/
# COPY --from=argocd --chown=root:root /usr/local/bin/helm* /usr/local/bin/
COPY --from=argocd --chown=root:root /usr/local/bin/sops /usr/local/bin/
COPY --from=argocd --chown=root:root /usr/local/bin/kubectl /usr/local/bin/kubectl
COPY --from=argocd --chown=root:root /usr/local/bin/kustomize /usr/local/bin/kustomize
# COPY --from=argocd --chown=root:root /usr/local/bin/kubectl /usr/local/bin/kubectl
# COPY --from=argocd --chown=root:root /usr/local/bin/kustomize /usr/local/bin/kustomize
COPY --from=awscli --chown=root:root /usr/local/aws-cli /usr/local/aws-cli
COPY scripts/* /usr/local/bin/

Expand Down Expand Up @@ -217,7 +217,7 @@ RUN chmod 750 -R /home/argocd

USER $ARGOCD_USER_ID

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

USER root

Expand Down

0 comments on commit d4e8541

Please sign in to comment.