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 4a4cfd0 commit 0f64255Copy full SHA for 0f64255
Dockerfile
@@ -9,10 +9,11 @@ RUN mkdir -p dist && \
9
10
FROM alpine:latest
11
12
-RUN apk update && apk upgrade && apk add git
+RUN apk update && apk upgrade && apk add git openssh-client
13
14
RUN mkdir -p /usr/local/bin
15
RUN mkdir -p /app/config
16
+RUN adduser --home "/app" --disabled-password --uid 1000 argocd
17
18
COPY --from=builder /src/argocd-image-updater/dist/argocd-image-updater /usr/local/bin/
19
COPY hack/git-ask-pass.sh /usr/local/bin/git-ask-pass.sh
0 commit comments