unpin skopeo during mac acceptance tests (#176)

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
This commit is contained in:
Alex Goodman 2020-09-18 13:54:40 -04:00 committed by GitHub
parent 1866949eff
commit 45b5cab49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,8 +29,8 @@ function cleanup {
trap cleanup EXIT trap cleanup EXIT
# install skopeo (pinned to 1.1.0) # install skopeo
skopeo --version || brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/75e8d7a40af77b48cc91f4bdb7d669f891a6de60/Formula/skopeo.rb skopeo --version || brew install skopeo
# fetch test image # fetch test image
skopeo --override-os linux copy docker://docker.io/${TEST_IMAGE} docker-archive:${TEST_IMAGE_TAR} skopeo --override-os linux copy docker://docker.io/${TEST_IMAGE} docker-archive:${TEST_IMAGE_TAR}