Documentation
¶
Overview ¶
Package islandimage materializes the embedded island-image build context so the daemon can run `docker build` without a source checkout.
Index ¶
Constants ¶
View Source
const Dockerfile = "image/Dockerfile"
Dockerfile is the Dockerfile's path relative to the materialized context dir, matching the source tree layout (and the Makefile's -f argument).
Variables ¶
This section is empty.
Functions ¶
func Materialize ¶
Materialize writes the embedded build context into a fresh temp dir laid out exactly like the source tree (image/Dockerfile, image/start.sh, …), so `docker build -f image/Dockerfile <dir>` reproduces `make image`. The caller must invoke cleanup to remove the dir.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.