Skip to content
Snippets Groups Projects
Unverified Commit 776a7fc9 authored by Stefan Prodan's avatar Stefan Prodan Committed by GitHub
Browse files

Merge pull request #2342 from fluxcd/flux-cli-non-root

Run the CLI as non-root
parents 030e166f 08412b72
No related branches found
No related tags found
No related merge requests found
......@@ -20,4 +20,5 @@ RUN apk add --no-cache ca-certificates
COPY --from=builder /usr/local/bin/kubectl /usr/local/bin/
COPY --chmod=755 flux /usr/local/bin/
USER 65534:65534
ENTRYPOINT [ "flux" ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment