mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-12 09:36:36 +00:00
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.
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
linux/amd64=centos:7
|
|
linux/arm64=arm64v8/centos:7
|
|
linux/ppc64le=ppc64le/centos:7
|