# Functions
Build builds a node image using the supplied options.
WithArch sets the architecture to build for.
WithBaseImage configures a build to use `image` as the base image.
WithArch sets the architecture to build for.
WithImage configures a build to tag the built image with `image`.
WithKubeParam sets the path to the Kubernetes source directory (if empty, the path will be autodetected).
WithLogger sets the logger.
# Constants
DefaultBaseImage is the default base image used TODO: come up with a reasonable solution to digest pinning https://github.com/moby/moby/issues/43188.
DefaultImage is the default name:tag for the built image.
# Interfaces
Option is a configuration option supplied to Build.