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

Commit 2d5f43c

Browse files
committed
Update sha due to change to busybox build file 3 days ago.
1 parent f8b5ad8 commit 2d5f43c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

tools/fast_puller_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
parser.add_argument(
5959
'--client-config-dir',
6060
action='store',
61-
help='The path to the directory where the client configuration files are '
61+
help='The path to the directory w here the client configuration files are '
6262
'located. Overiddes the value from DOCKER_CONFIG')
6363
parser.add_argument(
6464
'--cache', action='store', help='Image\'s files cache directory.')

0 commit comments

Comments
 (0)