<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/22372">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">debian10-repo-install-test: new container<br><br>Related: OS#4969<br>Change-Id: I7addb30aa3f8564dcbdc3f6cf2e2e0cfdf4dd02d<br>---<br>A debian10-repo-install-test/Dockerfile<br>A debian10-repo-install-test/Makefile<br>M jenkins-common.sh<br>3 files changed, 15 insertions(+), 0 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/72/22372/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/debian10-repo-install-test/Dockerfile b/debian10-repo-install-test/Dockerfile</span><br><span>new file mode 100644</span><br><span>index 0000000..212cdc9</span><br><span>--- /dev/null</span><br><span>+++ b/debian10-repo-install-test/Dockerfile</span><br><span>@@ -0,0 +1,13 @@</span><br><span style="color: hsl(120, 100%, 40%);">+ARG USER</span><br><span style="color: hsl(120, 100%, 40%);">+ARG       REGISTRY=docker.io</span><br><span style="color: hsl(120, 100%, 40%);">+ARG UPSTREAM_DISTRO=debian:buster</span><br><span style="color: hsl(120, 100%, 40%);">+FROM     ${REGISTRY}/${UPSTREAM_DISTRO}</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+# ca-certificates: needed for limesuite-images post-install script</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+RUN     apt-get update && \</span><br><span style="color: hsl(120, 100%, 40%);">+   apt-get install -y --no-install-recommends \</span><br><span style="color: hsl(120, 100%, 40%);">+          aptitude \</span><br><span style="color: hsl(120, 100%, 40%);">+            ca-certificates \</span><br><span style="color: hsl(120, 100%, 40%);">+             gnupg \</span><br><span style="color: hsl(120, 100%, 40%);">+               systemd</span><br><span>diff --git a/debian10-repo-install-test/Makefile b/debian10-repo-install-test/Makefile</span><br><span>new file mode 100644</span><br><span>index 0000000..8d0e10b</span><br><span>--- /dev/null</span><br><span>+++ b/debian10-repo-install-test/Makefile</span><br><span>@@ -0,0 +1 @@</span><br><span style="color: hsl(120, 100%, 40%);">+include ../make/Makefile</span><br><span>diff --git a/jenkins-common.sh b/jenkins-common.sh</span><br><span>index e172a4f..1cfbbfc 100644</span><br><span>--- a/jenkins-common.sh</span><br><span>+++ b/jenkins-common.sh</span><br><span>@@ -22,6 +22,7 @@</span><br><span>  case "$1" in</span><br><span>       osmo-*-centos8) echo "centos:centos8"; ;;</span><br><span>  centos8-*) echo "centos:centos8" ;;</span><br><span style="color: hsl(120, 100%, 40%);">+ debian10-*) echo "debian:buster" ;;</span><br><span>        *) echo "debian:stretch" ;;</span><br><span>        esac</span><br><span> }</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/22372">change 22372</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/c/docker-playground/+/22372"/><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-Change-Id: I7addb30aa3f8564dcbdc3f6cf2e2e0cfdf4dd02d </div>
<div style="display:none"> Gerrit-Change-Number: 22372 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>