docker-playground/ttcn3-pgw-test/Dockerfile

14 lines
346 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" pgw
VOLUME /data
COPY PGW_Tests.cfg /data/PGW_Tests.cfg
CMD ttcn3-docker-run pgw PGW_Tests