Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
fix(tests): Image not found.
Browse files Browse the repository at this point in the history
ERROR: docker.io/jenkins/agent:3131.vf2b_b_798b_ce99-4-alpine-jdk21-preview: not found
  • Loading branch information
gounthar committed Sep 8, 2023
1 parent 4373173 commit dcde80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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="3148.v532a_7e715ee3-4"
TEST_VERSION="3148.v532a_7e715ee3"
PARENT_IMAGE_VERSION_SUFFIX="4"

ARG_TEST_VERSION="${TEST_VERSION}-${PARENT_IMAGE_VERSION_SUFFIX}"
Expand Down

0 comments on commit dcde80d

Please sign in to comment.