Skip to content
Snippets Groups Projects
Commit 3e8ad6e9 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Merge branch 'dannyjb-update-default-amazonec2-ami' into 'main'

Update defaultAmiId to 20-04 ubuntu image

See merge request gitlab-org/ci-cd/docker-machine!90
parents cd8285a7 5089e16e
Branches
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ const ( ...@@ -32,7 +32,7 @@ const (
driverName = "amazonec2" driverName = "amazonec2"
ipRange = "0.0.0.0/0" ipRange = "0.0.0.0/0"
machineSecurityGroupName = "docker-machine" machineSecurityGroupName = "docker-machine"
defaultAmiId = "ami-c60b90d1" defaultAmiId = "ami-08d4ac5b634553e16"
defaultRegion = "us-east-1" defaultRegion = "us-east-1"
defaultInstanceType = "t2.micro" defaultInstanceType = "t2.micro"
defaultDeviceName = "/dev/sda1" defaultDeviceName = "/dev/sda1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment