From 269331461a2ff23a6c5e10a239075377de605aed Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Fri, 3 May 2019 09:19:20 +0200 Subject: debian-*-build: don't download "Release" file Stop jenkins jobs from failing, due to the download errors we are getting from time to time, by simply not downloading these files. They are redundant, because we are already running 'docker build --pull' before trying to build the debian-*-build images [1], and the docker images are released at least as often, as the "Release" file gets updated [2]. This is in line with how it is done in osmo-ci.git. [1]: Change-Id: I1076bbb7d77bdc99f5d60d641c09ce965fb9dfc6 [2]: https://hub.docker.com/_/debian Change-Id: Ieedb310814412f235e56bdc65517404842eac00f --- debian-jessie-build/Dockerfile | 1 - debian-stretch-build/Dockerfile | 1 - 2 files changed, 2 deletions(-) diff --git a/debian-jessie-build/Dockerfile b/debian-jessie-build/Dockerfile index 29daff6..6fe1efa 100644 --- a/debian-jessie-build/Dockerfile +++ b/debian-jessie-build/Dockerfile @@ -2,7 +2,6 @@ FROM debian:jessie MAINTAINER Harald Welte -ADD http://ftp.debian.org/debian/dists/jessie/Release /tmp/Release RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y --no-install-recommends \ diff --git a/debian-stretch-build/Dockerfile b/debian-stretch-build/Dockerfile index e262d86..a4526f7 100644 --- a/debian-stretch-build/Dockerfile +++ b/debian-stretch-build/Dockerfile @@ -2,7 +2,6 @@ FROM debian:stretch MAINTAINER Harald Welte -ADD http://ftp.debian.org/debian/dists/stretch/Release /tmp/Release RUN apt-get update && \ apt-get upgrade -y && \ apt-get install -y --no-install-recommends \ -- cgit v1.2.3