docker-playground/ttcn3-sccp-test/Dockerfile

14 lines
351 B
Docker

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" sccp
VOLUME /data
COPY SCCP_Tests.cfg /data/SCCP_Tests.cfg
CMD ttcn3-docker-run sccp SCCP_Tests