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/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/22372 )
Change subject: debian10-repo-install-test: new container
......................................................................
debian10-repo-install-test: new container
Related: OS#4969
Change-Id: I7addb30aa3f8564dcbdc3f6cf2e2e0cfdf4dd02d
---
A debian10-repo-install-test/Dockerfile
A debian10-repo-install-test/Makefile
M jenkins-common.sh
3 files changed, 15 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/72/22372/1
diff --git a/debian10-repo-install-test/Dockerfile b/debian10-repo-install-test/Dockerfile
new file mode 100644
index 0000000..212cdc9
--- /dev/null
+++ b/debian10-repo-install-test/Dockerfile
@@ -0,0 +1,13 @@
+ARG USER
+ARG REGISTRY=docker.io
+ARG UPSTREAM_DISTRO=debian:buster
+FROM ${REGISTRY}/${UPSTREAM_DISTRO}
+
+# ca-certificates: needed for limesuite-images post-install script
+
+RUN apt-get update && \
+ apt-get install -y --no-install-recommends \
+ aptitude \
+ ca-certificates \
+ gnupg \
+ systemd
diff --git a/debian10-repo-install-test/Makefile b/debian10-repo-install-test/Makefile
new file mode 100644
index 0000000..8d0e10b
--- /dev/null
+++ b/debian10-repo-install-test/Makefile
@@ -0,0 +1 @@
+include ../make/Makefile
diff --git a/jenkins-common.sh b/jenkins-common.sh
index e172a4f..1cfbbfc 100644
--- a/jenkins-common.sh
+++ b/jenkins-common.sh
@@ -22,6 +22,7 @@
case "$1" in
osmo-*-centos8) echo "centos:centos8"; ;;
centos8-*) echo "centos:centos8" ;;
+ debian10-*) echo "debian:buster" ;;
*) echo "debian:stretch" ;;
esac
}
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/22372
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I7addb30aa3f8564dcbdc3f6cf2e2e0cfdf4dd02d
Gerrit-Change-Number: 22372
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210122/91f2da1b/attachment.htm>