Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker.io/camunda/identity:latest docker digest to 19ed5c6 #205

Merged
merged 1 commit into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:992ac4287b83e9379b5a0fd6a83984645a034306f9eff429274d3f1826e45450 AS identity
FROM docker.io/camunda/identity:latest@sha256:19ed5c6a1e2fde366092b5339023c86e66797f497f8efcac61c4de1ac254134b 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:992ac4287b83e9379b5a0fd6a83984645a034306f9eff429274d3f1826e45450 AS identity
FROM docker.io/camunda/identity:latest@sha256:19ed5c6a1e2fde366092b5339023c86e66797f497f8efcac61c4de1ac254134b 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:992ac4287b83e9379b5a0fd6a83984645a034306f9eff429274d3f1826e45450 AS identity
FROM docker.io/camunda/identity:latest@sha256:19ed5c6a1e2fde366092b5339023c86e66797f497f8efcac61c4de1ac254134b AS identity

# Building builder image
# hadolint ignore=DL3006
Expand Down