We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4124eb5 commit 89f0d0fCopy full SHA for 89f0d0f
Dockerfile
@@ -17,12 +17,13 @@ RUN apk update && \
17
apk add ca-certificates git openssh-client aws-cli tini && \
18
rm -rf /var/cache/apk/*
19
20
-RUN mkdir -p /usr/local/bin /app/config
+RUN mkdir -p /usr/local/bin
21
+RUN mkdir -p /app/config
22
RUN adduser --home "/app" --disabled-password --uid 1000 argocd
23
24
COPY --from=builder /src/argocd-image-updater/dist/argocd-image-updater /usr/local/bin/
25
COPY hack/git-ask-pass.sh /usr/local/bin/git-ask-pass.sh
26
27
USER 1000
28
-ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/argocd-image-updater"]
29
+ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/argocd-image-updater"]
0 commit comments