Skip to content

Commit 89f0d0f

Browse files
committed
rolled back Dockerfile
Signed-off-by: Aleksandr Petrov <burnb83@gmail.com>
1 parent 4124eb5 commit 89f0d0f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ RUN apk update && \
1717
apk add ca-certificates git openssh-client aws-cli tini && \
1818
rm -rf /var/cache/apk/*
1919

20-
RUN mkdir -p /usr/local/bin /app/config
20+
RUN mkdir -p /usr/local/bin
21+
RUN mkdir -p /app/config
2122
RUN adduser --home "/app" --disabled-password --uid 1000 argocd
2223

2324
COPY --from=builder /src/argocd-image-updater/dist/argocd-image-updater /usr/local/bin/
2425
COPY hack/git-ask-pass.sh /usr/local/bin/git-ask-pass.sh
2526

2627
USER 1000
2728

28-
ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/argocd-image-updater"]
29+
ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/argocd-image-updater"]

0 commit comments

Comments
 (0)