This directory contains Dockerfiles for images we use during development and CI.
ci-runner/– Base image for GitHub Actions jobs that run cigen’s own pipelines. It layers tooling we rely on (Node/npm for JavaScript actions,protocfor gRPC codegen, Python utilities, etc.) on top of the officialrust:latestimage. We build this locally for fastactruns and will push it to Docker Hub once it is finalized.
Future images (e.g. the published cigen runtime container) should each live in
their own subdirectory alongside ci-runner/.