Skip to content

Commit

Permalink
Update CI images base (#990)
Browse files Browse the repository at this point in the history
Update CI images base to use OCP 4.19 because older OCP images do not have Go 1.23.
  • Loading branch information
matejvasek authored Dec 3, 2024
1 parent d5221fb commit c74c281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/scripts/generate-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ install_generate_hack_tool || exit 1
"$(go env GOPATH)"/bin/generate \
--root-dir "${repo_root_dir}" \
--generators dockerfile \
--dockerfile-image-builder-fmt "registry.ci.openshift.org/openshift/release:rhel-8-release-golang-%s-openshift-4.17" \
--dockerfile-image-builder-fmt "registry.ci.openshift.org/openshift/release:rhel-8-release-golang-%s-openshift-4.19" \
--includes cmd/func-util \
--template-name "func-util"

0 comments on commit c74c281

Please sign in to comment.