Documentation ¶
Overview ¶
Package images provides functions for building and pushing images.
Package images provides functions for building and pushing images.
Package images provides functions for building and pushing images.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatCraneOCILayout ¶
FormatCraneOCILayout ensures that all images are in the OCI format.
Types ¶
type ImgConfig ¶
type ImgConfig struct { TarballPath string ImgList []string RegInfo types.RegistryInfo NoChecksum bool Insecure bool NoLocalImages bool }
ImgConfig is the main struct for managing container images.
func (*ImgConfig) PushToZarfRegistry ¶
PushToZarfRegistry pushes a provided image into the configured Zarf registry This function will optionally shorten the image name while appending a checksum of the original image name.
Click to show internal directories.
Click to hide internal directories.