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

Run the CLI as non-root
pull/2343/head
Stefan Prodan 3 years ago committed by GitHub
commit 776a7fc9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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" ]

Loading…
Cancel
Save