We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49e42f1 commit 86e401bCopy full SHA for 86e401b
Dockerfile
@@ -32,7 +32,7 @@ ENV GOOS=${TARGETOS:-linux}
32
ENV GOARCH=${TARGETARCH}
33
RUN go build -a -o bin/epp -ldflags="-extldflags '-L$(pwd)/lib'" cmd/epp/main.go cmd/epp/health.go
34
35
-# Use distroless as minimal base image to package the manager binary
+# Use ubi9 as a minimal base image to package the manager binary
36
# Refer to https://github.com/GoogleContainerTools/distroless for more details
37
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
38
WORKDIR /
0 commit comments