Documentation
¶
Overview ¶
Package pull provides options to pulling images from container registries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opt ¶
Opt is a configuration option to pull a container image using github.com/thediveo/morbyd.Session.PushImage.
func WithAllTags ¶
func WithAllTags() Opt
WithAllTags specifies that all tags of the image are to be pull from the repository.
func WithOutput ¶
WithOutput specifies the writer to send the output of the image pull process to.
func WithPlatform ¶
WithPlatform specifies to push a platform-specific manifest as a single-platform image to the registry.
func WithRegistryAuth ¶
WithRegistryAuth specifies the base64 encoded credentials for the registry to pull the image from.
Click to show internal directories.
Click to hide internal directories.