comment out
Some checks failed
Tests / Run on Ubuntu (push) Failing after 39s
Lint / Run on Ubuntu (push) Failing after 1m3s
Build images / Build docker image (push) Successful in 2m49s

This commit is contained in:
Chris Richardson
2025-07-03 12:31:28 -04:00
parent 3798bbdae1
commit 039fea048c

View File

@@ -25,7 +25,8 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o ma
# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot
# FROM gcr.io/distroless/static:nonroot
FROM ubuntu:24.10
WORKDIR /
COPY --from=builder /workspace/manager .
USER 65532:65532