Skip to content

Commit

Permalink
chore(deps): update all non-major keycloak
Browse files Browse the repository at this point in the history
| datasource | package                    | from                | to                  |
| ---------- | -------------------------- | ------------------- | ------------------- |
| docker     | docker.io/bitnami/keycloak | 26.0.6-debian-12-r0 | 26.0.7-debian-12-r0 |
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 32c51b9 commit 7f2ff81
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion keycloak-23/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:23.0.7-debian-12-r5"
ARG BASE_IMAGE_DIGEST="sha256:9596e39ee28105274379903db57aee298ab9f3292aa96797fda2aeaabcc38326"

# We use the identity image to copy the keycloak theme
FROM docker.io/camunda/identity:latest@sha256:8cf2ba673a1b61b4a57289757344bd3569fc9b2ddaaef2a752e15f1e55d21162 AS identity
FROM docker.io/camunda/identity:latest@sha256:a9ba71593452cdb4ad16f2148a99065db4ba6ee7f4006b561e5526cbbfe7d07d AS identity

# Building builder image
# hadolint ignore=DL3006
Expand Down
2 changes: 1 addition & 1 deletion keycloak-24/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:24.0.5-debian-12-r8"
ARG BASE_IMAGE_DIGEST="sha256:4751a8e76af19343068f141c5d2adbba9e4e7d7476874f89cdb0cd61c922e277"

# We use the identity image to copy the keycloak theme
FROM docker.io/camunda/identity:latest@sha256:8cf2ba673a1b61b4a57289757344bd3569fc9b2ddaaef2a752e15f1e55d21162 AS identity
FROM docker.io/camunda/identity:latest@sha256:a9ba71593452cdb4ad16f2148a99065db4ba6ee7f4006b561e5526cbbfe7d07d AS identity

# Building builder image
# hadolint ignore=DL3006
Expand Down
2 changes: 1 addition & 1 deletion keycloak-25/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:25.0.6-debian-12-r0"
ARG BASE_IMAGE_DIGEST="sha256:f9c6583ae2b5079824b35f13ecef3ad96e90af185b8df7ae0b686e83c33e257b"

# We use the identity image to copy the keycloak theme
FROM docker.io/camunda/identity:latest@sha256:8cf2ba673a1b61b4a57289757344bd3569fc9b2ddaaef2a752e15f1e55d21162 AS identity
FROM docker.io/camunda/identity:latest@sha256:a9ba71593452cdb4ad16f2148a99065db4ba6ee7f4006b561e5526cbbfe7d07d AS identity

# Building builder image
# hadolint ignore=DL3006
Expand Down
6 changes: 3 additions & 3 deletions keycloak-26/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:26.0.6-debian-12-r0"
ARG BASE_IMAGE_NAME="docker.io/bitnami/keycloak:26.0.7-debian-12-r0"
# List of all available images with associated sha: https://hub.docker.com/r/bitnami/keycloak/tags
# Note: use the global image digest to make this image platform agnostic (see: https://github.com/camunda/zeebe/pull/14186)
ARG BASE_IMAGE_DIGEST="sha256:bb9bca49d0e2a065de44e1f505add4c477136a96cd9ebf9c97d4b0178d0f0302"
ARG BASE_IMAGE_DIGEST="sha256:586f85341c86a793b29ab5e1be134c20193d91c152d64441940943efe6882e12"

# We use the identity image to copy the keycloak theme
FROM docker.io/camunda/identity:latest@sha256:8cf2ba673a1b61b4a57289757344bd3569fc9b2ddaaef2a752e15f1e55d21162 AS identity
FROM docker.io/camunda/identity:latest@sha256:a9ba71593452cdb4ad16f2148a99065db4ba6ee7f4006b561e5526cbbfe7d07d AS identity

# Building builder image
# hadolint ignore=DL3006
Expand Down

0 comments on commit 7f2ff81

Please sign in to comment.