aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-gbproxy-latest
AgeCommit message (Collapse)AuthorFilesLines
2022-02-14common/pipework: deduplicateOliver Smith2-490/+1
Move the pipework script from several image directories to the common dir. Change-Id: I88ff40ca69c9ee76bef9bb8f24f66ca9d5ac751a
2022-02-14make/Makefile: always use docker run --rmOliver Smith1-1/+1
Add --rm to the "docker run" line in make/Makefile, and remove it from RUN_ARGS. Related: https://osmocom.org/projects/osmocom-servers/wiki/Docker_cache_clean_up Related: SYS#5827 Change-Id: Iea063aa39a08397ea64d2018b433991a130e7f56
2022-02-11make/Makefile: allow overriding '-it' for target 'run'Vadim Yanitskiy1-1/+1
Allocating a pseudo-TTY (-t, --tty) fails when 'run' is executed inside of a Jenkins or cron script. This change fixes ttcn3-bts-test, which invokes 'run' to fetch the config files. Change-Id: If22f682be4f004c5bb43e65098079a4f4fe6158d Fixes: If15461240f3037c142c176fc7da745a1701ae3f8
2021-05-04osmo-*-latest: use OSMOCOM_REPO_VERSIONOliver Smith1-1/+2
Related: SYS#5370 Change-Id: I237a296ea8a1e08bc31f351c5f42a59fe7438815
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-49/+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
2021-03-02Add osmo-gbproxy-latest containerHarald Welte6-0/+617
Change-Id: I285cb51da03b793eab994ff3c00de16097e3f992