Files
Sean McGinnis f735d02a17 Update node image build source reference
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>
2021-07-27 09:10:49 -05:00
..

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/version containing the Kubernetes semver

See node-image for more design details.