aboutsummaryrefslogtreecommitdiffstats
path: root/sctp-test
AgeCommit message (Collapse)AuthorFilesLines
2019-03-30Switch all osmo-*-master and ttcn3-*-test from jessie to stretchHarald Welte1-1/+1
Jessie will be EOL in June 2019, let's make the switch to stretch before that. Change-Id: I37a534d07081f3d321869c86d49d03171c8da0c6
2018-09-06Fix "'laforge/debian-jessie-build' not found"Oliver Smith1-1/+2
Instead of hardcoding laforge's username in all FROM statements in the Dockerfiles, make use of the USER variable (as passed through by the "make/Makefile" with "docker build --build-arg USER=..."). Thanks to fixeria for proposing this fix! This requires running docker-ce, old versions of docker (such as the one in the official repositories of the latest Fedora) don't support variables in the FROM line. But docker-ce can be installed after adding docker's 3rd party repositories. Closes: OS#3457 Change-Id: Ic5f11c8a4e247f632cb6aea6d147e94c53e0130f
2018-09-04sctp-test: fix build and pin to specific commitsOliver Smith3-49/+23
Changes: * install ca-certificates, so "git clone" doesn't fail * checkout specific commits (the most recent ones right now), so we will get the same code every time we build the container and the patches won't fail to apply in the future * rebase patch "disable the use of scheduler priorities and mlockall" on top of master (I couldn't find the commit it was supposed to be based on) * delete obsolete patch that fixed compilation Change-Id: I7cd647684b983384f419b5cfbea0f8dfc7fee70e
2017-08-27apt-get: always use --no-install-recommends and apt-get cleanHarald Welte1-2/+5
this helps us to avoid installing unneeded packages and removes the package cache from the images to keep them less bloated.
2017-08-20fix .release file contents (wrong name / copy+paste error)Harald Welte1-1/+1
2017-08-19sctp-test: Don't assign IP addressHarald Welte1-1/+1
2017-08-19Use laforge/ in all dependenciesHarald Welte1-1/+1
2017-08-19add Makefile for sctp-test imageHarald Welte2-0/+5
2017-05-03Dockerfile for SCTP conformance test suiteHarald Welte4-0/+101