Skip to content

Changes

Summary

  1. osmo-uecups-latest: install missing iputils-ping (details)
  2. open5gs-latest: install missing packages for ttcn3-pgw-test (details)
  3. open5gs-master: fix comment in Dockerfile (details)
  4. open5gs-latest: add osmocom user for ttcn3-pgw-test (details)
Commit 26916f057639005bd5be857969dd596fd28d2917 by Vadim Yanitskiy
osmo-uecups-latest: install missing iputils-ping

ping is needed for ttcn3-pgw-test.  In the case of osmo-uecups-master
it's available from the parent $DISTRO-build image, but for the -latest
it needs to be installed by the inherited image itself.

Change-Id: Ia1b9124f09203c7dcf6d26dee78b09d5a139a04f
Related: OS#5913
The file was modified osmo-uecups-latest/Dockerfile
Commit d3c437abcefae7b60e2cad15f51573aaf34b65cc by Vadim Yanitskiy
open5gs-latest: install missing packages for ttcn3-pgw-test

These are present in open5gs-master, but missing in open5gs-latest.

Change-Id: Ic9227033d65d621e7f6c5e196a9a8d6a1b73d5da
Related: OS#5913
The file was modified open5gs-latest/Dockerfile
Commit 4c3d87992407bd239ec3c2d5f2099ba497813780 by Vadim Yanitskiy
open5gs-master: fix comment in Dockerfile

Change-Id: I34577dd39051f429af8257afe075f22b20cfdfe4
Related: OS#5913
The file was modified open5gs-master/Dockerfile
Commit 35c6b4fe02a6c6fa6bc0ac72fd87b71742a78ca0 by Vadim Yanitskiy
open5gs-latest: add osmocom user for ttcn3-pgw-test

In ttcn3-pgw-test we're running open5gs-upfd as a non-root user.
We do have this user in open5gs-master, but not in open5gs-latest.

Change-Id: I9139fc52fa6973cf495559d3c4202d9f804a2079
Related: OS#5913
The file was modified open5gs-latest/Dockerfile