You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
319 B
13 lines
319 B
ARG REGISTRY
|
|
ARG USER
|
|
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
|
|
RUN ttcn3-docker-prepare "$OSMO_TTCN3_BRANCH" hlr
|
|
|
|
VOLUME /data
|
|
|
|
COPY HLR_Tests.cfg /data/HLR_Tests.cfg
|
|
|
|
CMD ttcn3-docker-run hlr HLR_Tests
|
|
|