mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
images/node
See: /pkg/build/nodeimage/build_impl.go, this
image is built programmatically with docker run / exec / commit for performance
reasons with large artifacts.
Roughly this image is the base image, with the addition of:
- installing the Kubernetes packages / binaries
- placing the Kubernetes docker images in
/kind/images/*.tar - placing a file in
/kind/versioncontaining the Kubernetes semver
See node-image for more design details.