Change in docker-playground[master]: titan: move from debian-stetch-titan to debian-bullseye-titan

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/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Dec 15 18:11:01 UTC 2021


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/26582 )


Change subject: titan: move from debian-stetch-titan to debian-bullseye-titan
......................................................................

titan: move from debian-stetch-titan to debian-bullseye-titan

So far we were executing all our TTCN-3  tests from a container
image with Debian stretch (9) plus a custom more recent eclipse-titan
package from the osmocom feed.

Let's update the container base OS from stretch (9) to bullseye (11)
while using the same packaged eclipse-titan version (8.0.0) for running
the tests.  So this should be a low-risk change, as titan runtime
remains identical.

I've executed all test suites locally and couldn't see any regressions.

Related: OS#4969
Change-Id: Ib3bdfa3bec8f8ef42c55ca61cdee8fbca923874f
---
R debian-bullseye-titan/.release
R debian-bullseye-titan/Dockerfile
R debian-bullseye-titan/Makefile
R debian-bullseye-titan/pipework
R debian-bullseye-titan/ttcn3-docker-prepare.sh
R debian-bullseye-titan/ttcn3-docker-run.sh
M jenkins-common.sh
M ttcn3-bsc-test-vamos/Dockerfile
M ttcn3-bsc-test/Dockerfile
M ttcn3-bscnat-test/Dockerfile
M ttcn3-bts-test/Dockerfile
M ttcn3-cbc-test/Dockerfile
M ttcn3-fr-test/Dockerfile
M ttcn3-gbproxy-test/Dockerfile
M ttcn3-ggsn-test/Dockerfile
M ttcn3-hlr-test/Dockerfile
M ttcn3-hnodeb-test/Dockerfile
M ttcn3-mgw-test/Dockerfile
M ttcn3-msc-test/Dockerfile
M ttcn3-nitb-sysinfo/Dockerfile
M ttcn3-ns-test/Dockerfile
M ttcn3-pcap-client-test/Dockerfile
M ttcn3-pcu-test/Dockerfile
M ttcn3-remsim-test/Dockerfile
M ttcn3-sccp-test/Dockerfile
M ttcn3-sgsn-test/Dockerfile
M ttcn3-sip-test/Dockerfile
M ttcn3-smlc-test/Dockerfile
M ttcn3-stp-test/Dockerfile
29 files changed, 26 insertions(+), 26 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/82/26582/1

diff --git a/debian-stretch-titan/.release b/debian-bullseye-titan/.release
similarity index 100%
rename from debian-stretch-titan/.release
rename to debian-bullseye-titan/.release
diff --git a/debian-stretch-titan/Dockerfile b/debian-bullseye-titan/Dockerfile
similarity index 96%
rename from debian-stretch-titan/Dockerfile
rename to debian-bullseye-titan/Dockerfile
index d348914..bf99534 100644
--- a/debian-stretch-titan/Dockerfile
+++ b/debian-bullseye-titan/Dockerfile
@@ -1,12 +1,12 @@
 ARG	REGISTRY=docker.io
-ARG	UPSTREAM_DISTRO=debian:stretch
+ARG	UPSTREAM_DISTRO=debian:bullseye
 FROM	${REGISTRY}/${UPSTREAM_DISTRO}
 # Arguments used after FROM must be specified again
 ARG	OSMOCOM_REPO_TESTSUITE_MIRROR="http://download.opensuse.org"
 
 MAINTAINER Harald Welte <laforge at gnumonks.org>
 
-ARG	OSMOCOM_REPO="$OSMOCOM_REPO_TESTSUITE_MIRROR/repositories/network:/osmocom:/latest/Debian_9.0/"
+ARG	OSMOCOM_REPO="$OSMOCOM_REPO_TESTSUITE_MIRROR/repositories/network:/osmocom:/latest/Debian_11/"
 
 RUN	apt-get update && apt-get install -y \
 		gnupg
diff --git a/debian-stretch-titan/Makefile b/debian-bullseye-titan/Makefile
similarity index 100%
rename from debian-stretch-titan/Makefile
rename to debian-bullseye-titan/Makefile
diff --git a/debian-stretch-titan/pipework b/debian-bullseye-titan/pipework
similarity index 100%
rename from debian-stretch-titan/pipework
rename to debian-bullseye-titan/pipework
diff --git a/debian-stretch-titan/ttcn3-docker-prepare.sh b/debian-bullseye-titan/ttcn3-docker-prepare.sh
similarity index 100%
rename from debian-stretch-titan/ttcn3-docker-prepare.sh
rename to debian-bullseye-titan/ttcn3-docker-prepare.sh
diff --git a/debian-stretch-titan/ttcn3-docker-run.sh b/debian-bullseye-titan/ttcn3-docker-run.sh
similarity index 100%
rename from debian-stretch-titan/ttcn3-docker-run.sh
rename to debian-bullseye-titan/ttcn3-docker-run.sh
diff --git a/jenkins-common.sh b/jenkins-common.sh
index 9373076..9fcf02f 100644
--- a/jenkins-common.sh
+++ b/jenkins-common.sh
@@ -21,7 +21,7 @@
 	osmo-*-centos8) echo "centos8-build" ;;
 	osmo-*-latest) echo "debian-stretch-obs-latest" ;;
 	osmo-*) echo "debian-stretch-build" ;;
-	ttcn3-*) echo "debian-stretch-titan" ;;
+	ttcn3-*) echo "debian-bullseye-titan" ;;
 	esac
 }
 
@@ -135,7 +135,7 @@
 		# they are up-to-date.
 		if [ "$REGISTRY_HOST" = "registry.osmocom.org" ]; then
 			case "$i" in
-			debian-stretch-titan)
+			debian-bullseye-titan)
 				docker pull "$REGISTRY_HOST/$USER/$i"
 				continue
 				;;
diff --git a/ttcn3-bsc-test-vamos/Dockerfile b/ttcn3-bsc-test-vamos/Dockerfile
index 1923c38..a29e000 100644
--- a/ttcn3-bsc-test-vamos/Dockerfile
+++ b/ttcn3-bsc-test-vamos/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-bsc-test/Dockerfile b/ttcn3-bsc-test/Dockerfile
index 1923c38..a29e000 100644
--- a/ttcn3-bsc-test/Dockerfile
+++ b/ttcn3-bsc-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-bscnat-test/Dockerfile b/ttcn3-bscnat-test/Dockerfile
index 50ca926..15e7727 100644
--- a/ttcn3-bscnat-test/Dockerfile
+++ b/ttcn3-bscnat-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-bts-test/Dockerfile b/ttcn3-bts-test/Dockerfile
index 8ac7cb8..d676bf0 100644
--- a/ttcn3-bts-test/Dockerfile
+++ b/ttcn3-bts-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-cbc-test/Dockerfile b/ttcn3-cbc-test/Dockerfile
index 8eba25f..7c1e6c5 100644
--- a/ttcn3-cbc-test/Dockerfile
+++ b/ttcn3-cbc-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-fr-test/Dockerfile b/ttcn3-fr-test/Dockerfile
index 4a70c12..11589f6 100644
--- a/ttcn3-fr-test/Dockerfile
+++ b/ttcn3-fr-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-gbproxy-test/Dockerfile b/ttcn3-gbproxy-test/Dockerfile
index 71494d9..a2216b2 100644
--- a/ttcn3-gbproxy-test/Dockerfile
+++ b/ttcn3-gbproxy-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-ggsn-test/Dockerfile b/ttcn3-ggsn-test/Dockerfile
index d42ac3e..252e893 100644
--- a/ttcn3-ggsn-test/Dockerfile
+++ b/ttcn3-ggsn-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-hlr-test/Dockerfile b/ttcn3-hlr-test/Dockerfile
index 8480288..ac5ca4f 100644
--- a/ttcn3-hlr-test/Dockerfile
+++ b/ttcn3-hlr-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-hnodeb-test/Dockerfile b/ttcn3-hnodeb-test/Dockerfile
index 9659dd1..2071cab 100644
--- a/ttcn3-hnodeb-test/Dockerfile
+++ b/ttcn3-hnodeb-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-mgw-test/Dockerfile b/ttcn3-mgw-test/Dockerfile
index 087dc09..c8eeb2b 100644
--- a/ttcn3-mgw-test/Dockerfile
+++ b/ttcn3-mgw-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-msc-test/Dockerfile b/ttcn3-msc-test/Dockerfile
index 05610a4..8c67bbf 100644
--- a/ttcn3-msc-test/Dockerfile
+++ b/ttcn3-msc-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-nitb-sysinfo/Dockerfile b/ttcn3-nitb-sysinfo/Dockerfile
index 45bf69e..3155271 100644
--- a/ttcn3-nitb-sysinfo/Dockerfile
+++ b/ttcn3-nitb-sysinfo/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-ns-test/Dockerfile b/ttcn3-ns-test/Dockerfile
index 850046d..b94de1b 100644
--- a/ttcn3-ns-test/Dockerfile
+++ b/ttcn3-ns-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-pcap-client-test/Dockerfile b/ttcn3-pcap-client-test/Dockerfile
index 2a3799f..9e66326 100644
--- a/ttcn3-pcap-client-test/Dockerfile
+++ b/ttcn3-pcap-client-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-pcu-test/Dockerfile b/ttcn3-pcu-test/Dockerfile
index e42bca1..b7cb21a 100644
--- a/ttcn3-pcu-test/Dockerfile
+++ b/ttcn3-pcu-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-remsim-test/Dockerfile b/ttcn3-remsim-test/Dockerfile
index caa6da1..e94c55c 100644
--- a/ttcn3-remsim-test/Dockerfile
+++ b/ttcn3-remsim-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-sccp-test/Dockerfile b/ttcn3-sccp-test/Dockerfile
index 708a72f..f43a5dd 100644
--- a/ttcn3-sccp-test/Dockerfile
+++ b/ttcn3-sccp-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-sgsn-test/Dockerfile b/ttcn3-sgsn-test/Dockerfile
index 333b5ed..b581b43 100644
--- a/ttcn3-sgsn-test/Dockerfile
+++ b/ttcn3-sgsn-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-sip-test/Dockerfile b/ttcn3-sip-test/Dockerfile
index 1324ac0..7dd4756 100644
--- a/ttcn3-sip-test/Dockerfile
+++ b/ttcn3-sip-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-smlc-test/Dockerfile b/ttcn3-smlc-test/Dockerfile
index 5d27ceb..0d5b0da 100644
--- a/ttcn3-smlc-test/Dockerfile
+++ b/ttcn3-smlc-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
diff --git a/ttcn3-stp-test/Dockerfile b/ttcn3-stp-test/Dockerfile
index e36935b..7808704 100644
--- a/ttcn3-stp-test/Dockerfile
+++ b/ttcn3-stp-test/Dockerfile
@@ -1,6 +1,6 @@
 ARG	REGISTRY
 ARG	USER
-FROM	$REGISTRY/$USER/debian-stretch-titan
+FROM	$REGISTRY/$USER/debian-bullseye-titan
 ARG	OSMO_TTCN3_BRANCH="master"
 
 ADD	http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/26582
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ib3bdfa3bec8f8ef42c55ca61cdee8fbca923874f
Gerrit-Change-Number: 26582
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211215/7e8ade10/attachment.htm>


More information about the gerrit-log mailing list