Documentation
¶
Overview ¶
Package docker provides a Pipe that creates and pushes Docker images and manifests.
Index ¶
- type ManifestPipedeprecated
- type Pipedeprecated
- func (Pipe) Default(ctx *context.Context) error
- func (Pipe) Dependencies(ctx *context.Context) []string
- func (Pipe) Healthcheck(ctx *context.Context) error
- func (Pipe) Publish(ctx *context.Context) error
- func (Pipe) Run(ctx *context.Context) error
- func (Pipe) Skip(ctx *context.Context) bool
- func (Pipe) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManifestPipe
deprecated
type ManifestPipe struct{}
ManifestPipe is an implementation for the docker manifest feature, allowing to publish multi-arch docker images.
Deprecated: use docker v2.
func (ManifestPipe) Default ¶
func (ManifestPipe) Default(ctx *context.Context) error
Default sets the pipe defaults.
func (ManifestPipe) Dependencies ¶
func (ManifestPipe) Dependencies(ctx *context.Context) []string
func (ManifestPipe) Publish ¶
func (ManifestPipe) Publish(ctx *context.Context) error
Publish the docker manifests.
func (ManifestPipe) String ¶
func (ManifestPipe) String() string
Click to show internal directories.
Click to hide internal directories.