Skip to content
This repository was archived by the owner on Jun 4, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions puller_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function test_puller() {
puller.par --name="${image}" --directory=/tmp/
}

test_puller_multiplatform() {
function test_puller_multiplatform() {
local image=$1
local expected_digest=$2
shift 2
Expand Down Expand Up @@ -168,7 +168,7 @@ test_puller_multiplatform gcr.io/google-containers/pause:3.1 \
--os linux --architecture ppc64le

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

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