osmith has uploaded this change for review.
ttcn3: use debian-bookworm-titan
Related: OS#6057
Change-Id: I2017dd3888670c475b96e692d911a433484f3df9
---
M jenkins-common.sh
M nplab-m3ua-test/jenkins.sh
M nplab-sua-test/jenkins.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-hnbgw-test/Dockerfile
M ttcn3-hnodeb-test/Dockerfile
M ttcn3-mgw-test/Dockerfile
M ttcn3-mme-test-ogs/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-pgw-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
M ttcn3-upf-test/Dockerfile
29 files changed, 40 insertions(+), 30 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/49/34049/1
diff --git a/jenkins-common.sh b/jenkins-common.sh
index f91c615..f069ffc 100644
--- a/jenkins-common.sh
+++ b/jenkins-common.sh
@@ -23,7 +23,7 @@
osmo-*-latest) echo "debian-$DEBIAN_DEFAULT-obs-latest" ;;
osmo-*) echo "debian-$DEBIAN_DEFAULT-build" ;;
open5gs-master) echo "debian-$DEBIAN_DEFAULT-build" ;;
- ttcn3-*) echo "debian-bullseye-titan" ;;
+ ttcn3-*) echo "debian-bookworm-titan" ;;
esac
}
@@ -147,7 +147,7 @@
# they are up-to-date.
if [ "$REGISTRY_HOST" = "registry.osmocom.org" ]; then
case "$i" in
- debian-bullseye-titan)
+ debian-bookworm-titan)
docker pull "$REGISTRY_HOST/$USER/$i"
continue
;;
diff --git a/nplab-m3ua-test/jenkins.sh b/nplab-m3ua-test/jenkins.sh
index 1b71671..3db8745 100755
--- a/nplab-m3ua-test/jenkins.sh
+++ b/nplab-m3ua-test/jenkins.sh
@@ -6,7 +6,7 @@
"debian-buster-build" \
"sigtran-tests" \
"osmo-stp-$IMAGE_SUFFIX" \
- "debian-bullseye-titan" \
+ "debian-bookworm-titan" \
"nplab-m3ua-test"
set_clean_up_trap
diff --git a/nplab-sua-test/jenkins.sh b/nplab-sua-test/jenkins.sh
index 6ee52ee..a9fbadf 100755
--- a/nplab-sua-test/jenkins.sh
+++ b/nplab-sua-test/jenkins.sh
@@ -5,7 +5,7 @@
docker_images_require \
"debian-buster-build" \
"osmo-stp-$IMAGE_SUFFIX" \
- "debian-bullseye-titan" \
+ "debian-bookworm-titan" \
"sigtran-tests" \
"nplab-sua-test"
diff --git a/ttcn3-bsc-test-vamos/Dockerfile b/ttcn3-bsc-test-vamos/Dockerfile
index eac8f46..963c8de 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-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-bsc-test/Dockerfile b/ttcn3-bsc-test/Dockerfile
index eac8f46..963c8de 100644
--- a/ttcn3-bsc-test/Dockerfile
+++ b/ttcn3-bsc-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-bscnat-test/Dockerfile b/ttcn3-bscnat-test/Dockerfile
index 07377c8..6748975 100644
--- a/ttcn3-bscnat-test/Dockerfile
+++ b/ttcn3-bscnat-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-bts-test/Dockerfile b/ttcn3-bts-test/Dockerfile
index 386ac3b..e99a7c6 100644
--- a/ttcn3-bts-test/Dockerfile
+++ b/ttcn3-bts-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-cbc-test/Dockerfile b/ttcn3-cbc-test/Dockerfile
index 4048f20..784eb25 100644
--- a/ttcn3-cbc-test/Dockerfile
+++ b/ttcn3-cbc-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-fr-test/Dockerfile b/ttcn3-fr-test/Dockerfile
index f237e8b..961eeef 100644
--- a/ttcn3-fr-test/Dockerfile
+++ b/ttcn3-fr-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-gbproxy-test/Dockerfile b/ttcn3-gbproxy-test/Dockerfile
index c215d62..1026180 100644
--- a/ttcn3-gbproxy-test/Dockerfile
+++ b/ttcn3-gbproxy-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-ggsn-test/Dockerfile b/ttcn3-ggsn-test/Dockerfile
index 36778c9..447ddeb 100644
--- a/ttcn3-ggsn-test/Dockerfile
+++ b/ttcn3-ggsn-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-hlr-test/Dockerfile b/ttcn3-hlr-test/Dockerfile
index e8b80a8..df3396d 100644
--- a/ttcn3-hlr-test/Dockerfile
+++ b/ttcn3-hlr-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-hnbgw-test/Dockerfile b/ttcn3-hnbgw-test/Dockerfile
index c37e1bf..3b4e930 100644
--- a/ttcn3-hnbgw-test/Dockerfile
+++ b/ttcn3-hnbgw-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-hnodeb-test/Dockerfile b/ttcn3-hnodeb-test/Dockerfile
index 6783abd..df6cb94 100644
--- a/ttcn3-hnodeb-test/Dockerfile
+++ b/ttcn3-hnodeb-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-mgw-test/Dockerfile b/ttcn3-mgw-test/Dockerfile
index bfc0b9e..e8aad68 100644
--- a/ttcn3-mgw-test/Dockerfile
+++ b/ttcn3-mgw-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-mme-test-ogs/Dockerfile b/ttcn3-mme-test-ogs/Dockerfile
index 048a8e8..0f9d688 100644
--- a/ttcn3-mme-test-ogs/Dockerfile
+++ b/ttcn3-mme-test-ogs/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
RUN apt-get update && \
apt-get upgrade -y && \
diff --git a/ttcn3-msc-test/Dockerfile b/ttcn3-msc-test/Dockerfile
index 9bcd891..6fe48d4 100644
--- a/ttcn3-msc-test/Dockerfile
+++ b/ttcn3-msc-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-nitb-sysinfo/Dockerfile b/ttcn3-nitb-sysinfo/Dockerfile
index 12ebee4..1c31513 100644
--- a/ttcn3-nitb-sysinfo/Dockerfile
+++ b/ttcn3-nitb-sysinfo/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-ns-test/Dockerfile b/ttcn3-ns-test/Dockerfile
index d39f493..aa10337 100644
--- a/ttcn3-ns-test/Dockerfile
+++ b/ttcn3-ns-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-pcap-client-test/Dockerfile b/ttcn3-pcap-client-test/Dockerfile
index 10c829b..7cfd940 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-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-pcu-test/Dockerfile b/ttcn3-pcu-test/Dockerfile
index e97ac40..9ed8690 100644
--- a/ttcn3-pcu-test/Dockerfile
+++ b/ttcn3-pcu-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-pgw-test/Dockerfile b/ttcn3-pgw-test/Dockerfile
index 5233c5e..5e53902 100644
--- a/ttcn3-pgw-test/Dockerfile
+++ b/ttcn3-pgw-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-remsim-test/Dockerfile b/ttcn3-remsim-test/Dockerfile
index b902e2d..650c07c 100644
--- a/ttcn3-remsim-test/Dockerfile
+++ b/ttcn3-remsim-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-sccp-test/Dockerfile b/ttcn3-sccp-test/Dockerfile
index 68fd2c0..8d52787 100644
--- a/ttcn3-sccp-test/Dockerfile
+++ b/ttcn3-sccp-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-sgsn-test/Dockerfile b/ttcn3-sgsn-test/Dockerfile
index da67044..eba4ddd 100644
--- a/ttcn3-sgsn-test/Dockerfile
+++ b/ttcn3-sgsn-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-sip-test/Dockerfile b/ttcn3-sip-test/Dockerfile
index 53d70db..7418ea6 100644
--- a/ttcn3-sip-test/Dockerfile
+++ b/ttcn3-sip-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-smlc-test/Dockerfile b/ttcn3-smlc-test/Dockerfile
index f5dd890..6c41c1c 100644
--- a/ttcn3-smlc-test/Dockerfile
+++ b/ttcn3-smlc-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-stp-test/Dockerfile b/ttcn3-stp-test/Dockerfile
index 256132d..995ef53 100644
--- a/ttcn3-stp-test/Dockerfile
+++ b/ttcn3-stp-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
diff --git a/ttcn3-upf-test/Dockerfile b/ttcn3-upf-test/Dockerfile
index c0e3d6c..665d818 100644
--- a/ttcn3-upf-test/Dockerfile
+++ b/ttcn3-upf-test/Dockerfile
@@ -1,6 +1,6 @@
ARG REGISTRY
ARG USER
-FROM $REGISTRY/$USER/debian-bullseye-titan
+FROM $REGISTRY/$USER/debian-bookworm-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD https://gerrit.osmocom.org/plugins/gitiles/osmo-ttcn3-hacks/+/$OSMO_TTCN3_BRANCH?format=TEXT /tmp/commit
To view, visit change 34049. To unsubscribe, or for help writing mail filters, visit settings.