https://github.com/siliconlabssoftware/renode_docker
Docker workflow for Silicon Labs public fork of Renode.
https://github.com/siliconlabssoftware/renode_docker
Last synced: 3 months ago
JSON representation
Docker workflow for Silicon Labs public fork of Renode.
- Host: GitHub
- URL: https://github.com/siliconlabssoftware/renode_docker
- Owner: SiliconLabsSoftware
- Created: 2025-04-14T19:08:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T20:48:33.000Z (about 1 year ago)
- Last Synced: 2025-06-12T02:09:10.133Z (about 1 year ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# renode_docker
Repository containing Docker workflows based around the Silicon Labs public fork of Renode.
### renode_build container
Container including an environment for building and packaging Renode (from source at SiliconLabsSoftware/renode). Requires the Renode repository to be mounted into the container before building, and is mostly intended for CI workflows to provide access to the environment they need to package Renode for the renode container.
The build environment is currently based on .NET 8.0 and Ubuntu 24.04 + x86_64 architecture.
### renode container
Container includes a preinstalled version of Renode built from the renode_build container.
Includes 'renode' (to launch the Renode monitor) and 'renode-test' (to run one of the Robot tests packaged inside the container) as commands on PATH.