From 8d565064ab15541f8de6a01518b84c38f1aac820 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Wed, 20 Jan 2021 13:43:11 +0000 Subject: [PATCH] test images: Prepend linux/ to peer-finder BASEIMAGEs The BASEIMAGE entries should be formated as: OS/ARCH=image. The peer-finder image BASEIMAGE file does not respect that format. --- test/images/pets/peer-finder/BASEIMAGE | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/images/pets/peer-finder/BASEIMAGE b/test/images/pets/peer-finder/BASEIMAGE index 0b3af87d05f..277470c0baf 100644 --- a/test/images/pets/peer-finder/BASEIMAGE +++ b/test/images/pets/peer-finder/BASEIMAGE @@ -1,5 +1,5 @@ -amd64=k8s.gcr.io/debian-base-amd64:0.4.1 -arm=k8s.gcr.io/debian-base-arm:0.4.1 -arm64=k8s.gcr.io/debian-base-arm64:0.4.1 -ppc64le=k8s.gcr.io/debian-base-ppc64le:0.4.1 -s390x=k8s.gcr.io/debian-base-s390x:0.4.1 +linux/amd64=k8s.gcr.io/debian-base-amd64:0.4.1 +linux/arm=k8s.gcr.io/debian-base-arm:0.4.1 +linux/arm64=k8s.gcr.io/debian-base-arm64:0.4.1 +linux/ppc64le=k8s.gcr.io/debian-base-ppc64le:0.4.1 +linux/s390x=k8s.gcr.io/debian-base-s390x:0.4.1