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 Apr 15, 2024
1 parent 9f42959 commit 90eb6d0
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 90eb6d0

Please sign in to comment.