From 4ccdcd7ab12e91f31d0f8224285f20a228385a25 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Sun, 16 Jun 2019 21:55:13 -0700 Subject: [PATCH] test images: Removes linux/ prefix from agnhost BASEIMAGE A previous commit added the BASEIMAGE file for agnhost, but with the linux/ prefix, which is supposed to be added in the Windows support PR [1]. This is needed in order to be able to build the image. [1]: https://github.com/kubernetes/kubernetes/pull/76838 --- test/images/agnhost/BASEIMAGE | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/images/agnhost/BASEIMAGE b/test/images/agnhost/BASEIMAGE index ad69ccfb016..7bad7a6d3a2 100644 --- a/test/images/agnhost/BASEIMAGE +++ b/test/images/agnhost/BASEIMAGE @@ -1,5 +1,5 @@ -linux/amd64=alpine:3.6 -linux/arm=arm32v6/alpine:3.6 -linux/arm64=arm64v8/alpine:3.6 -linux/ppc64le=ppc64le/alpine:3.6 -linux/s390x=s390x/alpine:3.6 +amd64=alpine:3.6 +arm=arm32v6/alpine:3.6 +arm64=arm64v8/alpine:3.6 +ppc64le=ppc64le/alpine:3.6 +s390x=s390x/alpine:3.6