Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit af32b52

Browse files
author
dmitsh
authored
update Ubuntu image (#1755)
1 parent b5eb43b commit af32b52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

parts/masterparams.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"type": "string"
9696
},
9797
"osImageSKU": {
98-
"defaultValue": "16.04-DAILY-LTS",
98+
"defaultValue": "16.04-LTS",
9999
"metadata": {
100100
"description": "OS image SKU."
101101
},

pkg/acsengine/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var (
5050
//DefaultUbuntuImageConfig is the default Linux distribution.
5151
DefaultUbuntuImageConfig = AzureOSImageConfig{
5252
ImageOffer: "UbuntuServer",
53-
ImageSku: "16.04-DAILY-LTS",
53+
ImageSku: "16.04-LTS",
5454
ImagePublisher: "Canonical",
5555
ImageVersion: "16.04.201710110",
5656
}

0 commit comments

Comments
 (0)