File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ ENV GOMODCACHE=/go/pkg/mod
2727RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build \
2828 CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/manager/main.go
2929
30- # Use distroless as minimal base image to package the manager binary
31- # Refer to https://github. com/GoogleContainerTools/distroless for more details
32- FROM gcr.io/distroless/static:nonroot
30+ # Use a minimal base image to package the manager binary
31+ # Refer to https://www.redhat. com/en/blog/introduction-ubi-micro for more details
32+ FROM registry.access.redhat.com/ubi9/ubi-micro
3333
3434ENV SUMMARY="CloudNativePG Barman plugin" \
3535 DESCRIPTION="Container image that provides the barman-cloud plugin"
@@ -38,7 +38,7 @@ LABEL summary="$SUMMARY" \
3838 description="$DESCRIPTION" \
3939 io.k8s.display-name="$SUMMARY" \
4040 io.k8s.description="$DESCRIPTION" \
41- name="CloudNativePG Barman plugin " \
41+ name="$SUMMARY " \
4242 vendor="CloudNativePG Contributors" \
4343 url="https://cloudnative-pg.io/" \
4444 version="" \
You can’t perform that action at this time.
0 commit comments