# This dockerfile is used for goreleaser FROM gcr.io/distroless/static:nonroot WORKDIR / COPY manager . USER 65532:65532 ENTRYPOINT ["/manager"]