-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af55bf2
commit 584e53f
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ COPY build.gradle /home/gradle | |
RUN gradle copyDependencies | ||
|
||
# quay.io is the new repository of keycloak (https://lists.jboss.org/archives/list/[email protected]/message/7CRWKAAYI5WJTUXUZR6K73XV7P4TLZZ2/) | ||
FROM quay.io/keycloak/keycloak:23 as builder | ||
FROM quay.io/keycloak/keycloak:23.0 as builder | ||
|
||
# Enable health and metrics support | ||
ENV KC_HEALTH_ENABLED=true | ||
|
@@ -24,7 +24,7 @@ RUN /opt/keycloak/bin/kc.sh build | |
|
||
# final keycloak image | ||
|
||
FROM quay.io/keycloak/keycloak:23 | ||
FROM quay.io/keycloak/keycloak:23.0 | ||
|
||
# OCI annotations to image | ||
LABEL maintainer="Camunda" \ | ||
|