Update to container-structure-test 1.8.0#685
Conversation
|
Hi @briandealwis. Thanks for your PR. I'm waiting for a bazelbuild member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
|
looks like the windows tests are failing, the error message is not too descriptive, but does seem to point to 1.7.0 being problematic |
|
Too bad the tests are run with |
|
I'm assuming the local failure is the same as what's happening on the build machine. It's odd that the other builds all pass though. |
|
I opened GoogleContainerTools/container-structure-test#197 and did some initial digging. It turns out that the generated Windows images have 0-byte layer.tar files which seems … unusual? Here's what happens:
|
|
@briandealwis: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
|
@briandealwis: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
|
So it seems 0-byte layer.tar files are considered valid. I've opened google/go-containerregistry#367 |
|
container-structure-test v1.8.0 has been released, which fixes the odd test failure, and the tests now pass. PTAL @nlopezgi |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: briandealwis, xingao267 If they are not already assigned, you can assign the PR to them by writing 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 |
container-structure-test 1.7.0 adds the ability to test image metadata with regexs.
Updated to container-structure-test v1.8.0, which pulls in the 0-byte layer.tar fix from
google/go-containerregistry