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 b197d90 commit 0079b60Copy full SHA for 0079b60
Dockerfile.konflux
@@ -26,7 +26,7 @@ USER root
26
27
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -tags strictfipsruntime -a -o manager main.go
28
29
-FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:9746f7ac575b4427fc9635f8f575289870a8b30dabf77ee992ae4c2f1e121cce
+FROM registry.access.redhat.com/ubi8/ubi-minimal@sha256:5b195cf0b8eb2262ce81334ee44066fdb5026022803f55bfe607be7d08d4fe43
30
WORKDIR /
31
COPY --from=builder /workspace/manager .
32
0 commit comments