aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-nitb-latest
AgeCommit message (Collapse)AuthorFilesLines
2021-05-04osmo-*-latest: use OSMOCOM_REPO_VERSIONOliver Smith1-1/+2
Related: SYS#5370 Change-Id: I237a296ea8a1e08bc31f351c5f42a59fe7438815
2021-04-25remove deprecated 'logging level all everything' from configsHarald Welte1-1/+0
it has been deprecated in libosmocore.git 2.5 years ago: commit 7e0686c6b4b456ec4e6e15689694b1bcf96c301f Author: Neels Hofmeyr <neels@hofmeyr.de> Date: Mon Sep 10 20:58:52 2018 +0200 Change-Id: Ia6946fae497319a894d4e664ac8642340620822e
2021-03-04osmo-*-latest: support centos8Oliver Smith1-0/+1
Add a new centos8-obs-latest container with shared code (just like debian-stretch-obs-latest) and adjust the package install blocks in osmo-*-latest. Related: OS#5049 Change-Id: I274b31d4903df07e99fd434af25bdb72991f6923
2021-03-04debian-stretch-obs-latest: new containerOliver Smith2-39/+3
Move common code from osmo-*-latest to debian-stretch-obs-latest: * add the OBS repository key * add the OBS repository with "latest" feed * install telnet * invalidate the cache once the repository is updated This is in preparation to make osmo-*-latest work with centos8, preventing the following issues we would have without this refactoring: * avoid need to read the repository index of both debian-stretch and centos8, and to invalidate the cache if either of them changes (instead of just the relevant one). This is currently a problem in osmo-*-master/Dockerfile, Id69f3eaf37f823bac0947366f27a25edd277a4cb will fix it there. * no need to add boilerplate code to install the centos8 repository to each osmo-*-latest/Dockerfile While at it, also remove deprecated MAINTAINER lines. Related: OS#5049 Related: https://docs.docker.com/engine/reference/builder/#maintainer-deprecated Change-Id: I443d52eba416ea298cc5421e280ad2f4ca59283b
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-1/+1
This way we get VTY parsing failures as well as backtraces upon process crash. Related: OS#4212 Change-Id: I9493ff73ef27c7c6d32b00cf827704b3f9cbf86a
2019-10-29Add docker image for osmo-nitb-latestDaniel Willmann6-0/+300
Change-Id: I23cb350ded2940bd63b47ae84e44faa3292b0d9d