Skip to content

Commit

Permalink
Update the Docker file to use amd64 ubi image
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodbindal committed Oct 24, 2024
1 parent 9e28cdf commit 95a4630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/dockerfiles/cache.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
ARG RUNTIME=registry.access.redhat.com/ubi9/ubi-minimal:latest
ARG RUNTIME=rregistry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:f5d2c6a1e0c86e4234ea601552dbabb4ced0e013a1efcbfb439f1f6a7a9275b0

FROM $GO_BUILDER AS builder

Expand Down

0 comments on commit 95a4630

Please sign in to comment.