Shared container base images for Zeno deployments.
ruby-api-base publishes two GHCR tags for Ruby API services:
ghcr.io/zenomcpe/ruby-api-base:3.4-buildghcr.io/zenomcpe/ruby-api-base:3.4-runtime
Use the build tag for bundle install and test stages. Use the runtime tag for the final deployed image.
lisette-go-base publishes a Go and Lisette build image for Lisette services:
ghcr.io/zenomcpe/lisette-go-base:go1.26.4ghcr.io/zenomcpe/lisette-go-base:go1.26.4-e819ec010fe9f3758d45e961a0d9a11acb3dd26f
Use this image for Lisette build and test stages that need the pinned Go toolchain and Lisette compiler.
goplus-base publishes the pinned GoPlus toolchain used while GoPlus remains a maintained Go fork:
ghcr.io/zenomcpe/goplus-base:go1.28-develghcr.io/zenomcpe/goplus-base:go1.28-devel-ee3aaf3a1d05b3f378c2df051a0b43683233ab81
Use the commit-qualified tag for reproducible builds. The shorter development tag follows the commit configured in the image workflow. The forked toolchain is exposed as go+ so it remains visibly distinct from standard Go.