aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-msc-latest
AgeCommit message (Collapse)AuthorFilesLines
2020-12-02common: Introduce OSMOCOM_REPO_MIRROR paramPau Espin Pedrol1-1/+3
This allows easily changing to another osmocom repo base URL if the default one is down. Related: OS#4862 Change-Id: I8010b08f3dabacfb3c13a44eece6c7a490e0742e
2020-12-01common: Automatize UPSTREAM_DISTRO name based on image namePau Espin Pedrol1-1/+2
Similar to what is already done with DISTRO, which points to given image of ours based on name. This time we do the same with upstream images, such as debian:stretch or centos:centos8. This way, for instance calling docker_images_require "osmo-bsc-latest-centos8" would try to build the osmo-bsc-latest/Dockerfile file starting from a centos8 image. Change-Id: I33cb21aa024396974559fd98f9f3c64e2c351eda
2020-11-02introduce 'REGISTRY' argument to all DockerfilesHarald Welte1-1/+2
This is initialized to docker.io, keeping the default behaviour if not specified. However, it allows us to specify a private registry later on. Related: OS#4839 Change-Id: I32d4ee6256033c809108c1b86cb6b6c58d880f49
2020-03-30update OBS Release.key; the old one expired today.Harald Welte1-9/+9
Change-Id: I0dd7d7f54a3eb93ca677f3bdc5e00f62694aaa9e
2019-11-19Update osmo-*/Dockerfile to log stdout+stderr of process to log filePau Espin Pedrol1-2/+2
This way we get VTY parsing failures as well as backtraces upon process crash. Related: OS#4212 Change-Id: I9493ff73ef27c7c6d32b00cf827704b3f9cbf86a
2019-01-29osmo-msc.cfg: remove auth policy, LU reject causeOliver Smith1-2/+0
Delete legacy config lines. They have been deleted in osmo-msc.git's example config files in [1] and [2] almost a year ago. When running locally, osmo-msc refuses to start with these lines. The ttcn3-msc-test dir has its own osmo-msc.cfg file, so it works there without this patch. $ osmo-msc There is no such command. Error occurred during reading the below line: auth policy closed <0006> msc_main.c:573 Failed to parse the config file: 'osmo-msc.cfg' [1]: change-id I825e659da529257e5edec94d9d59f0e10c1b4c63 [2]: change-id Ie1f39e706477aaf42051877b52d4b3ae1c5f138e Related: OS#3767 Change-Id: I101b69c5c25252cac346259d8d88f3e02bc943d6
2019-01-29osmo-msc-latest: install libdbd-sqlite3Oliver Smith1-1/+3
Fix osmo-msc crash at start up: <0009> db.c:621 Failed to create database connection to sqlite3 db 'sms.db'; Is the sqlite3 database driver for libdbi installed on this system? DB: Failed to init database: sms.db It would be better if the Debian package pulled in this dependency automatically, see OS#3771. Related: OS#3767 Change-Id: Ia816aed8dd3b86f44f4454af89cec6f0b9d55dd1
2018-10-22osmo-*-latest: s/nightly/latest/g in DockerfileOliver Smith1-2/+2
Follow up to I6a564206dd81743deb1eb27eca7081bc333d7434 where the "*-latest" Dockerfiles were introduced. msc, sgsn, sip, stp had references to "nightly" instead of "latest" in their Dockerfiles. Related: OS#3268 Change-Id: I1eab031038927043faf6ed8ed30bdf4d4d1624d5
2018-05-04Add osmo-*-latest DockerfilesHarald Welte5-0/+76
Those containers are using the OBS-built "latest" packages on Debian 9 Change-Id: I6a564206dd81743deb1eb27eca7081bc333d7434