Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 8479b78

Browse files
committed
adding missing docker file
1 parent 8aa2084 commit 8479b78

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

goreleaser.dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
FROM gcr.io/distroless/static:nonroot
2+
WORKDIR /
3+
COPY git-sync-controller /manager
4+
USER 65532:65532
5+
6+
ENTRYPOINT ["/manager"]

0 commit comments

Comments
 (0)