File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- name : ubuntu-desktop
6
6
template : linux-desktop
7
- var-files : common,kvm,linux,ubuntu-focal
7
+ var-files : common,kvm,linux,ubuntu-jammy
8
8
path-filters : |
9
9
paths:
10
10
- .github/workflows/pr.yml
14
14
- env/*/common.env
15
15
- env/*/kvm.env
16
16
- env/*/linux.env
17
- - env/*/ubuntu-focal .env
17
+ - env/*/ubuntu-jammy .env
18
18
- vars/*/common.json
19
19
- vars/*/kvm.json
20
20
- vars/*/linux.json
21
- - vars/*/ubuntu-focal .json
21
+ - vars/*/ubuntu-jammy .json
22
22
- packer/linux-desktop.pkr.hcl
23
23
- ansible/linux-webconsole.yml
24
24
- ansible/roles/linux-webconsole/**
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ guacamole_image_prefix: docker.io/guacamole
4
4
5
5
# Use 1.4.0 until 1.5.1 is released
6
6
# This is due to https://issues.apache.org/jira/browse/GUACAMOLE-1741
7
- guacamole_version : 1.4.0
7
+ guacamole_version : 1.5.3
8
8
9
9
guacamole_server_image_name : guacd
10
10
guacamole_server_image_tag : " {{ guacamole_version }}"
@@ -16,7 +16,7 @@ guacamole_client_image: "{{ guacamole_image_prefix }}/{{ guacamole_client_image_
16
16
17
17
guacamole_nginx_image_prefix : docker.io
18
18
guacamole_nginx_image_name : nginx
19
- guacamole_nginx_image_tag : 1.22 .1
19
+ guacamole_nginx_image_tag : 1.25 .1
20
20
guacamole_nginx_image : " {{ guacamole_nginx_image_prefix }}/{{ guacamole_nginx_image_name }}:{{ guacamole_nginx_image_tag }}"
21
21
22
22
guacamole_mitm_log_level : notice
Original file line number Diff line number Diff line change 2
2
3
3
desktop_environment_package : ubuntu-desktop-minimal
4
4
5
- tigervnc_server_packages : [tigervnc-standalone-server, tigervnc-xorg-extension]
5
+ tigervnc_server_packages : [tigervnc-standalone-server, tigervnc-xorg-extension, x11-dbus ]
You can’t perform that action at this time.
0 commit comments