Skip to content

Commit

Permalink
Use default builder image in dockerfile generator (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr authored Mar 6, 2025
1 parent a837d8f commit b4d4952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openshift/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ repo_root_dir=$(dirname "$(realpath "${BASH_SOURCE[0]}")")/..

GOFLAGS='' go run github.com/openshift-knative/hack/cmd/generate@latest \
--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"
--generators dockerfile

0 comments on commit b4d4952

Please sign in to comment.