Skip to content
This repository was archived by the owner on Jun 4, 2021. It is now read-only.

Commit 5b4a2cd

Browse files
authored
Merge pull request #133 from google/upstream-1545955902
Update sha due to change to busybox build file 3 days ago
2 parents f8b5ad8 + 1fba9cc commit 5b4a2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

puller_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function test_puller() {
2929
puller.par --name="${image}" --directory=/tmp/
3030
}
3131

32-
test_puller_multiplatform() {
32+
function test_puller_multiplatform() {
3333
local image=$1
3434
local expected_digest=$2
3535
shift 2
@@ -168,7 +168,7 @@ test_puller_multiplatform gcr.io/google-containers/pause:3.1 \
168168
--os linux --architecture ppc64le
169169

170170
test_puller_multiplatform index.docker.io/library/busybox:1.29.3 \
171-
sha256:11a6b4baf996d8e52a332fbe7117aca1aae2b3068c7106f5b1065c16e8660895 \
171+
sha256:d9ba6331ecef10de2a6d3eb403c815d86838a2ffb8368f7d75bb8faafc5aaa3e \
172172
--os linux --architecture arm --variant v5
173173

174174
# TODO: add multiplatform test cases on --os-features and --features

0 commit comments

Comments
 (0)