Documentation
¶
Index ¶
- func GetImageNames(deployConfig deploy.Config, dockerCompose types.DockerCompose) (map[string]string, error)
- func PushApplicationImages(deployConfig deploy.Config) (map[string]string, error)
- func PushImage(options PushImageOptions) (string, error)
- func StartDeploy(deployConfig deploy.Config) error
- type PushImageOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetImageNames ¶
func GetImageNames(deployConfig deploy.Config, dockerCompose types.DockerCompose) (map[string]string, error)
GetImageNames returns a mapping from service/dependency names to image name on the user's machine
func PushApplicationImages ¶
PushApplicationImages pushes all the docker images for the application to ECR
func PushImage ¶
func PushImage(options PushImageOptions) (string, error)
PushImage pushes a single service/dependency image to ECR, building or pulling if needed
func StartDeploy ¶
StartDeploy starts the deployment process nolint gocyclo
Types ¶
Click to show internal directories.
Click to hide internal directories.