fix: workaround for emailsender kind image load#2577
Conversation
2bc0eb3 to
ef26bf8
Compare
d05f91d to
95769c7
Compare
It's not, I changed the script to use a |
| done | ||
|
|
||
| kind load docker-image "${img}" | ||
| docker save --platform amd64 "$img" -o "$IMG_TAR_DIR/$imgname.tar" |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davdhacs, johannes94, kovayur 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 |
|
/override ci/prow/e2e Not relevant to this change. |
|
@johannes94: Overrode contexts on behalf of johannes94: ci/prow/e2e 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-sigs/prow repository. |
Description
With the docker update in GitHub the emailsender compatiblity tests was broken on loading the image to kind.
@davdhacs tried to fix that for the stackrox/stackrox copy of this workflow with stackrox/stackrox#19050
I tried one of the workarounds from the comment section of that related issue in the kind repo suggested by @porridge. kubernetes-sigs/kind#3795 (comment)
It looks like that fixes the test.
Checklist (Definition of Done)
Test manualROX-12345: ...Test manual