Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerPushCmd ¶
type DockerPushCmd struct { Writer io.Writer Context context.Context Cli *client.Client DockerPushOptions *DockerPushOptions ExecPrefix string Response types.Responser }
func (*DockerPushCmd) Run ¶
func (p *DockerPushCmd) Run() error
type DockerPushOptions ¶
type DockerPushOptions struct { // ImageName is the name of the image ImageName string // Tags is a list of the images to push Tags []string // RegistryAuth is the base64 encoded credentials for the registry RegistryAuth *string }
DockerBuilderOptions has an options set to build and image
func (*DockerPushOptions) AddAuth ¶
func (o *DockerPushOptions) AddAuth(username, password string) error
AddAuth append new tags to DockerBuilder
Click to show internal directories.
Click to hide internal directories.