Skip to content

Commit fc0902d

Browse files
committed
provider/google: Add Ubuntu images
Ubuntu images are now GA, so add them to the list of available public images
1 parent f61b7af commit fc0902d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

builtin/providers/google/image.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func readImage(c *Config, name string) (*compute.Image, error) {
2424
"opensuse": "opensuse-cloud",
2525
"rhel": "rhel-cloud",
2626
"sles": "suse-cloud",
27+
"ubuntu": "ubuntu-os-cloud",
2728
}
2829

2930
// If we match a lookup for an alternate project, then try that next.

0 commit comments

Comments
 (0)