Switch test image to a non rate-limited manifest list#5216
Switch test image to a non rate-limited manifest list#5216crosbymichael merged 1 commit intocontainerd:masterfrom
Conversation
|
Build succeeded.
|
|
Well, it was a fun exercise; to make this work we need an image with at least |
|
well pause vs alpine would probably improve our benchmark scoring :-) |
|
LOL on |
|
I guess an alpine image from gcr will work |
3e0e979 to
20c95d6
Compare
Signed-off-by: Phil Estes <[email protected]>
|
|
||
| var ( | ||
| testImage string | ||
| testImage = "mirror.gcr.io/library/busybox:latest" |
There was a problem hiding this comment.
Can we also have const testImageWWWDataUID = 33 in this file?
There was a problem hiding this comment.
Lets go ahead and merge this so the CI doesn't keep failing on us. We can address this in a followup
|
uh oh.. I was still looking into random CI failures (I can't figure out why not consistent) after this switch to |
|
oops. you wanna revert of fix forward? |
Builds on changes from #5189 to default to a non rate-limited
testImageused across many of the client tests since we are still having a lot of rate-limiting on the macos nodes running the SELinux/Cgroupsv2 tests.Signed-off-by: Phil Estes [email protected]