images: Adds linux/ prefix to BASEIMAGE entries

Windows images will require other base images, and thus, we will need
to explicitly specify the OS type a base image is for in order to
avoid confusion or errors.
This commit is contained in:
Claudiu Belu
2019-04-17 13:08:24 +00:00
parent 22a5fbcfa9
commit efcdb929de
24 changed files with 132 additions and 106 deletions

View File

@@ -1,4 +1,4 @@
amd64=alpine:3.8
arm=arm32v6/alpine:3.8
arm64=arm64v8/alpine:3.8
ppc64le=ppc64le/alpine:3.8
linux/amd64=alpine:3.8
linux/arm=arm32v6/alpine:3.8
linux/arm64=arm64v8/alpine:3.8
linux/ppc64le=ppc64le/alpine:3.8