From 2174b763da777ff852fc744e6138661d6de42099 Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Mon, 15 Apr 2024 18:00:21 +0000 Subject: [PATCH] vmtests: use root-images:20240415.162748 in fetch-data.sh 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 --- tests/vmtests/fetch-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vmtests/fetch-data.sh b/tests/vmtests/fetch-data.sh index 81aa94ba7d8..6a9ae147d4b 100755 --- a/tests/vmtests/fetch-data.sh +++ b/tests/vmtests/fetch-data.sh @@ -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="$@"