Skip to content

Commit

Permalink
fix: agent pod is not starting because the image is running as root (#…
Browse files Browse the repository at this point in the history
…203)

Signed-off-by: Mike Ng <[email protected]>
  • Loading branch information
mikeshng authored Oct 11, 2024
1 parent 71f4226 commit 3734a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.agent
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ RUN make agent
FROM docker.io/library/alpine:latest

COPY --from=builder /src/dist/argocd-agent-agent /bin/argocd-agent-agent

USER 999
ENTRYPOINT ["/bin/argocd-agent-agent"]

0 comments on commit 3734a6f

Please sign in to comment.