Skip to content

Commit

Permalink
Merge pull request #275 from estesp/fix-integ
Browse files Browse the repository at this point in the history
Fix local pull of prep images
  • Loading branch information
estesp authored Nov 21, 2024
2 parents 3fe3e4a + eba1650 commit a834ffe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration/common-setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ function _common_setup() {

function _load_test_images() {

"${RUNTIME_TOOL}" pull amd64/alpine:latest
"${RUNTIME_TOOL}" pull arm64v8/alpine:latest
"${RUNTIME_TOOL}" pull ppc64le/alpine:latest
"${RUNTIME_TOOL}" pull s390x/alpine:latest
"${RUNTIME_TOOL}" pull --platform linux/amd64 amd64/alpine:latest
"${RUNTIME_TOOL}" pull --platform linux/arm64/v8 arm64v8/alpine:latest
"${RUNTIME_TOOL}" pull --platform linux/ppc64le ppc64le/alpine:latest
"${RUNTIME_TOOL}" pull --platform linux/s390x s390x/alpine:latest
"${RUNTIME_TOOL}" tag amd64/alpine:latest ${HOSTNM}/alpine:amd64
"${RUNTIME_TOOL}" tag ppc64le/alpine:latest ${HOSTNM}/alpine:ppc64le
"${RUNTIME_TOOL}" tag arm64v8/alpine:latest ${HOSTNM}/alpine:arm64
Expand Down

0 comments on commit a834ffe

Please sign in to comment.