Add UERANSIM Docker image#38
Merged
Merged
Conversation
0294e41 to
ef9fddf
Compare
gab-arrobo
reviewed
May 5, 2026
There was a problem hiding this comment.
Pull request overview
Adds a first-class UERANSIM Docker image to this repository and wires it into the existing build/release automation so it can be built/published alongside the existing gNB/UE/OCUDU images.
Changes:
- Introduce
Dockerfile-ueransimto build and package UERANSIM binaries (nr-gnb, nr-ue, nr-cli, nr-binder). - Extend the
Makefiletargets and GitHub release workflow to build/pushaetherproject/ueransim:<tag>. - Update repository metadata/documentation (README + VERSION bump) to reflect the new image and trigger the release pipeline.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
VERSION |
Bumps version to 0.7.1 to trigger the release workflow. |
README.md |
Updates the repo description to include UERANSIM. |
Makefile |
Adds ueransim target, upstream ref/repo variables, build args, and image naming/push behavior. |
Dockerfile-ueransim |
New multi-stage Dockerfile to build and package UERANSIM tools into a runtime image with required deps. |
.github/workflows/push.yml |
Adds a release job that builds/pushes the UERANSIM image when a release version is detected. |
.github/workflows/master.yml |
Adds hadolint coverage for Dockerfile-ueransim. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Andy Bavier <andybavier@gmail.com>
Signed-off-by: Andy Bavier <andybavier@gmail.com>
Signed-off-by: Andy Bavier <andybavier@gmail.com>
Signed-off-by: Andy Bavier <andybavier@gmail.com>
Signed-off-by: Andy Bavier <andybavier@gmail.com>
Create a minor release Co-authored-by: Gabriel Arrobo <gabriel.arrobo@intel.com> Signed-off-by: Andy Bavier <andybavier@gmail.com>
6675f8c to
19f8af1
Compare
gab-arrobo
approved these changes
May 5, 2026
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.
Summary
Validation
Note: an amd64 test image was built through GitHub Actions and used successfully by the Aether OnRamp UERANSIM CI smoke test.