Skip to content

Commit

Permalink
update image options
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 9, 2024
1 parent 7aa64ba commit 33d14be
Showing 1 changed file with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole-linuxvm
version: 0.6.9
version: 0.6.10
description: "An Azure TRE User Resource Template for Guacamole (Linux)"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand All @@ -22,11 +22,19 @@ custom:
version: latest
install_ui: true
conda_config: false
"Ubuntu 22.04 LTS Data Science VM":
"Ubuntu 20.04 LTS":
source_image_reference:
publisher: canonical
offer: 0001-com-ubuntu-server-focal
sku: 20_04-lts
version: latest
install_ui: true
conda_config: false
"Ubuntu 20.04 LTS Data Science VM":
source_image_reference:
publisher: microsoft-dsvm
offer: 0001-com-ubuntu-server-jammy
sku: 22_04-lts
offer: ubuntu-2004
sku: 2004
version: latest
install_ui: false
conda_config: true
Expand Down

0 comments on commit 33d14be

Please sign in to comment.