Skip to content

Changes

Summary

  1. make: Add OPEN5GS_BRANCH build arg (details)
  2. debian-stretch-jenkins: install libelf-dev (details)
  3. debian-bullseye-titan: run 8 parallel jobs for 'make deps' (details)
  4. debian-{bullseye,buster,jessie}-build: install 'equivs' package (details)
  5. open5gs-master: migrate to debian-bullseye-build (details)
Commit 9e9066cca82d1320a7b83d26e2ac0ecfd677d006 by Pau Espin Pedrol
make: Add OPEN5GS_BRANCH build arg

Change-Id: I29f85a18f5629e50dc1db527e931a248ab69f8e4
The file was modified make/Makefile
Commit d6c5c7a0341c966ddef235a5d6e00a536c1a857c by Oliver Smith
debian-stretch-jenkins: install libelf-dev

Add libelf-dev to be able to build kernel modules with
defconfig_x86_64.

Related: OS#5407
Change-Id: Id72d19ad08681cd7cb3194de2226292f19e96df5
The file was modified debian-stretch-jenkins/Dockerfile
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/ttcn3-docker-prepare.sh
The file was modified debian-bullseye-titan/Dockerfile
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-bullseye-build/Dockerfile
The file was modified debian-buster-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