aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-fr-test/Dockerfile
blob: dcee72d02bfb4327e3077434f724f12f39567b0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ARG	USER
FROM	$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" fr fr-net

VOLUME	/data

RUN	ln -s /osmo-ttcn3-hacks/ttcn3-dumpcap-start.sh / && \
	ln -s /osmo-ttcn3-hacks/ttcn3-dumpcap-stop.sh /

COPY	FR_Tests.cfg /data/FR_Tests.cfg
COPY	FRNET_Tests.cfg /data/FRNET_Tests.cfg
COPY	pipework /usr/bin/pipework
COPY	docker-entrypoint.sh /docker-entrypoint.sh

ENTRYPOINT	["/docker-entrypoint.sh"]