mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-29 04:39:16 +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.
6 lines
180 B
Plaintext
6 lines
180 B
Plaintext
linux/amd64=nginx:1.15-alpine
|
|
linux/arm=arm32v6/nginx:1.15-alpine
|
|
linux/arm64=arm64v8/nginx:1.15-alpine
|
|
linux/ppc64le=ppc64le/nginx:1.15-alpine
|
|
linux/s390x=s390x/nginx:1.15-alpine
|