From 4dafdd2321ef5fedcc006aac4903e2da3a29bc76 Mon Sep 17 00:00:00 2001 From: Tomáš Levora Date: Tue, 23 Apr 2019 13:12:05 +0200 Subject: Replace VNC server docker image MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace VNC server docker image based on CentOS (consol/centos-icewm-vnc:1.4.0) by the one based on Ubuntu (consol/centos-icewm-vnc:1.4.0) - Ubuntu based image is smaller and the VNC server does not work in the current CentOS based image. Solves OOM-1819 Issue-ID: OOM-1821 Change-Id: I9e06ab8bfccb11ae8950717db5339062704a31f9 Signed-off-by: Tomáš Levora --- ansible/group_vars/infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/group_vars') diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index 8784ea39..d831cdba 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -27,7 +27,7 @@ all_simulated_hosts: populate_nexus: false helm_bin_dir: /usr/local/bin rancher_server_image: rancher/server:v1.6.22 -vnc_server_image: consol/centos-icewm-vnc:1.4.0 +vnc_server_image: consol/ubuntu-icewm-vnc:1.4.0 nexus3_image: sonatype/nexus3:3.15.2 dns_server_image: andyshinn/dnsmasq:2.76 nginx_server_image: own_nginx:2.0.0 -- cgit 1.2.3-korg