Skip to content

Commit

Permalink
vmtests: use root-images:20240415.162748 in fetch-data.sh
Browse files Browse the repository at this point in the history
Previously the fetch-data was defaulting to root-images:latest that is
more than a year old now (!) but most importantly, not multi-arch as
this new tag.

Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy committed May 30, 2024
1 parent 2b733b7 commit 44240da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vmtests/fetch-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu -o pipefail


OCIORG=quay.io/lvh-images
ROOTIMG=$OCIORG/root-images
ROOTIMG=$OCIORG/root-images:20240415.162748@sha256:2637beacabbb48e2ee89a8f296a123142257ae10616308f81e7210ac85b92789
KERNIMG=$OCIORG/kernel-images
CONTAINER_ENGINE=${CONTAINER_ENGINE:-docker}
KERNEL_VERS="$@"
Expand Down

0 comments on commit 44240da

Please sign in to comment.