Skip to content

Commit

Permalink
Fix "kubeav" binary being copied into wrong place (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich authored Oct 5, 2021
1 parent 055be62 commit 2d2e1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/package/docker/operator.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gcr.io/distroless/static:nonroot
WORKDIR /
COPY kubeav /usr/local/bin
COPY kubeav /usr/local/bin/kubeav
USER 65532:65532

ENTRYPOINT ["/usr/local/bin/kubeav"]

0 comments on commit 2d2e1c2

Please sign in to comment.