Skip to content

docker-compose-alpha

Choose a tag to compare

@github-actions github-actions released this 01 Apr 20:04
· 589 commits to main since this release
0fa3f60

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