footstone

footstone holds the container images the Eru project builds and runs code in. Each image lives in its own directory with a single Dockerfile, is built for linux/amd64 and linux/arm64, and is published to the GitHub Container Registry under ghcr.io/projecteru2/footstone/.

footstone/
├── build/Dockerfile        → ghcr.io/projecteru2/footstone/build
└── run-lambda/Dockerfile   → ghcr.io/projecteru2/footstone/run-lambda

Guides

Pulling an image

docker pull ghcr.io/projecteru2/footstone/build
docker pull ghcr.io/projecteru2/footstone/run-lambda

Both images are public; no registry login is needed to pull them.

Repository

Source and issue tracker: github.com/projecteru2/footstone. Part of the Eru cluster stack, alongside core, agent, cli and resource-extend.