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 f6206c6 commit 4789cfeCopy full SHA for 4789cfe
Dockerfile
@@ -17,7 +17,8 @@ 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/
0 commit comments