docker

package
v1.15.0 Latest Latest
Warning

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

Go to latest
Published: May 3, 2020 License: MIT Imports: 13 Imported by: 2

Documentation

Overview

Package docker exposes functionality to manage building and posting Docker containers

Index

Constants

View Source
const (
	// BinaryNameArgument is the argument provided to docker build that
	// supplies the local statically built Go binary
	BinaryNameArgument = "SPARTA_DOCKER_BINARY"
)

Variables

This section is empty.

Functions

func BuildDockerImage

func BuildDockerImage(serviceName string,
	dockerFilepath string,
	tags map[string]string,
	logger *logrus.Logger) error

BuildDockerImage creates the smallest docker image for this Golang binary using the serviceName as the image name and including the supplied tags

func BuildDockerImageWithFlags added in v1.8.0

func BuildDockerImageWithFlags(serviceName string,
	dockerFilepath string,
	dockerTags map[string]string,
	buildTags string,
	linkFlags string,
	logger *logrus.Logger) error

BuildDockerImageWithFlags is an extended version of BuildDockerImage that includes support for build time tags

func PushDockerImageToECR

func PushDockerImageToECR(localImageTag string,
	ecrRepoName string,
	awsSession *session.Session,
	logger *logrus.Logger) (string, error)

PushDockerImageToECR pushes a local Docker image to an ECR repository

Types

This section is empty.

Jump to

Keyboard shortcuts

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