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

Commit

Permalink
updating to latest Ubuntu 16.04-LTS image (#2031)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Jan 10, 2018
1 parent d2bbcce commit b05ffb5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parts/agentparams.t
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"type": "string"
},
"{{.Name}}osImageVersion": {
"defaultValue": "16.04.201711211",
"defaultValue": "16.04.201801050",
"metadata": {
"description": "OS image version."
},
Expand Down
2 changes: 1 addition & 1 deletion parts/masterparams.t
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"type": "string"
},
"osImageVersion": {
"defaultValue": "16.04.201711211",
"defaultValue": "16.04.201801050",
"metadata": {
"description": "OS image version."
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/acsengine/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var (
ImageOffer: "UbuntuServer",
ImageSku: "16.04-LTS",
ImagePublisher: "Canonical",
ImageVersion: "16.04.201711211",
ImageVersion: "16.04.201801050",
}

//DefaultRHELOSImageConfig is the RHEL Linux distribution.
Expand Down

0 comments on commit b05ffb5

Please sign in to comment.