imgtools

package
v0.0.0-...-18a5b21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Build

func Build(contextDir string, opts BuildOptions)

Build a docker image

func Push

func Push(imageName string, opts PushOptions)

Push a docker image

Types

type AuthConfig

type AuthConfig struct {
	Username string
	Password string
}

AuthConfig tbd

type BuildOptions

type BuildOptions struct {
	Dockerfile string
	Tags       []string
	Labels     map[string]string
	BuildArgs  map[string]string
	NoCache    bool
}

BuildOptions tbd

type PushOptions

type PushOptions struct {
	Auth AuthConfig
}

PushOptions tbd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL