package
2.0.0+incompatible
Repository: https://github.com/mweagle/sparta.git
Documentation: pkg.go.dev

# Functions

BuildDockerImage creates the smallest docker image for this Golang binary using the serviceName as the image name and including the supplied tags.
BuildDockerImageInDirectoryWithFlags is an extended version of BuildDockerImage that includes support for build time tags and allows the caller to provide the working directory.
BuildDockerImageWithFlags is an extended version of BuildDockerImage that includes support for build time tags.
PushDockerImageToECR pushes a local Docker image to an ECR repository.
PushECRTaggedImage pushes previously tagged image to ECR.

# Constants

BinaryNameArgument is the argument provided to docker build that supplies the local statically built Go binary.