Skip to content

build(rtpengine): migrate to Ubuntu 24.04#139

Open
Amygos wants to merge 1 commit intomainfrom
ubuntu_rtpengine
Open

build(rtpengine): migrate to Ubuntu 24.04#139
Amygos wants to merge 1 commit intomainfrom
ubuntu_rtpengine

Conversation

@Amygos
Copy link
Copy Markdown
Member

@Amygos Amygos commented Feb 12, 2026

Migrate the rtpengine container from Ubuntu 22.04 to 24.04. This brings
us up to date with a supported Ubuntu LTS release.

Update all runtime library dependencies to their Ubuntu 24.04
equivalents:

  • libavcodec58 -> libavcodec60
  • libavfilter7 -> libavfilter9
  • libavformat58 -> libavformat60
  • libavutil56 -> libavutil58
  • libhiredis0.14 -> libhiredis1.1.0
  • libpcap0.8 -> libpcap0.8t64 (time64 transition)
  • libspandsp2 -> libspandsp2t64
  • libswresample3 -> libswresample4
  • libwebsockets16 -> libwebsockets19t64

Add the previously missing libpcre3 dependency, which is still available
in Ubuntu 24.04 for compatibility. Remove obsolete packages that are no
longer needed (netcat, traceroute).

The resulting image is fully functional with rtpengine 11.2.2.0.

Migrate the rtpengine container from Ubuntu 22.04 to 24.04. This brings
us up to date with a supported Ubuntu LTS release.

Update all runtime library dependencies to their Ubuntu 24.04
equivalents:
- libavcodec58 -> libavcodec60
- libavfilter7 -> libavfilter9
- libavformat58 -> libavformat60
- libavutil56 -> libavutil58
- libhiredis0.14 -> libhiredis1.1.0
- libpcap0.8 -> libpcap0.8t64 (time64 transition)
- libspandsp2 -> libspandsp2t64
- libswresample3 -> libswresample4
- libwebsockets16 -> libwebsockets19t64

Add the previously missing libpcre3 dependency, which is still available
in Ubuntu 24.04 for compatibility. Remove obsolete packages that are no
longer needed (netcat, traceroute).

The resulting image is fully functional with rtpengine 11.2.2.0.
@Amygos Amygos force-pushed the ubuntu_rtpengine branch from 850b285 to 6b02373 Compare April 10, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant