Skip to content

Commit f63aaa2

Browse files
ahmetbnathanleclaire
authored andcommitted
azure: bump default image to Ubuntu 16.04.0-LTS
Ubuntu 15.10 image is EOL'd and removed from azure. Closes docker-archive-public#3676. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
1 parent b85aac1 commit f63aaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/azure/azure.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
defaultAzureLocation = "westus"
2323
defaultSSHUser = "docker-user" // 'root' not allowed on Azure
2424
defaultDockerPort = 2376
25-
defaultAzureImage = "canonical:UbuntuServer:15.10:latest"
25+
defaultAzureImage = "canonical:UbuntuServer:16.04.0-LTS:latest"
2626
defaultAzureVNet = "docker-machine-vnet"
2727
defaultAzureSubnet = "docker-machine"
2828
defaultAzureSubnetPrefix = "192.168.0.0/16"

0 commit comments

Comments
 (0)