Harald Welte has uploaded this change for review. ( 
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(-)



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

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 <[email protected]>

-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 <[email protected]>

-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: newchange
Gerrit-Change-Id: I5a0eb058d95372c44fce042de90c4127a3021a93
Gerrit-Change-Number: 13689
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>

Reply via email to