From 43731739bb4e4604ff9a35d9c35d11cae94bcd07 Mon Sep 17 00:00:00 2001 From: gounthar Date: Fri, 8 Sep 2023 15:29:15 +0200 Subject: [PATCH] fix(tests): Image not found. ERROR: docker.io/jenkins/agent:3131.vf2b_b_798b_ce99-4-alpine-jdk21-preview: not found --- tests/tests.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.bats b/tests/tests.bats index 72605188..86c74699 100755 --- a/tests/tests.bats +++ b/tests/tests.bats @@ -49,7 +49,7 @@ SUT_IMAGE="$(get_sut_image)" # Old version used to test overriding the build arguments. # This old version must have the same tag suffixes as the ones defined in the docker-bake file (`-jdk17`, `jdk11`, etc.) - TEST_VERSION="3131.vf2b_b_798b_ce99" + TEST_VERSION="3148.v532a_7e715ee3-4" PARENT_IMAGE_VERSION_SUFFIX="4" ARG_TEST_VERSION="${TEST_VERSION}-${PARENT_IMAGE_VERSION_SUFFIX}"