Image Hierarchy
Images
All images are published toghcr.io/dimensionalos/.
Tags
Images are tagged based on the git branch:When to Use Each Image
Non-ROS Track (python → dev)
skip
ROS Track (ros → ros-python → ros-dev)
Use when you need ROS2 integration:
- Robot hardware control via ROS topics
- Navigation stack integration
- ROS message passing between components
- Running ROS tests (
pytest -m ros)
skip
Local Development
Building Images Locally
Use the helper script:skip
CI/CD Pipeline
Images are built by.github/workflows/docker-build.yml on merges to main/dev (when Docker files change) and weekly for base image security patches.
Tests and type checking run in .github/workflows/ci.yml using pre-built images.
Build Trigger Paths
Dockerfile Structure
Common Patterns
All Dockerfiles accept aFROM_IMAGE build arg for flexibility:
skip
python) to build on different bases.
Python Package Installation
Images use uv for fast dependency installation:skip
Dev Image Features
The dev image (docker/dev/Dockerfile) adds:
- Git, git-lfs, pre-commit
- Editors (nano, vim)
- tmux with custom config
- Node.js (via nvm)
- Custom bash prompt with version info
- Entrypoint script that sources ROS setup
