Documentation ¶
Overview ¶
Package docker provides a Pipe that creates and pushes Docker images and manifests.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestPipe ¶ added in v0.148.0
type ManifestPipe struct{}
ManifestPipe is beta implementation of for the docker manifest feature, allowing to publish multi-arch docker images.
func (ManifestPipe) Default ¶ added in v0.173.0
func (ManifestPipe) Default(ctx *context.Context) error
Default sets the pipe defaults.
func (ManifestPipe) Publish ¶ added in v0.148.0
func (ManifestPipe) Publish(ctx *context.Context) error
Publish the docker manifests.
func (ManifestPipe) String ¶ added in v0.148.0
func (ManifestPipe) String() string
Click to show internal directories.
Click to hide internal directories.