Documentation ¶
Index ¶
- func DownloadImage(ctx context.Context, log *zap.Logger, dryRun bool, image string) error
- func DownloadImages(ctx context.Context, log *zap.Logger, dryRun bool, images []string) error
- func PushImage(ctx context.Context, log *zap.Logger, dryRun bool, image string) error
- func PushImages(ctx context.Context, log *zap.Logger, dryRun bool, images []string) error
- func RetagImage(ctx context.Context, log *zap.Logger, dryRun bool, ...) (string, error)
- func RetagImages(ctx context.Context, log *zap.Logger, dryRun bool, images []string, ...) ([]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadImage ¶
DownloadImage invokes the Docker CLI and pulls an image
func DownloadImages ¶
DownloadImages pulls all given images using the Docker CLI Invokes DownloadImage for actual pulling
func PushImages ¶
PushImages pushes all given images using the Docker CLI Invokes PushImage for actual pushing
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.