aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-epdg-test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-epdg-test/Dockerfile')
-rw-r--r--ttcn3-epdg-test/Dockerfile14
1 files changed, 14 insertions, 0 deletions
diff --git a/ttcn3-epdg-test/Dockerfile b/ttcn3-epdg-test/Dockerfile
new file mode 100644
index 0000000..e3fd8a3
--- /dev/null
+++ b/ttcn3-epdg-test/Dockerfile
@@ -0,0 +1,14 @@
+ARG REGISTRY
+ARG USER
+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
+RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" epdg
+
+VOLUME /data
+
+COPY EPDG_Tests.cfg /data/EPDG_Tests.cfg
+
+CMD ttcn3-docker-run epdg EPDG_Tests