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

Latest ubuntu image: 16.04.201801260 #2259

Merged
merged 1 commit into from
Feb 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.201801120",
"defaultValue": "16.04.201801260",
"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.201801120",
"defaultValue": "16.04.201801260",
"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 @@ -54,7 +54,7 @@ var (
ImageOffer: "UbuntuServer",
ImageSku: "16.04-LTS",
ImagePublisher: "Canonical",
ImageVersion: "16.04.201801120",
ImageVersion: "16.04.201801260",
}

//DefaultRHELOSImageConfig is the RHEL Linux distribution.
Expand Down