Change in docker-playground[master]: debian-*-build: don't download "Release" file
Harald Welte
gerrit-no-reply at lists.osmocom.org
Tue May 7 06:31:16 UTC 2019
Harald Welte has submitted this change and it was merged. ( 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 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
---
M debian-jessie-build/Dockerfile
M debian-stretch-build/Dockerfile
2 files changed, 0 insertions(+), 2 deletions(-)
Approvals:
Harald Welte: Looks good to me, approved; Verified
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: merged
Gerrit-Change-Id: Ieedb310814412f235e56bdc65517404842eac00f
Gerrit-Change-Number: 13867
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190507/575033f9/attachment.html>
More information about the gerrit-log
mailing list