Skip to content

Commit 6018fd0

Browse files
committed
azblob_test: pin busybox to avoid "Illegal instruction" error
Follow-up to PR 3469 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 10aa3b3 commit 6018fd0

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)