
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.
6 lines
235 B
Plaintext
6 lines
235 B
Plaintext
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
|