Skip to content

Commit e86ba94

Browse files
authored
Merge pull request moby#3475 from AkihiroSuda/az-pin-busybox
azblob_test: pin busybox to avoid "Illegal instruction" error
2 parents b55dab7 + 6018fd0 commit e86ba94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hack/azblob_test/test1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM busybox AS build
1+
FROM busybox:1.35 AS build
22
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_first
33
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_second
44

hack/azblob_test/test2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM busybox AS build
1+
FROM busybox:1.35 AS build
22
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_first
33
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_second
44
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_third

0 commit comments

Comments
 (0)