package
0.0.0-20241112080837-97b903613cec
Repository: https://github.com/deepin-community/docker.io.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package dockerfile is the evaluation step in the Dockerfile parse/evaluate pipeline.
No description provided by the author

# Constants

DefaultDockerfileName is the Default filename with Docker commands, read by docker build.

# Structs

Result is the output produced by a Builder.

# Interfaces

Backend abstracts calls to a Docker Daemon.
ExecBackend contains the interface methods required for executing containers.
Image represents a Docker image used by the builder.
ImageBackend are the interface methods required from an image component.
ImageCache abstracts an image cache.
ImageCacheBuilder represents a generator for stateful image cache.
ROLayer is a reference to image rootfs layer.
RWLayer is active layer that can be read/modified.
Source defines a location that can be used as a source for the ADD/COPY instructions in the builder.