Merge pull request #79151 from bclau/test-images/agnhost-baseimage-prefix

test images: Removes linux/ prefix from agnhost BASEIMAGE
This commit is contained in:
Kubernetes Prow Robot 2019-06-19 14:57:14 -07:00 committed by GitHub
commit 50181f3e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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