Skip to content

Releases: camunda/camunda-distributions

docker-compose-8.7

06 Mar 11:42
bd243b4

Choose a tag to compare

Camunda 8 Self-Managed - Docker Compose

Usage

For end user usage, please check the offical documentation of Camunda 8 Self-Managed Docker Compose.

Versions

  • CAMUNDA_CONNECTORS_VERSION=8.7.16
  • CAMUNDA_ZEEBE_VERSION=8.7.23
  • CAMUNDA_IDENTITY_VERSION=8.7.15
  • CAMUNDA_OPERATE_VERSION=8.7.23
  • CAMUNDA_TASKLIST_VERSION=8.7.23
  • CAMUNDA_OPTIMIZE_VERSION=8.7.17
  • CAMUNDA_WEB_MODELER_VERSION=8.7.16
  • ELASTIC_VERSION=8.17.10
  • KEYCLOAK_SERVER_VERSION=26.3.2
  • MAILPIT_VERSION=v1.21.8
  • POSTGRES_VERSION=14.5-alpine

Verification

To verify the integrity of the artifact using Cosign:

# Download Docker Compose artifact.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.7/docker-compose-8.7.zip
# Download Docker Compose Cosign bundle.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.7/docker-compose-8.7.cosign.bundle
# Verify with cosign.
cosign verify-blob docker-compose-8.7.zip \
  --bundle docker-compose-8.7.cosign.bundle \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/camunda/camunda-distributions/.github/workflows/docker-compose-release-template.yaml@refs/heads/main"

Notes

  • Release strategy: Camunda Docker Compose release is a rolling release. Hence, it's always 1 artifact per Camunda minor version.
  • Latest update: Fri Mar 6 11:42:11 UTC 2026

docker-compose-8.9

05 Mar 21:16
ec220cf

Choose a tag to compare

Camunda 8 Self-Managed - Docker Compose

Usage

For end user usage, please check the offical documentation of Camunda 8 Self-Managed Docker Compose.

Switching secondary storage databases

The Orchestration container now mounts configuration/<file>.yaml into /usr/local/camunda/config/application.yaml.
Set ORCHESTRATION_CONFIG_FILE in .env (or export it before running docker compose) to one of the provided samples:

  • application-h2.yaml (default, file-based H2)
  • application-mysql.yaml
  • application-mariadb.yaml
  • application-postgresql.yaml
  • application-mssql.yaml
  • application-oracle.yaml

Feel free to copy these files and adjust the JDBC URL/credentials for your environment. Example:

cd docker-compose/versions/camunda-8.9
export ORCHESTRATION_CONFIG_FILE=application-mysql.yaml
docker compose up -d

JDBC drivers

The Camunda Docker image automatically loads any .jar dropped into /driver-lib. A writable driver-lib/ folder is included next to the compose file so you can copy the vendor JDBC driver there before starting (e.g., driver-lib/mysql-connector-j-9.0.0.jar). This is required for MySQL/MariaDB, SQL Server, and Oracle. PostgreSQL and H2 drivers are already bundled.

Versions

  • CAMUNDA_VERSION=8.9.0-alpha3
  • CAMUNDA_CONNECTORS_VERSION=8.9.0-alpha2
  • CAMUNDA_IDENTITY_VERSION=8.9.0-alpha1
  • CAMUNDA_OPERATE_VERSION=8.9.0-alpha1
  • CAMUNDA_TASKLIST_VERSION=8.9.0-alpha1
  • CAMUNDA_OPTIMIZE_VERSION=8.9.0-alpha1.1
  • CAMUNDA_WEB_MODELER_VERSION=8.9.0-alpha5
  • CAMUNDA_CONSOLE_VERSION=8.9.0-alpha1
  • ELASTIC_VERSION=8.19.11
  • KEYCLOAK_SERVER_VERSION=26.3.2
  • MAILPIT_VERSION=v1.21.8
  • POSTGRES_VERSION=15-alpine3.22

Verification

To verify the integrity of the artifact using Cosign:

# Download Docker Compose artifact.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.9/docker-compose-8.9.zip
# Download Docker Compose Cosign bundle.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.9/docker-compose-8.9.cosign.bundle
# Verify with cosign.
cosign verify-blob docker-compose-8.9.zip \
  --bundle docker-compose-8.9.cosign.bundle \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/camunda/camunda-distributions/.github/workflows/docker-compose-release-template.yaml@refs/heads/main"

Notes

  • Release strategy: Camunda Docker Compose release is a rolling release. Hence, it's always 1 artifact per Camunda minor version.
  • Latest update: Thu Mar 5 21:16:22 UTC 2026

docker-compose-8.8

05 Mar 11:17
2691152

Choose a tag to compare

Camunda 8 Self-Managed - Docker Compose

Usage

For end user usage, please check the offical documentation of Camunda 8 Self-Managed Docker Compose.

Versions

  • CAMUNDA_VERSION=8.8.14
  • CAMUNDA_CONNECTORS_VERSION=8.8.8
  • CAMUNDA_IDENTITY_VERSION=8.8.8
  • CAMUNDA_OPERATE_VERSION=8.8.14
  • CAMUNDA_TASKLIST_VERSION=8.8.14
  • CAMUNDA_OPTIMIZE_VERSION=8.8.6
  • CAMUNDA_WEB_MODELER_VERSION=8.8.9
  • CAMUNDA_CONSOLE_VERSION=8.8.109
  • ELASTIC_VERSION=8.17.10
  • KEYCLOAK_SERVER_VERSION=26.3.2
  • MAILPIT_VERSION=v1.21.8
  • POSTGRES_VERSION=15-alpine3.22

Verification

To verify the integrity of the artifact using Cosign:

# Download Docker Compose artifact.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.8/docker-compose-8.8.zip
# Download Docker Compose Cosign bundle.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.8/docker-compose-8.8.cosign.bundle
# Verify with cosign.
cosign verify-blob docker-compose-8.8.zip \
  --bundle docker-compose-8.8.cosign.bundle \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/camunda/camunda-distributions/.github/workflows/docker-compose-release-template.yaml@refs/heads/main"

Notes

  • Release strategy: Camunda Docker Compose release is a rolling release. Hence, it's always 1 artifact per Camunda minor version.
  • Latest update: Thu Mar 5 11:17:30 UTC 2026

docker-compose-8.5

11 Nov 12:51
b914808

Choose a tag to compare

Camunda 8 Self-Managed - Docker Compose

Usage

For end user usage, please check the offical documentation of Camunda 8 Self-Managed Docker Compose.

Versions

  • CAMUNDA_CONNECTORS_VERSION=8.5.22
  • CAMUNDA_PLATFORM_VERSION=8.5.25
  • CAMUNDA_IDENTITY_VERSION=8.5.22
  • CAMUNDA_OPERATE_VERSION=8.5.22
  • CAMUNDA_TASKLIST_VERSION=8.5.24
  • CAMUNDA_OPTIMIZE_VERSION=8.5.20
  • CAMUNDA_WEB_MODELER_VERSION=8.5.23
  • ELASTIC_VERSION=8.14.3
  • KEYCLOAK_SERVER_VERSION=21.1.2
  • MAILPIT_VERSION=v1.18.7
  • POSTGRES_VERSION=14.5-alpine

Verification

To verify the integrity of the artifact using Cosign:

# Download Docker Compose artifact.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.5/docker-compose-8.5.zip
# Download Docker Compose Cosign bundle.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.5/docker-compose-8.5.cosign.bundle
# Verify with cosign.
cosign verify-blob docker-compose-8.5.zip \
  --bundle docker-compose-8.5.cosign.bundle \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/camunda/camunda-distributions/.github/workflows/docker-compose-release-template.yaml@refs/heads/main"

Notes

  • Release strategy: Camunda Docker Compose release is a rolling release. Hence, it's always 1 artifact per Camunda minor version.
  • Latest update: Tue Nov 11 12:51:50 UTC 2025

docker-compose-8.4

11 Nov 12:51
b914808

Choose a tag to compare

Camunda 8 Self-Managed - Docker Compose

Usage

For end user usage, please check the offical documentation of Camunda 8 Self-Managed Docker Compose.

Versions

  • CAMUNDA_CONNECTORS_VERSION=8.4.21
  • CAMUNDA_PLATFORM_VERSION=8.4.21
  • CAMUNDA_IDENTITY_VERSION=8.4.23
  • CAMUNDA_OPERATE_VERSION=8.4.22
  • CAMUNDA_TASKLIST_VERSION=8.4.23
  • CAMUNDA_OPTIMIZE_VERSION=8.4.20
  • CAMUNDA_WEB_MODELER_VERSION=8.4.19
  • ELASTIC_VERSION=8.12.2
  • KEYCLOAK_SERVER_VERSION=21.1.2
  • MAILPIT_VERSION=v1.9.9
  • POSTGRES_VERSION=14.5-alpine

Verification

To verify the integrity of the artifact using Cosign:

# Download Docker Compose artifact.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.4/docker-compose-8.4.zip
# Download Docker Compose Cosign bundle.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.4/docker-compose-8.4.cosign.bundle
# Verify with cosign.
cosign verify-blob docker-compose-8.4.zip \
  --bundle docker-compose-8.4.cosign.bundle \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/camunda/camunda-distributions/.github/workflows/docker-compose-release-template.yaml@refs/heads/main"

Notes

  • Release strategy: Camunda Docker Compose release is a rolling release. Hence, it's always 1 artifact per Camunda minor version.
  • Latest update: Tue Nov 11 12:51:29 UTC 2025

docker-compose-8.3

30 Apr 12:16
491df99

Choose a tag to compare

Camunda 8 Self-Managed - Docker Compose

Usage

For end user usage, please check the offical documentation of Camunda 8 Self-Managed Docker Compose.

Versions

  • CAMUNDA_CONNECTORS_VERSION=8.3.23
  • CAMUNDA_PLATFORM_VERSION=8.3.15
  • CAMUNDA_OPTIMIZE_VERSION=8.3.21
  • CAMUNDA_WEB_MODELER_VERSION=8.3.18
  • ELASTIC_VERSION=8.8.2
  • KEYCLOAK_SERVER_VERSION=21.1.2
  • MAILPIT_VERSION=v1.9.9
  • POSTGRES_VERSION=14.5-alpine

Verification

To verify the integrity of the artifact using Cosign:

# Download Docker Compose artifact.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.3/docker-compose-8.3.zip
# Download Docker Compose Cosign bundle.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-8.3/docker-compose-8.3.cosign.bundle
# Verify with cosign.
cosign verify-blob docker-compose-8.3.zip \
  --bundle docker-compose-8.3.cosign.bundle \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/camunda/camunda-distributions/.github/workflows/docker-compose-release-template.yaml@refs/heads/main"

Notes

  • Release strategy: Camunda Docker Compose release is a rolling release. Hence, it's always 1 artifact per Camunda minor version.
  • Latest update: Wed Apr 30 12:16:04 UTC 2025

docker-compose-alpha

01 Apr 20:04
0fa3f60

Choose a tag to compare

Camunda 8 Self-Managed - Docker Compose

Usage

For end user usage, please check the offical documentation of Camunda 8 Self-Managed Docker Compose.

Versions

  • CAMUNDA_CONNECTORS_VERSION=8.7.0-alpha5
  • CAMUNDA_ZEEBE_VERSION=8.7.0
  • CAMUNDA_IDENTITY_VERSION=8.7.0
  • CAMUNDA_OPERATE_VERSION=8.7.0
  • CAMUNDA_TASKLIST_VERSION=8.7.0
  • CAMUNDA_OPTIMIZE_VERSION=8.7.0-alpha5
  • CAMUNDA_WEB_MODELER_VERSION=8.7.0
  • ELASTIC_VERSION=8.17.1
  • KEYCLOAK_SERVER_VERSION=24.0.5
  • MAILPIT_VERSION=v1.21.8
  • POSTGRES_VERSION=14.5-alpine

Verification

To verify the integrity of the artifact using Cosign:

# Download Docker Compose artifact.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-alpha/docker-compose-alpha.zip
# Download Docker Compose Cosign bundle.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-alpha/docker-compose-alpha.cosign.bundle
# Verify with cosign.
cosign verify-blob docker-compose-alpha.zip \
  --bundle docker-compose-alpha.cosign.bundle \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/camunda/camunda-distributions/.github/workflows/docker-compose-release-template.yaml@refs/heads/main"

Notes

  • Release strategy: Camunda Docker Compose release is a rolling release. Hence, it's always 1 artifact per Camunda minor version.
  • Latest update: Tue Apr 1 20:04:08 UTC 2025

docker-compose-idp-8.7-alpha5-idp-enabled

20 Mar 13:59
e546e2c

Choose a tag to compare

Camunda 8 Self-Managed - Docker Compose

Usage

For end user usage, please check the offical documentation of Camunda 8 Self-Managed Docker Compose.

This version is enabled for Intelligent document processing.

Please follow this link for documentation on how to configure.

Versions

  • CAMUNDA_CONNECTORS_VERSION=8.7.0-SNAPSHOT
  • CAMUNDA_ZEEBE_VERSION=8.7.0-alpha5
  • CAMUNDA_IDENTITY_VERSION=8.7.0-alpha5
  • CAMUNDA_OPERATE_VERSION=8.7.0-alpha5
  • CAMUNDA_TASKLIST_VERSION=8.7.0-alpha5
  • CAMUNDA_OPTIMIZE_VERSION=8.7.0-alpha5
  • CAMUNDA_WEB_MODELER_VERSION=SNAPSHOT
  • ELASTIC_VERSION=8.17.1
  • KEYCLOAK_SERVER_VERSION=24.0.5
  • MAILPIT_VERSION=v1.21.8
  • POSTGRES_VERSION=14.5-alpine

docker-compose-alpha-8.8

19 Mar 19:46
f6ab5d1

Choose a tag to compare

Camunda 8 Self-Managed - Docker Compose

Usage

For end user usage, please check the offical documentation of Camunda 8 Self-Managed Docker Compose.

Versions

  • CAMUNDA_CONNECTORS_VERSION=8.8.0-alpha2
  • CAMUNDA_ZEEBE_VERSION=8.8.0-alpha2
  • CAMUNDA_IDENTITY_VERSION=8.8.0-alpha2
  • CAMUNDA_OPERATE_VERSION=8.8.0-alpha2
  • CAMUNDA_TASKLIST_VERSION=8.8.0-alpha2
  • CAMUNDA_OPTIMIZE_VERSION=8.8.0-alpha2
  • CAMUNDA_WEB_MODELER_VERSION=8.8.0-alpha2
  • ELASTIC_VERSION=8.17.1
  • KEYCLOAK_SERVER_VERSION=24.0.5
  • MAILPIT_VERSION=v1.21.8
  • POSTGRES_VERSION=14.5-alpine

Verification

To verify the integrity of the artifact using Cosign:

# Download Docker Compose artifact.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-alpha-8.8/docker-compose-alpha-8.8.zip
# Download Docker Compose Cosign bundle.
curl -LO https://github.com/camunda/camunda-distributions/releases/download/docker-compose-alpha-8.8/docker-compose-alpha-8.8.cosign.bundle
# Verify with cosign.
cosign verify-blob docker-compose-alpha-8.8.zip \
  --bundle docker-compose-alpha-8.8.cosign.bundle \
  --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
  --certificate-identity "https://github.com/camunda/camunda-distributions/.github/workflows/docker-compose-release-template.yaml@refs/pull/104/merge"

Notes

  • Release strategy: Camunda Docker Compose release is a rolling release. Hence, it's always 1 artifact per Camunda minor version.
  • Latest update: Wed Mar 19 19:46:17 UTC 2025