mirror of
https://github.com/lukaszraczylo/kubernetes-images-sync-operator.git
synced 2026-07-10 04:03:01 +00:00
Bring operator to the brand new world of build and deployments.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Dockerfile for GoReleaser dockers_v2
|
||||
# GoReleaser organizes binaries by platform: linux/amd64/manager, linux/arm64/manager
|
||||
FROM gcr.io/distroless/static:nonroot
|
||||
ARG TARGETPLATFORM
|
||||
WORKDIR /
|
||||
COPY ${TARGETPLATFORM}/manager /manager
|
||||
USER 65532:65532
|
||||
ENTRYPOINT ["/manager"]
|
||||
Reference in New Issue
Block a user