Fix image replacement for builder stage in Installer#6433
Fix image replacement for builder stage in Installer#6433openshift-merge-robot merged 3 commits intoopenshift:masterfrom
Conversation
The stage in the referenced Dockerfiles is `builder`, not `build`.
There was a problem hiding this comment.
is the cluster ref explicitly needed here?
The stage in the referenced Dockerfiles is `builder`, not `build`.
be420bc to
ec24fc5
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, LorbusChris The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
No rehearsals were run on this change... https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/pr-logs/pull/openshift_release/6433/pull-ci-openshift-release-master-pj-rehearse/11564#1:build-log.txt%3A73 so hopefully this works. 🤞 |
|
@LorbusChris: Updated the following 16 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The references to the
ocp/builderimage were not replaced, because image replacement in installer is misconfigured:The stage in the referenced Dockerfiles is
builder, notbuild:Here it says input as
build(https://github.com/openshift/release/blob/master/ci-operator/config/openshift/installer/openshift-installer-master.yaml#L17)but in the corresponding Dockerfile it is
AS builder(https://github.com/openshift/installer/blob/master/images/installer/Dockerfile.ci#L4)go vet'ing the flattened vendor dir in Installer with Go Modules. (see e.g.:https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/pr-logs/pull/openshift_installer/2745/pull-ci-openshift-installer-master-govet/7136#1:build-log.txt%3A22Also referencing
#6428 (comment)