mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
Change 950a319187 renamed
pkg/build/nodeimage/build_impl.go to buildcontext.go. The README doc for
node images had a link to the old doc that was missed. This updates the
README to point to the current source file name for reference.
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
images/node
See: pkg/build/nodeimage/build.go
and pkg/build/nodeimage/buildcontext.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.