Skip to content

Commit

Permalink
Dockerfile: Switch from openshift-4.16 to openshift-4.17 tag for go-1.21
Browse files Browse the repository at this point in the history
Updating the tag from `rhel-8-release-golang-1.21-openshift-4.16` to
`rhel-8-release-golang-1.21-openshift-4.17` so that it can be updated to
golang-1.22 since `rhel-8-release-golang-1.22-openshift-4.17` tag exist
but not `rhel-8-release-golang-1.22-openshift-4.16` one.
  • Loading branch information
praveenkumar committed Sep 19, 2024
1 parent fe55e68 commit 3a2d864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/openshift-ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This Dockerfile is used by openshift CI
# It builds an image containing crc and nss-wrapper for remote deployments, as well as the google cloud-sdk for nested GCE environments.

FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.21-openshift-4.16 AS builder
FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.21-openshift-4.17 AS builder
WORKDIR /go/src/github.com/crc-org/crc
COPY . .
RUN make release
Expand Down

0 comments on commit 3a2d864

Please sign in to comment.