We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3ef0d commit 5c651afCopy full SHA for 5c651af
Dockerfile.model-validation.rh
@@ -24,7 +24,7 @@ COPY internal/ internal/
24
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
25
26
# Use minimal base image to package the manager binary
27
-FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8
+FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
28
WORKDIR /
29
COPY --from=builder /workspace/manager .
30
USER 65532:65532
0 commit comments