Change in docker-playground[master]: debian-*-build: don't download "Release" file

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Fri May 3 07:29:06 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/13867


Change subject: debian-*-build: don't download "Release" file
......................................................................

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 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
---
M debian-jessie-build/Dockerfile
M debian-stretch-build/Dockerfile
2 files changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/67/13867/1

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 @@
 
 MAINTAINER Harald Welte <laforge at gnumonks.org>
 
-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 @@
 
 MAINTAINER Harald Welte <laforge at gnumonks.org>
 
-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 \

-- 
To view, visit https://gerrit.osmocom.org/13867
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieedb310814412f235e56bdc65517404842eac00f
Gerrit-Change-Number: 13867
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190503/8233a292/attachment.htm>


More information about the gerrit-log mailing list