Skip to main content

Docker Images

Published container images for Clutch Protocol components. All images use the :latest tag on the default branch; tagged releases use semver from git tags.

Registry overview

RegistryScopeLogin
GitHub Container Registry (GHCR)All images belowdocker login ghcr.io (required if packages are private)
Docker HubNode, Hub API, demo appNo login required for public pulls
tip

clutch-deploy pulls from GHCR by default. See Docker Deploy for the full stack.

Images

ComponentGHCRDocker Hub
Clutch Nodeghcr.io/clutchprotocol/clutch-node9194010019/clutch-node
Clutch Hub APIghcr.io/clutchprotocol/clutch-hub-api9194010019/clutch-hub-api
Demo appghcr.io/clutchprotocol/clutch-hub-demo-app9194010019/clutch-hub-demo-app
Explorer backendghcr.io/clutchprotocol/clutch-explorer-backend
Explorer frontendghcr.io/clutchprotocol/clutch-explorer-frontend

Pull examples

# GHCR (used by clutch-deploy)
docker pull ghcr.io/clutchprotocol/clutch-node:latest
docker pull ghcr.io/clutchprotocol/clutch-hub-api:latest
docker pull ghcr.io/clutchprotocol/clutch-hub-demo-app:latest
docker pull ghcr.io/clutchprotocol/clutch-explorer-backend:latest
docker pull ghcr.io/clutchprotocol/clutch-explorer-frontend:latest

# Docker Hub (node, API, demo only)
docker pull 9194010019/clutch-node:latest
docker pull 9194010019/clutch-hub-api:latest
docker pull 9194010019/clutch-hub-demo-app:latest