From 60800a9cf630b6b42b9b26be258235c718863569 Mon Sep 17 00:00:00 2001 From: Ryan Slominski Date: Wed, 18 Dec 2024 15:45:30 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a7e275d..f148012 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ Configurable [Keycloak](https://www.keycloak.org/) Docker image and bash setup s ## Overview This project provides a docker image which extends the production-oriented [keycloak](https://quay.io/repository/keycloak/keycloak) and adds features for development and testing. The Jefferson Lab image sets up a Docker healthcheck and Docker entrypoint, installs client tools (see [lib.sh](https://github.com/JeffersonLab/keycloak/blob/main/scripts/lib.sh)), and adds some default configuration for the Jefferson Lab environment. The entrypoint integrates with the healthcheck such that the container is "healthy" only when keycloak is both running and configured. Configuration is supported via environment variables and a conventional directory named `/container-entrypoint-initdb.d` of bash scripts that can be overwritten by mounting a volume. +- 1.x version based on Keycloak 20.x +- 2.x version based on Keycloak 26.x + ## Quick Start with Compose 1. Grab project ```