Skip to content

Commit

Permalink
Switch to opensuse Tumbleweed
Browse files Browse the repository at this point in the history
Signed-off-by: Renaud Gaubert <rgaubert@nvidia.com>
  • Loading branch information
Renaud Gaubert committed Jul 2, 2020
1 parent 4079b6f commit 1693452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/multi-arch.bash
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

get_and_extract_opensuse() {
local cache="/tmp/opensuse-cache"
local opensuse="opensuse:3.11.6"
local opensuse="opensuse:latest"
local rootless=$(id -u)
local args=()

Expand All @@ -16,10 +16,10 @@ get_and_extract_opensuse() {
if [ ! -d "$cache/opensuse" ]; then
case $(go env GOARCH) in
arm64)
skopeo copy docker://arm64v8/opensuse/leap:15.1 "oci:$opensuse"
skopeo copy docker://arm64v8/opensuse/tumbleweed:latest "oci:$opensuse"
;;
*)
skopeo copy docker://opensuse/leap:15.1 "oci:$opensuse"
skopeo copy docker://opensuse/tumbleweed:latest "oci:$opensuse"
;;
esac
fi
Expand Down

0 comments on commit 1693452

Please sign in to comment.