This is a collection of tools used to build and test embedded platforms. Notably it:
- Is based on Rocky Linux 8
- Installs a collection of common embedded development tools
- Installs cmakefrom source
- Installs the following from source:
- qemu-system-arm
- qemu-system-aarch64
- qemu-system-avr
 
There is a docker-compose.yaml and entrypoint.sh which can be used to open
up a container instance with:
- make container.start.remotefor a container pulled with- make container.pull.remote
- make container.start.localfor a locally built container