Skip to content

Commit 6b0023d

Browse files
committed
test: update pinned busybox image to 1.36
https://bugs.busybox.net/show_bug.cgi?id=15236 fixes SIGILL on accessing sha256 on some CPUs Signed-off-by: CrazyMax <[email protected]>
1 parent 4fcb54a commit 6b0023d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

util/testutil/integration/pins.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package integration
22

33
var pins = map[string]map[string]string{
4-
// busybox is pinned to 1.35. Newer produces has "illegal instruction" panic on some of Github infra on sha256sum
4+
// busybox 1.36
55
"busybox:latest": {
6-
"amd64": "sha256:0d5a701f0ca53f38723108687add000e1922f812d4187dea7feaee85d2f5a6c5",
7-
"arm64v8": "sha256:ffe38d75e44d8ffac4cd6d09777ffc31e94ea0ded6a0164e825a325dc17a3b68",
8-
"library": "sha256:f4ed5f2163110c26d42741fdc92bd1710e118aed4edb19212548e8ca4e5fca22",
6+
"amd64": "sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee",
7+
"arm64v8": "sha256:1fa89c01cd0473cedbd1a470abb8c139eeb80920edf1bc55de87851bfb63ea11",
8+
"library": "sha256:3fbc632167424a6d997e74f52b878d7cc478225cffac6bc977eedfe51c7f4e79",
99
},
1010
// alpine 3.18
1111
"alpine:latest": {

0 commit comments

Comments
 (0)