<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13867">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">debian-*-build: don't download "Release" file<br><br>Stop jenkins jobs from failing, due to the download errors we are<br>getting from time to time, by simply not downloading these files. They<br>are redundant, because we are already running 'docker pull' before<br>trying to build the debian-*-build images [1], and the docker images are<br>released at least as often, as the "Release" file gets updated [2].<br><br>This is in line with how it is done in osmo-ci.git.<br><br>[1]: Change-Id: I1076bbb7d77bdc99f5d60d641c09ce965fb9dfc6<br>[2]: https://hub.docker.com/_/debian<br><br>Change-Id: Ieedb310814412f235e56bdc65517404842eac00f<br>---<br>M debian-jessie-build/Dockerfile<br>M debian-stretch-build/Dockerfile<br>2 files changed, 0 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/67/13867/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/debian-jessie-build/Dockerfile b/debian-jessie-build/Dockerfile</span><br><span>index 29daff6..6fe1efa 100644</span><br><span>--- a/debian-jessie-build/Dockerfile</span><br><span>+++ b/debian-jessie-build/Dockerfile</span><br><span>@@ -2,7 +2,6 @@</span><br><span> </span><br><span> MAINTAINER Harald Welte <laforge@gnumonks.org></span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-ADD     http://ftp.debian.org/debian/dists/jessie/Release /tmp/Release</span><br><span> RUN   apt-get update && \</span><br><span>  apt-get upgrade -y && \</span><br><span>      apt-get install -y --no-install-recommends \</span><br><span>diff --git a/debian-stretch-build/Dockerfile b/debian-stretch-build/Dockerfile</span><br><span>index e262d86..a4526f7 100644</span><br><span>--- a/debian-stretch-build/Dockerfile</span><br><span>+++ b/debian-stretch-build/Dockerfile</span><br><span>@@ -2,7 +2,6 @@</span><br><span> </span><br><span> MAINTAINER Harald Welte <laforge@gnumonks.org></span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-ADD      http://ftp.debian.org/debian/dists/stretch/Release /tmp/Release</span><br><span> RUN  apt-get update && \</span><br><span>  apt-get upgrade -y && \</span><br><span>      apt-get install -y --no-install-recommends \</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13867">change 13867</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/13867"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ieedb310814412f235e56bdc65517404842eac00f </div>
<div style="display:none"> Gerrit-Change-Number: 13867 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>