Skip to content

Commit

Permalink
Merge pull request moby#3475 from AkihiroSuda/az-pin-busybox
Browse files Browse the repository at this point in the history
azblob_test: pin busybox to avoid "Illegal instruction" error
  • Loading branch information
tonistiigi committed Jan 8, 2023
2 parents b55dab7 + 6018fd0 commit e86ba94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/azblob_test/test1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM busybox AS build
FROM busybox:1.35 AS build
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_first
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_second

Expand Down
2 changes: 1 addition & 1 deletion hack/azblob_test/test2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM busybox AS build
FROM busybox:1.35 AS build
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_first
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_second
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_third
Expand Down

0 comments on commit e86ba94

Please sign in to comment.