comment out
Some checks failed
Tests / Run on Ubuntu (push) Failing after 45s
Lint / Run on Ubuntu (push) Failing after 57s
Build images / Build docker image (push) Failing after 2m31s

This commit is contained in:
Chris Richardson
2025-07-02 23:42:11 -04:00
parent 74e203d611
commit d34078f8de

View File

@@ -29,5 +29,8 @@ 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
ENTRYPOINT ["/manager"]