Skip to content

docker-compose-8.3

Choose a tag to compare

@github-actions github-actions released this 30 Apr 12:16
· 584 commits to main since this release
491df99

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