islandimage

package
v0.8.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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

func Materialize() (dir string, cleanup func(), err error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL