mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
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.
This commit is contained in:
parent
09f4baed35
commit
8d565064ab
@ -1,5 +1,5 @@
|
|||||||
amd64=k8s.gcr.io/debian-base-amd64:0.4.1
|
linux/amd64=k8s.gcr.io/debian-base-amd64:0.4.1
|
||||||
arm=k8s.gcr.io/debian-base-arm:0.4.1
|
linux/arm=k8s.gcr.io/debian-base-arm:0.4.1
|
||||||
arm64=k8s.gcr.io/debian-base-arm64:0.4.1
|
linux/arm64=k8s.gcr.io/debian-base-arm64:0.4.1
|
||||||
ppc64le=k8s.gcr.io/debian-base-ppc64le:0.4.1
|
linux/ppc64le=k8s.gcr.io/debian-base-ppc64le:0.4.1
|
||||||
s390x=k8s.gcr.io/debian-base-s390x:0.4.1
|
linux/s390x=k8s.gcr.io/debian-base-s390x:0.4.1
|
||||||
|
Loading…
Reference in New Issue
Block a user