From a0d31546d082846c9f2be7f7675c662ccfe85e5b Mon Sep 17 00:00:00 2001 From: Hao Luo Date: Wed, 17 Jul 2019 12:24:26 -0500 Subject: [PATCH] Add Ubuntu 18.04 Base Image (#10606) * Add Ubuntu 18.04 Base Image Adding 18.04 Base Image to the Drop down for "Gallery" * Updated the patch version in task.json * upped patch number. --- Tasks/PackerBuildV1/task.json | 5 +++-- Tasks/PackerBuildV1/task.loc.json | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Tasks/PackerBuildV1/task.json b/Tasks/PackerBuildV1/task.json index c60eebbb1b36..de5b8a935205 100644 --- a/Tasks/PackerBuildV1/task.json +++ b/Tasks/PackerBuildV1/task.json @@ -15,7 +15,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 14 + "Patch": 15 }, "demands": [], "minimumAgentVersion": "2.0.0", @@ -155,6 +155,7 @@ "MicrosoftWindowsServer:WindowsServer:2008-R2-SP1:windows": "Windows 2008-R2-SP1", "Canonical:UbuntuServer:14.04.4-LTS:linux": "Ubuntu 14.04.4-LTS", "Canonical:UbuntuServer:16.04-LTS:linux": "Ubuntu 16.04-LTS", + "Canonical:UbuntuServer:18.04-LTS:linux": "Ubuntu 18.04-LTS", "RedHat:RHEL:7.2:linux": "RHEL 7.2", "RedHat:RHEL:6.8:linux": "RHEL 6.8", "OpenLogic:CentOS:7.2:linux": "CentOS 7.2", @@ -349,4 +350,4 @@ "CreateManagedImageNotSupportedForVHDSource": "Creating managed image from a source VHD is not supported. You must set 'Base image source' input value to 'Gallery'.", "ExpiredServicePrincipal": "Could not fetch access token for Azure. Verify if the Service Principal used is valid and not expired." } -} \ No newline at end of file +} diff --git a/Tasks/PackerBuildV1/task.loc.json b/Tasks/PackerBuildV1/task.loc.json index b4a97cb30571..1cc1db720673 100644 --- a/Tasks/PackerBuildV1/task.loc.json +++ b/Tasks/PackerBuildV1/task.loc.json @@ -15,7 +15,7 @@ "version": { "Major": 1, "Minor": 0, - "Patch": 14 + "Patch": 15 }, "demands": [], "minimumAgentVersion": "2.0.0", @@ -155,6 +155,7 @@ "MicrosoftWindowsServer:WindowsServer:2008-R2-SP1:windows": "Windows 2008-R2-SP1", "Canonical:UbuntuServer:14.04.4-LTS:linux": "Ubuntu 14.04.4-LTS", "Canonical:UbuntuServer:16.04-LTS:linux": "Ubuntu 16.04-LTS", + "Canonical:UbuntuServer:18.04-LTS:linux": "Ubuntu 18.04-LTS", "RedHat:RHEL:7.2:linux": "RHEL 7.2", "RedHat:RHEL:6.8:linux": "RHEL 6.8", "OpenLogic:CentOS:7.2:linux": "CentOS 7.2",