Skip to content

Commit

Permalink
Merge pull request #209 from sayan-biswas/change-ubi-image
Browse files Browse the repository at this point in the history
fix: Change base image to UBI9
  • Loading branch information
sayan-biswas authored Aug 2, 2024
2 parents 9f04036 + df7eea8 commit 4ed5237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .konflux/shared-resource/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN rm -f /vendor/k8s.io/apimachinery/pkg/util/managedfields/pod.yaml

RUN CGO_ENABLED=0 GO111MODULE=on go build -a -mod=vendor -o openshift-builds-shared-resource ./cmd/csidriver

FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1194@sha256:104cf11d890aeb7dd5728b7d7732e175a0e4018f1bb00d2faebcc8f6bf29bd52
FROM registry.access.redhat.com/ubi9/ubi@sha256:1ee4d8c50d14d9c9e9229d9a039d793fcbc9aa803806d194c957a397cf1d2b17

COPY --from=builder /opt/app-root/src/openshift-builds-shared-resource .
COPY LICENSE /licenses/
Expand Down

0 comments on commit 4ed5237

Please sign in to comment.