aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-stp-master/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
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-05-23osmo-*-master: add Dockerfile ARG for git repo branch to be builtHarald Welte1-2/+4
This allows the user to build any non-master branches of the related repositories, which is helpful for local testing before pushing changes to git. Change-Id: I0c3349e9a60015472c96bd24fbf29aad57501a00
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-20ggsn/stp: Avoid calling /bin/sh but directly exec()ing the programHarald 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-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 Welte1-0/+31