This repository was archived by the owner on Jun 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ function test_puller() {
29
29
puller.par --name=" ${image} " --directory=/tmp/
30
30
}
31
31
32
- test_puller_multiplatform () {
32
+ function test_puller_multiplatform() {
33
33
local image=$1
34
34
local expected_digest=$2
35
35
shift 2
@@ -168,7 +168,7 @@ test_puller_multiplatform gcr.io/google-containers/pause:3.1 \
168
168
--os linux --architecture ppc64le
169
169
170
170
test_puller_multiplatform index.docker.io/library/busybox:1.29.3 \
171
- sha256:11a6b4baf996d8e52a332fbe7117aca1aae2b3068c7106f5b1065c16e8660895 \
171
+ sha256:d9ba6331ecef10de2a6d3eb403c815d86838a2ffb8368f7d75bb8faafc5aaa3e \
172
172
--os linux --architecture arm --variant v5
173
173
174
174
# TODO: add multiplatform test cases on --os-features and --features
Original file line number Diff line number Diff line change 58
58
parser .add_argument (
59
59
'--client-config-dir' ,
60
60
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 '
62
62
'located. Overiddes the value from DOCKER_CONFIG' )
63
63
parser .add_argument (
64
64
'--cache' , action = 'store' , help = 'Image\' s files cache directory.' )
You can’t perform that action at this time.
0 commit comments