From 5cbc6b62dac5836bd3aa3ba456fab2896f65f6e0 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Fri, 17 Dec 2021 14:15:11 +0100 Subject: apiv2 tests: use quay.io/libpod/testimage:20210610 for platform tests The quay.io/libpod/testimage:20210610 is known not to change and to remain stable over time. While the same should apply for alpine image on quay.io/libpod, we've seen it flake and return the wrong image. The reasons for that observation are unknown. Fixes: #12631 Signed-off-by: Valentin Rothberg --- test/apiv2/10-images.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/apiv2/10-images.at b/test/apiv2/10-images.at index 07b63e566..36c2fc6aa 100644 --- a/test/apiv2/10-images.at +++ b/test/apiv2/10-images.at @@ -53,8 +53,8 @@ t POST "images/create?fromImage=alpine" 200 .error~null .status~".*Download comp t POST "images/create?fromImage=alpine&tag=latest" 200 # 10977 - handle platform parameter correctly -t POST "images/create?fromImage=alpine&platform=linux/arm64" 200 -t GET "images/alpine/json" 200 \ +t POST "images/create?fromImage=testimage:20210610&platform=linux/arm64" 200 +t GET "images/testimage:20210610/json" 200 \ .Architecture=arm64 # Make sure that new images are pulled -- cgit v1.2.3-54-g00ecf