Skip to content

Commit

Permalink
Merge pull request #1497 from cybozu/fix-argocd-image-updater-user
Browse files Browse the repository at this point in the history
run argocd-image-updater as 10000 user instead of 'argocd'.
  • Loading branch information
rkwmt authored Jan 6, 2025
2 parents 3ec123f + d9f7555 commit 30bf925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argocd-image-updater/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ COPY --from=builder /work/argocd-image-updater/dist/argocd-image-updater /usr/lo
COPY --from=builder /work/argocd-image-updater/hack/git-ask-pass.sh /usr/local/bin/git-ask-pass.sh
COPY --from=builder /work/argocd-image-updater/LICENSE /usr/local/argocd-image-updater/LICENSE

USER argocd
USER 10000:10000

ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/argocd-image-updater"]
2 changes: 1 addition & 1 deletion argocd-image-updater/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.15.1.1
0.15.1.2

0 comments on commit 30bf925

Please sign in to comment.