From 039fea048c7b6478b25539d56c03db9c4b7b94d8 Mon Sep 17 00:00:00 2001 From: Chris Richardson Date: Thu, 3 Jul 2025 12:31:28 -0400 Subject: [PATCH] comment out --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 348b837..5a9c6d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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