<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/13485">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">docker/rebuild_osmocom_jenkins_image.sh: remove jessie<br><br>Don't build the debian jessie image anymore, and don't try to add<br>jessie-backports to the sources.list, since it does not exist anymore.<br><br>My understanding is, that we are moving away from the jessie images<br>anyway, and everything can be done with the strech images.<br><br>Related: OS#3894<br>Change-Id: Iba033e64876b7ed9d329c2a636a0ee5eb3af946e<br>---<br>M docker/Dockerfile_osmocom_jenkins.amd64<br>M docker/rebuild_osmocom_jenkins_image.sh<br>2 files changed, 3 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/85/13485/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64</span><br><span>index c365380..7a279d4 100644</span><br><span>--- a/docker/Dockerfile_osmocom_jenkins.amd64</span><br><span>+++ b/docker/Dockerfile_osmocom_jenkins.amd64</span><br><span>@@ -1,8 +1,7 @@</span><br><span style="color: hsl(0, 100%, 40%);">-ARG DEBIAN_VERSION=jessie</span><br><span style="color: hsl(120, 100%, 40%);">+ARG DEBIAN_VERSION=stretch</span><br><span> FROM debian:${DEBIAN_VERSION}</span><br><span> </span><br><span> RUN \</span><br><span style="color: hsl(0, 100%, 40%);">-    echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list && \</span><br><span>     dpkg --add-architecture i386 && \</span><br><span>     DEBIAN_FRONTEND=noninteractive apt-get update && \</span><br><span>     DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && \</span><br><span>@@ -29,7 +28,7 @@</span><br><span> RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libortp-dev libpcsclite-dev libsctp-dev libfftw3-dev libsnmp-dev  libusb-1.0-0-dev libtalloc-dev libgnutls28-dev</span><br><span> </span><br><span> # OsmocomBB</span><br><span style="color: hsl(0, 100%, 40%);">-RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends gcc-arm-none-eabi liblua5.3-dev/jessie-backports</span><br><span style="color: hsl(120, 100%, 40%);">+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends gcc-arm-none-eabi liblua5.3-dev</span><br><span> </span><br><span> # building</span><br><span> RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends libtool pkg-config automake autoconf</span><br><span>diff --git a/docker/rebuild_osmocom_jenkins_image.sh b/docker/rebuild_osmocom_jenkins_image.sh</span><br><span>index 3dcca39..a2fae2e 100755</span><br><span>--- a/docker/rebuild_osmocom_jenkins_image.sh</span><br><span>+++ b/docker/rebuild_osmocom_jenkins_image.sh</span><br><span>@@ -19,6 +19,5 @@</span><br><span>   build_once "-t" "${tag_name}" "--build-arg" DEBIAN_VERSION="${debian_version}"</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-# Create containers using jessie (Debian 8.0) and stretch (Debian 9.0) as base.</span><br><span style="color: hsl(0, 100%, 40%);">-build_container osmocom:amd64 jessie</span><br><span style="color: hsl(120, 100%, 40%);">+# Create containers using stretch (Debian 9.0) as base.</span><br><span> build_container osmocom:deb9_amd64 stretch</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/13485">change 13485</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/13485"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ci </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Iba033e64876b7ed9d329c2a636a0ee5eb3af946e </div>
<div style="display:none"> Gerrit-Change-Number: 13485 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>