Update docker-compose image references from v3.4.2 to v4.2.0 on lab 3#37
Merged
Alonza0314 merged 3 commits intofree5gc:masterfrom Feb 21, 2026
Merged
Update docker-compose image references from v3.4.2 to v4.2.0 on lab 3#37Alonza0314 merged 3 commits intofree5gc:masterfrom
Alonza0314 merged 3 commits intofree5gc:masterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Lab 3’s docker-compose manifests to use free5GC container images tagged v4.2.0 instead of v3.4.2, aligning the lab environment with newer gtp5g compatibility requirements.
Changes:
- Bumped free5GC NF image tags (
upf,nrf,amf,ausf,nssf,pcf,smf,udm,udr,chf,webui) fromv3.4.2tov4.2.0in the Lab 3 exercise compose file. - Applied the same image tag updates in the Lab 3 answer compose file.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| lab3/exercise/deploy_exercise.yaml | Updates free5GC NF image tags to v4.2.0 for the exercise deployment. |
| lab3/ans/deploy_ans.yaml | Mirrors the exercise compose changes for the answer deployment. |
Alonza0314
approved these changes
Feb 21, 2026
Member
Alonza0314
left a comment
There was a problem hiding this comment.
Thank you for updating!
Cheers
Alonza
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.
This PR updates the docker-compose image references in both the exercise and the answer from v3.4.2 to v4.2.0.
The previous images were no longer compatible with recent gtp5g releases. Older gtp5g versions (e.g., v8.1.0, the last compatible one) fail to compile on modern Linux kernels (tested on Linux 6.14.0).
Updating to the latest image release restores compatibility and enables the use of the most recent gtp5g versions without build issues.