Skip to content

Latest commit

 

History

History

base

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

images/base

This directory contains sources for building the kind base "node" image.

The image can be built with make quick.

Maintenance

This image needs to do a number of unusual things to support running systemd, nested containers, and Kubernetes. All of what we do and why we do it is documented inline in the Dockerfile.

If you make any changes to this image, please continue to document exactly why we do what we do, citing upstream documentation where possible.

See also pkg/cluster for logic that interacts with this image.

Design

See base-image for more design details.