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 c98bbe2 commit 50b0a96Copy full SHA for 50b0a96
.konflux/dockerfiles/git-init.Dockerfile
@@ -1,6 +1,6 @@
1
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2
# note: use ubi image instead of ubi-minimal to avoid issues openssh-clients needing deps only available in ubi
3
-ARG RUNTIME=registry.access.redhat.com/ubi9/ubi@sha256:6d5a6576c83816edcc0da7ed62ba69df8f6ad3cbe659adde2891bfbec4dbf187
+ARG RUNTIME=registry.access.redhat.com/ubi9/ubi@sha256:61bf5be4fcf7fa4d1ce6c8c0376dcb8b06e68aae6a0a54c4cf39c06116684962
4
5
FROM $GO_BUILDER AS builder
6
0 commit comments