Use an amd64 tag for the opm image#1644
Conversation
| FROM openshift/origin-base as builder | ||
|
|
||
| COPY --from=quay.io/operator-framework/opm:latest /bin/opm /bin/opm | ||
| COPY --from=quay.io/operator-framework/opm:v1.23.2-amd64 /bin/opm /bin/opm |
There was a problem hiding this comment.
:master is multi arch, can we use that one?
There was a problem hiding this comment.
Is it safe to use master? that tag is multi arch too. Let me ask again.
There was a problem hiding this comment.
v1.23.2-amd64 isn't v1.23 is multi arch
There was a problem hiding this comment.
Is it safe to use master?
No, it's not but so far we have used "latest" which isn't safe as well
There was a problem hiding this comment.
I switched to v1.23.2 now that some tests passed.
|
@skonto: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
flacky test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pierDipi, skonto 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 |
Proposed Changes
amd64afaik. The image changed a few hours ago and things broke.opm:latestis derived from an arm64 arch check here.