ttcn3-hnbgw: fix disabling talloc report checks for hnbgw-latest (details)
osmo-uecups-master: make osmocom user avilable (details)
debian-bullseye-titan-*/Dockerfile: Replace inetutils-ping with (details)
Commit
4a9f22b864e20f20bad14eac1a1da999b75ba6b8
by Pau Espin Pedrol
ttcn3-hnbgw: fix disabling talloc report checks for hnbgw-latest
Older commit disabled the talloc report checks but forgot to add the same line to the with-pfcp/ variant, and as a result the sed command in jenkins.sh won't work there.
Commit
e0a1b5b454ae7425e317909722b6b5c268a022dc
by laforge
osmo-uecups-master: make osmocom user avilable
Bring back the osmocom user that was removed earlier to fix a UID conflict with the build user.
The osmocom user is being used after all, the TTCN-3 PGW tests use it to start commands as "osmocom" user in osmo-uecups-master. This lead to e.g. PGW_Tests.TC_createSession_ping4 failing.
Rename the user instead of adding a new one, so it can write log files to the log dir as the same UID as the user that runs docker.
Commit
9c8b5fa9c2f790a1ed6b2e4866fa423af0443f3e
by laforge
debian-bullseye-titan-*/Dockerfile: Replace inetutils-ping with iputils-ping
iCurrently we install inetutils-ping in some docker images and iputils-ping in others; let's make it more uniform to avoid running different implementations in different images. The iputils-ping provides further linux-specific features, such as the "-I interface" param, which is used by some images, so let's pick that one everywhere.