Skip to content

Commit

Permalink
Add Ubuntu 18.04 Base Image (#10606)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
howlowck authored and bishal-pdMSFT committed Jul 17, 2019
1 parent d9653cc commit a0d3154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Tasks/PackerBuildV1/task.json
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 14
"Patch": 15
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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."
}
}
}
3 changes: 2 additions & 1 deletion Tasks/PackerBuildV1/task.loc.json
Expand Up @@ -15,7 +15,7 @@
"version": {
"Major": 1,
"Minor": 0,
"Patch": 14
"Patch": 15
},
"demands": [],
"minimumAgentVersion": "2.0.0",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit a0d3154

Please sign in to comment.