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 173af85 commit c98bbe2Copy full SHA for c98bbe2
.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:304b50df1ea4db9706d8a30f4bbf26f582936ebc80c7e075c72ff2af99292a54
+ARG RUNTIME=registry.access.redhat.com/ubi9/ubi@sha256:6d5a6576c83816edcc0da7ed62ba69df8f6ad3cbe659adde2891bfbec4dbf187
4
5
FROM $GO_BUILDER AS builder
6
0 commit comments