comment out
Some checks failed
Tests / Run on Ubuntu (push) Failing after 32s
Lint / Run on Ubuntu (push) Failing after 1m6s
Build images / Build docker image (push) Failing after 2m23s

This commit is contained in:
Chris Richardson
2025-07-02 23:57:38 -04:00
parent d34078f8de
commit b229c050e3

View File

@@ -28,9 +28,8 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
FROM gcr.io/distroless/static:nonroot
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532
RUN mkdir -p /var/log/etcd-operator
RUN chown 65532:65532 /var/log/etcd-operator
USER 65532:65532
ENTRYPOINT ["/manager"]