update 7zip image for image-builder#5287
Conversation
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: peirulu 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 |
|
/cherry-pick release-0.25 |
|
@peirulu: new pull request created: #5288 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. |
|
@peirulu: new pull request created: #5289 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. |
Issue #, if available:
Description of changes:
The image-builder presubmit is failing with error
Later find out the image
https://www.7-zip.org/a/7z2406-linux-x64.tar.xzdoesn't exist, thus change the image tohttps://www.7-zip.org/a/7z2600-linux-x64.tar.xzTesting:
https://www.7-zip.org/a/7z2406-linux-x64.tar.xzdoesn't existcurl -s -o /dev/null -w "%{h ttp_code}" https://www.7-zip.org/a/7z 2408-linux-x64.tar.xz 404curl -s -o /dev/null -w "%{http_code}" https://www.7-zip.org/a/7z2600-linux-x64.tar.xz 200By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.