Change in docker-playground[master]: debian10-repo-install-test: new container

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.org
Mon Jan 25 09:24:04 UTC 2021


osmith has submitted this change. ( 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(-)

Approvals:
  laforge: Looks good to me, but someone else must approve
  pespin: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved; Verified



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: 2
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210125/d11065ca/attachment.htm>


More information about the gerrit-log mailing list