Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Temp directory which stores external artifacts which are download for a build. // Example: tar files from external sources. BuildahExternalArtifactsDir = "buildah-external-artifacts" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StageMountDetails ¶
type StageMountDetails struct {
IsStage bool // true if the mountpoint is a stage's rootfs
IsImage bool // true if the mountpoint is an image's rootfs
IsAdditionalBuildContext bool // true if the mountpoint is an additional build context
MountPoint string // mountpoint of stage/image or image's root directory or path of the additional build context
}
StageMountDetails holds the Stage/Image mountpoint returned by StageExecutor StageExecutor has ability to mount stages/images in current context and automatically clean them up.
Click to show internal directories.
Click to hide internal directories.