Skip to content

Commit 3d53c3a

Browse files
esraagamal6claude
andcommitted
fix(hub-setup): switch Identity from pinned 8.8.0-alpha7 to SNAPSHOT
The SNAPSHOT version is now compatible with Keycloak 26.3.3 and correctly initialises the camunda-platform realm. Defaulting to SNAPSHOT keeps Identity in sync with the rest of camunda-hub's dependencies automatically. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6356905 commit 3d53c3a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker/docker-compose.hub.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#
77
# All host ports are configurable via env vars — set them in a .env file or export them
88
# before running docker compose to resolve conflicts with other local stacks.
9-
# Identity and Keycloak are pinned to match camunda-hub/docker-compose.sm-keycloak.yml.
10-
# WebSockets defaults to SNAPSHOT (pull_policy: if_not_present); set PULL_POLICY=always to refresh.
9+
# Keycloak is pinned to match camunda-hub/docker-compose.sm-keycloak.yml.
10+
# Identity and WebSockets default to SNAPSHOT (pull_policy: always); set PULL_POLICY=if_not_present to skip pulls.
1111

1212
services:
1313
modeler-db:
@@ -81,8 +81,8 @@ services:
8181
start_period: 15s
8282

8383
identity:
84-
image: ${IDENTITY_IMAGE:-camunda/identity:8.8.0-alpha7@sha256:96308c370b684d180b998c622d72d0a9e7690cf0e6888c8e287f70534f706597}
85-
pull_policy: ${PULL_POLICY:-if_not_present}
84+
image: ${IDENTITY_IMAGE:-camunda/identity:SNAPSHOT}
85+
pull_policy: ${PULL_POLICY:-always}
8686
depends_on:
8787
identity-db:
8888
condition: service_healthy

0 commit comments

Comments
 (0)