summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomáš Levora <t.levora@partner.samsung.com>2019-04-23 13:12:05 +0200
committerTomáš Levora <t.levora@partner.samsung.com>2019-04-23 13:21:29 +0200
commit4dafdd2321ef5fedcc006aac4903e2da3a29bc76 (patch)
tree0e9d2bf8e70bd2de38d0f0fdf29edf5e7dad71fe
parente307e97ba9c0163b34d91d55cfca51c63848fd83 (diff)
Replace VNC server docker image
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 <t.levora@partner.samsung.com>
-rwxr-xr-xansible/group_vars/infrastructure.yml2
-rw-r--r--build/data_lists/infra_docker_images.list2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/build/data_lists/infra_docker_images.list b/build/data_lists/infra_docker_images.list
index 83374b8f..78081cc8 100644
--- a/build/data_lists/infra_docker_images.list
+++ b/build/data_lists/infra_docker_images.list
@@ -1,3 +1,3 @@
andyshinn/dnsmasq:2.76
-consol/centos-icewm-vnc:1.4.0
+consol/ubuntu-icewm-vnc:1.4.0
sonatype/nexus3:3.15.2