chore(docker): migrate keycloak to official quay.io image - #2545
Open
shikanime wants to merge 4 commits into
Open
chore(docker): migrate keycloak to official quay.io image#2545shikanime wants to merge 4 commits into
shikanime wants to merge 4 commits into
Conversation
Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr> Change-Id: Ifdc20eb6771981647bd97bb1c33028c06a6a6964
shikanime
force-pushed
the
chore/keycloak-official-image
branch
from
August 21, 2026 13:08
c050202 to
e9cfe2f
Compare
shikanime
force-pushed
the
chore/keycloak-official-image
branch
from
August 21, 2026 13:11
e9cfe2f to
0f3d1be
Compare
Co-authored-by: Automata <automata@shikanime.studio>
Co-authored-by: Automata <automata@shikanime.studio>
shikanime
force-pushed
the
chore/keycloak-official-image
branch
from
August 21, 2026 13:30
0f3d1be to
acd3c22
Compare
shikanime
marked this pull request as ready for review
August 21, 2026 14:02
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (25.20% Estimated after merge)
Issues liées
#2543
Quel est le comportement actuel ?
Les trois fichiers docker-compose (
ci,dev,local) utilisent l'imagedocker.io/bitnamilegacy/keycloak:26.1.3-debian-12-r0— le miroir legacy Bitnami, à durée de vie limitée et non maintenu. Les chemins internes pointent vers/opt/bitnami/keycloak/.Quel est le nouveau comportement ?
Migration vers l'image officielle
quay.io/keycloak/keycloak:26.1.3:/opt/bitnami/keycloak/→/opt/keycloak/entrypoint(l'image officielle embarque déjàkc.sh)KEYCLOAK_ADMIN/KEYCLOAK_ADMIN_PASSWORDconservés (dépréciés mais fonctionnels en 26.x ; migrationKC_BOOTSTRAP_ADMIN_*possible en suivi)Validé en local : boot + import du realm
dso+/health/readysur :9000 → 200 avec l'image officielle.Cette PR introduit-elle un breaking change ?
Non.
Autres informations
Stackée sur #2542 (correctif port healthcheck). Issue racine : #2543.