mirror of
https://github.com/lukaszraczylo/kubemirror.git
synced 2026-07-11 08:51:50 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Runtime stage - using distroless for minimal attack surface
|
||||
FROM gcr.io/distroless/static:nonroot
|
||||
|
||||
WORKDIR /
|
||||
|
||||
# Copy the binary from goreleaser build
|
||||
COPY kubemirror /kubemirror
|
||||
|
||||
# Use nonroot user (65532)
|
||||
USER 65532:65532
|
||||
|
||||
ENTRYPOINT ["/kubemirror"]
|
||||
Reference in New Issue
Block a user