We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5219bde commit a523db7Copy full SHA for a523db7
Dockerfile
@@ -30,7 +30,7 @@ COPY internal/controller/ internal/controller/
30
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
31
RUN CGO_ENABLED=1 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
32
33
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764578379
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1764794109
34
35
# Install dependencies for FIPS compliance.
36
# RUN microdnf install -y openssl && microdnf clean all
0 commit comments