aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sccp-test
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-02-11 16:26:48 +0100
committerOliver Smith <osmith@sysmocom.de>2021-02-11 16:27:23 +0100
commit6f6724178b84b23eddc1c70b990d19a98db5f77c (patch)
tree5c50b6842b5b7c20c2305c55ee4b406d1c99563f /ttcn3-sccp-test
parentce824cc3e17552cc963439f2a25ede39e0c62cda (diff)
ttcn3: use REGISTRY arg with debian-stretch-titan
Allow jenkins to fetch the image from our private docker registry. Outside of jenkins, the image is built locally just like before. Related: OS#5017 Change-Id: I46cc176ea09d8badc359b627d7ce2f459211258c
Diffstat (limited to 'ttcn3-sccp-test')
-rw-r--r--ttcn3-sccp-test/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ttcn3-sccp-test/Dockerfile b/ttcn3-sccp-test/Dockerfile
index a818d8b..708a72f 100644
--- a/ttcn3-sccp-test/Dockerfile
+++ b/ttcn3-sccp-test/Dockerfile
@@ -1,5 +1,6 @@
+ARG REGISTRY
ARG USER
-FROM $USER/debian-stretch-titan
+FROM $REGISTRY/$USER/debian-stretch-titan
ARG OSMO_TTCN3_BRANCH="master"
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit