From e729574e37945e4889ee18ed73a02f194316f244 Mon Sep 17 00:00:00 2001 From: Mahe Tardy Date: Wed, 17 Jul 2024 19:49:59 +0200 Subject: [PATCH] vmtests: bump base image used to root-images:20240717.161638 [ upstream commit 9e8f00533ffa2293232161869c4e574ce7f30453 ] For the base image to have nc.openbsd, see cilium/little-vm-helper-images@2af406c7fe7a50cb8b00b2dbbc2344708365ceac. 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..0232784a25a 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:20240717.161638@sha256:62a9890111ab39749792fda4f59c8f736fa350ecaedb0667e3eecbbe790d82ed KERNIMG=$OCIORG/kernel-images CONTAINER_ENGINE=${CONTAINER_ENGINE:-docker} KERNEL_VERS="$@"