Skip to content

Commit

Permalink
fix running in kube
Browse files Browse the repository at this point in the history
  • Loading branch information
simonoff committed Sep 10, 2024
1 parent ca95060 commit 49d2e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ LABEL summary="$SUMMARY" \
release="1"

WORKDIR /
USER nonroot:nonroot
COPY --chown=nonroot:nonroot --chmod=0755 dist/manager_linux_${TARGETARCH}*/manager .
USER 65532:65532
COPY --chown=65532:65532 --chmod=0755 dist/manager_linux_${TARGETARCH}*/manager .
ENTRYPOINT ["/manager"]

0 comments on commit 49d2e95

Please sign in to comment.