aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-stp-master
AgeCommit message (Collapse)AuthorFilesLines
2018-02-04Release.key of osmocom-nightly has expired; update it in all DockerfilesHarald Welte1-9/+9
2017-12-17osmo-*: Ensure container is rebuilt if nightly repo is updatedHarald Welte1-1/+4
Let's use the "ADD" trick that we use for git repositories also for the osmocom:nightly debian package feed. This way any change to the package feed will result in a rebuild of the container.
2017-08-27apt-get: always use --no-install-recommends and apt-get cleanHarald Welte1-4/+6
this helps us to avoid installing unneeded packages and removes the package cache from the images to keep them less bloated.
2017-08-20osmo-*: Bind to INADDR_ANY so telnet/VTY is reachable remotelyHarald Welte1-0/+1
We're using this in an internal network for jenkins integration testing, so no security concern.
2017-08-20ggsn/stp: Avoid calling /bin/sh but directly exec()ing the programHarald Welte1-1/+1
2017-08-20osmo-stp: Write logfile to volume in /dataHarald Welte1-0/+22
2017-08-20osmo-stp-master mount 'stp-vol'Harald Welte1-1/+1
2017-08-20bumped to version 0.1.0osmo-stp-master-0.1.0Harald Welte1-2/+2
2017-08-20fix .release file contents (wrong name / copy+paste error)Harald Welte1-1/+1
2017-08-19Use 'patch' not 'commit' from cgit for repo change detectionHarald Welte1-1/+1
the 'commit' output contains a timestamp, so every second the result will be different. 'patch' doesn't have this.
2017-08-19Use laforge/ in all dependenciesHarald Welte1-1/+1
2017-08-19Ensure docker cache fails if git repositories changeHarald Welte1-2/+4
2017-08-19Introduce 'make run' to run the respective containerHarald Welte2-2/+2
2017-08-19introduce makefile based buildHarald Welte2-0/+3
2017-08-19use '--rm' argumetn to 'docker run' to clean up after exitHarald Welte1-1/+1
2017-05-03move libsctp-dev into debian-jessie-build DockerfileHarald Welte1-2/+1
avoid having to use it by virtuall all downstream Dockerfiles
2017-05-03add telnet client to osmo-stp-master and debian-jessie-osmocomHarald Welte1-0/+1
Osmocom programs need telnet to access the vty
2017-05-03Dockerfile for a containes with m3ua-testtool / sua-testtoolHarald Welte4-0/+101