aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-remsim-master
AgeCommit message (Collapse)AuthorFilesLines
2020-12-16migrate from CentOS_8_Stream to CentOS_8Harald Welte1-1/+1
Change-Id: I72c8fdae14816ec0a243f3fca4b4c2a49b562845 Related: SYS#5250
2020-12-02common: Introduce OSMOCOM_REPO_MIRROR paramPau Espin Pedrol1-2/+4
This allows easily changing to another osmocom repo base URL if the default one is down. Related: OS#4862 Change-Id: I8010b08f3dabacfb3c13a44eece6c7a490e0742e
2020-10-16osmo-*-master: Invalidate docker cache when CentOS repo changesHarald Welte1-0/+3
We currently only invalidate the cache if the Debian repository changes, but not if the CentOS repository changes. This leads to strange artefacts, such as CentOS containers for osmo-bts-master using an old libosmocore, despite a new one being available in the repo. As Dockerfiles don't support conditional "ADD", we need to actually add both the CentOS and the Debian repsotiry file, so any change in either of the two will now (unneccessarily) invalidate the cache for both Debian and CentOS builds. Change-Id: I7b13644afb9d3be3b94184193177e003c13718d3
2020-07-13make: use $(nproc) instead of hard-coded number of coresVadim Yanitskiy1-2/+2
Change-Id: Ie93b81a8a9206c47c4e4d4834fc5c03d9bf4254c
2020-05-30osmo-*-master: support centos8Oliver Smith1-24/+59
Adjust the Dockerfiles, so 'docker_images_require osmo-mgw-master-centos8' etc. result in a centos8 based image. centos8-build already configures the Osmocom nightly repository, so we only need to configure it for debian-stretch. Related: OS#4564 Change-Id: I6579748056ce0505304378b342a698b98c77fd18
2020-03-30update OBS Release.key; the old one expired today.Harald Welte1-9/+9
Change-Id: I0dd7d7f54a3eb93ca677f3bdc5e00f62694aaa9e
2020-02-17osmo-remsim-master: Add vpcd + pcscd to Docker imageHarald Welte1-0/+15
This way we can run the container with osmo-remsim-bankd + ifd-vpcd, i.e. with a simulated smart card reader behind the bank. Change-Id: I463eca0f66197b409e00028e75e9501de620cc8b
2019-12-18osmo-remsim-master: Add libosmo-simtrace2-dev to containerHarald Welte1-0/+1
This is a new build requirement. Change-Id: Idd85dcd3802fcf75f65ea36fc5d13030c1b0662b
2019-11-19Update osmo-*/Dockerfile to log stdout+stderr of process to log filePau Espin Pedrol1-1/+1
This way we get VTY parsing failures as well as backtraces upon process crash. Related: OS#4212 Change-Id: I9493ff73ef27c7c6d32b00cf827704b3f9cbf86a
2019-09-13add osmo-resmsim-master Docker containerHarald Welte4-0/+77
this will be used in upcoming TTCN-3 tests for osmo-remsim Change-Id: I8508441289455d0a2e3486a99ef09c85937de26f