Skip to content

Commit

Permalink
bump rke azure ubuntu image (#301)
Browse files Browse the repository at this point in the history
* bump rke azure ubuntu image

Signed-off-by: Siva Kanakala <[email protected]>

* bump rke azure ubuntu image

Signed-off-by: Siva Kanakala <[email protected]>

---------

Signed-off-by: Siva Kanakala <[email protected]>
  • Loading branch information
skanakal authored Oct 22, 2024
1 parent 71e1d1b commit d78de7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
defaultAzureLocation = "westus"
defaultSSHUser = "docker-user" // 'root' not allowed on Azure
defaultDockerPort = 2376
defaultAzureImage = "canonical:UbuntuServer:18.04-LTS:latest"
defaultAzureImage = "canonical:ubuntu-24_04-lts:server-gen1:latest"
defaultAzureVNet = "docker-machine-vnet"
defaultAzureSubnet = "docker-machine"
defaultAzureSubnetPrefix = "192.168.0.0/16"
Expand Down

0 comments on commit d78de7c

Please sign in to comment.