Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultKeyRingPath = "/etc/apk/keys" DefaultSystemKeyRingPath = "/usr/share/apk/keys/" )
Variables ¶
This section is empty.
Functions ¶
func AdditionalTags ¶ added in v0.6.0
AdditionalTags is a helper function used in conjunction with the --package-version-tag flag If --package-version-tag is set to a package name (e.g. go), then this function returns a list of all images that should be published with the associated version of that package tagged (e.g. 1.18)
Types ¶
type APK ¶
func NewWithOptions ¶
func (*APK) Initialize ¶
func (a *APK) Initialize(ic *types.ImageConfiguration) error
Builds the image in Context.WorkDir according to the image configuration
func (*APK) SetImplementation ¶
func (a *APK) SetImplementation(impl apkImplementation)
Click to show internal directories.
Click to hide internal directories.