Open
Conversation
54178c5 to
850b285
Compare
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.
850b285 to
6b02373
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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.