Change in docker-playground[master]: Use ftp.debian.org as a "blind workaround" for trouble with ftp.de

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Apr 17 07:12:02 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/13689 )

Change subject: Use ftp.debian.org as a "blind workaround" for trouble with ftp.de
......................................................................

Use ftp.debian.org as a "blind workaround" for trouble with ftp.de

We get a lot of build failures recently like this:

Step 3/4 : ADD  http://ftp.de.debian.org/debian/dists/stretch/Release /tmp/Release
ADD failed: Get http://ftp.de.debian.org/debian/dists/stretch/Release: dial tcp 141.76.2.4:80: i/o timeout
../make/Makefile:44: recipe for target 'docker-build' failed
make: *** [docker-build] Error 1
make: Leaving directory '<https://jenkins.osmocom.org/jenkins/job/ttcn3-sip-test/ws/debian-stretch-build'>
+ exit 1

Let's hope that this works around the connectivity problems with
ftp.de.debian.org

Change-Id: I5a0eb058d95372c44fce042de90c4127a3021a93
---
M debian-jessie-build/Dockerfile
M debian-stretch-build/Dockerfile
2 files changed, 2 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 39653d2..29daff6 100644
--- a/debian-jessie-build/Dockerfile
+++ b/debian-jessie-build/Dockerfile
@@ -2,7 +2,7 @@
 
 MAINTAINER Harald Welte <laforge at gnumonks.org>
 
-ADD	http://ftp.de.debian.org/debian/dists/jessie/Release /tmp/Release
+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 d4dcc39..e262d86 100644
--- a/debian-stretch-build/Dockerfile
+++ b/debian-stretch-build/Dockerfile
@@ -2,7 +2,7 @@
 
 MAINTAINER Harald Welte <laforge at gnumonks.org>
 
-ADD	http://ftp.de.debian.org/debian/dists/stretch/Release /tmp/Release
+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/13689
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: I5a0eb058d95372c44fce042de90c4127a3021a93
Gerrit-Change-Number: 13689
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190417/dc03547f/attachment.htm>


More information about the gerrit-log mailing list