From 0dd8f4447b714a12315edd8c0a13ae0df40653a2 Mon Sep 17 00:00:00 2001 From: Tomáš Levora Date: Thu, 28 Feb 2019 09:34:34 +0100 Subject: Download of infra related docker images MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixing download and save of docker images needed for infra and loaded in runtime. Removed infra related image from regular list to not push it unnecessarily to nexus repository. Solves OOM-1669 and OOM-1682 Issue-ID: OOM-1682 Change-Id: I6f4fc0a46cdfb820eb70707f533b5ca5e977cccc Signed-off-by: Tomáš Levora --- build/data_lists/infra_docker_images.list | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build/data_lists/infra_docker_images.list (limited to 'build/data_lists/infra_docker_images.list') diff --git a/build/data_lists/infra_docker_images.list b/build/data_lists/infra_docker_images.list new file mode 100644 index 00000000..af156cfc --- /dev/null +++ b/build/data_lists/infra_docker_images.list @@ -0,0 +1,3 @@ +andyshinn/dnsmasq:2.76 +consol/centos-icewm-vnc:latest +sonatype/nexus3:3.15.2 -- cgit 1.2.3-korg