Skip to content

Changes

Summary

  1. debian-bullseye-titan: run 8 parallel jobs for 'make deps' (details)
  2. debian-{bullseye,buster,jessie}-build: install 'equivs' package (details)
  3. open5gs-master: migrate to debian-bullseye-build (details)
Commit 078d8c10d820d1368e9b014a38b0a29fc68fe30c by Vadim Yanitskiy
debian-bullseye-titan: run 8 parallel jobs for 'make deps'

This reduces the time required for building test suites.

Change-Id: I6349d8304a248c7ae2a5373bf23a691f3a1cb991
The file was modified debian-bullseye-titan/Dockerfile
The file was modified debian-bullseye-titan/ttcn3-docker-prepare.sh
Commit 52da726342e77589dc40e83db19edda7e2e5fdfe by Vadim Yanitskiy
debian-{bullseye,buster,jessie}-build: install 'equivs' package

This package is required by Debian's mk-build-deps tool.

Change-Id: Id599d70dc7e5222d62aa5c155bbc75420b913de5
Related: SYS#5602
The file was modified debian-jessie-build/Dockerfile
The file was modified debian-buster-build/Dockerfile
The file was modified debian-bullseye-build/Dockerfile
Commit c0e6589279d2a9b6dee87d12ac37c5d47c8b58c0 by Vadim Yanitskiy
open5gs-master: migrate to debian-bullseye-build

It's a common practice to have a shared '-build' image and base
the '-master' images on top of it to avoid installing same
dependencies across different images.

Finally we can use more recent meson from debian's repositories,
so no need to depend on python and install it using pip.

Change-Id: I93422916b232f686dc27a2ff452e20e73db50f58
Related: SYS#5602
The file was modified open5gs-master/Dockerfile