Last active
March 26, 2018 19:22
-
-
Save cwilhit/47065899b8de8c0f0d23c2ffe70b7f33 to your computer and use it in GitHub Desktop.
JSON definition for custom Bionic Beaver image for Hyper-V Quick Create VM Gallery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"images": [ | |
{ | |
"name": "Ubuntu Bionic Beaver", | |
"version": "18.04", | |
"locale": "en-US", | |
"publisher": "Canonical Ltd.", | |
"lastUpdated": "2018-03-25T07:56:00Z", | |
"description": [ | |
"Start a fresh Ubuntu environment.", | |
"\r\n\r\n", | |
"This image comes preconfigured with an Enhanced Session Mode, which offers clipboard, drive redirection, and dynamic resize of console window.", | |
"\r\n\r\n", | |
"Resources found here are available online at http://cdimage.ubuntu.com/daily-live/current/\r\n" | |
], | |
"config": { | |
"enhancedSessionTransportType": "HvSocket" | |
}, | |
"disk": { | |
"uri": "http://cdimage.ubuntu.com/daily-live/current/bionic-desktop-amd64.iso", | |
"hash": "sha256:d7d2f8be649d1feb7372f66def1ee8054419e62c13bfa1d011634dd96ce44dcb" | |
}, | |
"logo": { | |
"uri": "https://raw.githubusercontent.com/MicrosoftDocs/Virtualization-Documentation/live/hyperv-samples/scooley-gallery/ubuntu-logo/ubuntu_black-orange_hex.png", | |
"hash": "sha256:6D5614230B15A4CEAA43EDA24134365ECF20F39FE4DD8A9E0CD1DD14EB3C5B9D" | |
}, | |
"symbol": { | |
"uri": "https://raw.githubusercontent.com/MicrosoftDocs/Virtualization-Documentation/live/hyperv-samples/scooley-gallery/ubuntu-circle/cof_orange_hex.png", | |
"hash": "sha256:B1F8003F8F9AE56B928D7CC424F144F126EEEA6FD09FCD316E26D529394C9890" | |
}, | |
"thumbnail": { | |
"uri": "https://raw.githubusercontent.com/MicrosoftDocs/Virtualization-Documentation/live/hyperv-samples/scooley-gallery/ubuntu-circle/cof_orange_hex.png", | |
"hash": "sha256:B1F8003F8F9AE56B928D7CC424F144F126EEEA6FD09FCD316E26D529394C9890" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment