Skip to content

Container Images

Release 3 platform binaries (Go services and workers) are published to Docker Hub under the dendra organization. During development, Kubernetes deployments pin images by digest in dendra-k0s. The registry links below are the source for pulls and tags.

Web applications and documentation sites (main app, public site, docs site, RPC API docs, and similar) are hosted on Render as static or web services. They are not distributed as Docker images.

ImageDocker HubBinariesSource repository
dendra/dendra-api-servicesdendra-api-servicesdendra-api-server, dendra-job-schedulerdendra-api-services
dendra/dendra-job-workersdendra-job-workersdendra-backend-worker, dendra-extract-worker, dendra-load-workerdendra-job-workers

The API server and job scheduler share one image. Each Deployment selects the binary via container command. Worker binaries share the same job-workers image the same way.

The tahoe cluster (Release 3 dev environment on Jetstream2 k0s) references these images in resources/dendra/ manifests. Digests are updated there when rolling out a new build.

For local development, each source repository documents how to build images from its docker/ directory. See the Docker section in the dendra-api-services and dendra-job-workers READMEs.