Skip to main content
Version: 8.8 (unreleased)

Camunda Docker images

Camunda provides official Docker images for all major components.

Docker images vs. Docker Compose

Docker images are suitable for production deployments.

By contrast, the provided Docker Compose files are intended only for quick start, development, and testing.

For production, we recommend using Kubernetes with Helm. Advanced users can create their own hardened Docker Compose configuration, but this requires additional effort.

Platform support

  • Use the linux/amd64 image for production environments.
  • The linux/arm64 image is available for development purposes.
  • All images are publicly accessible.

Docker images are supported for production only on Linux systems. Windows and macOS are supported for development environments only.

Docker images and configuration references

ComponentDocker imageConfiguration docs
Orchestration Clustercamunda/camunda:latestEnvironment variables
Management Identitycamunda/identity:latestManagement Identity configuration
Optimizecamunda/optimize:8-latestOptimize configuration
Connectorscamunda/connectors:latestConnectors configuration
Connectors Bundlecamunda/connectors-bundle:latestConnectors configuration
Web Modelerrestapi, webapp, websocketsWeb Modeler configuration
Consolecamunda/console:latestConsole configuration