From e672ea4f8e9ceb80f6bb6d8f044fa1d9526f4b79 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Wed, 11 Oct 2023 08:53:28 +0200 Subject: [PATCH] Simplify the docs referencing the container registry (#23874) Closes #23873 --- docs/guides/server/containers.adoc | 2 +- docs/guides/server/importExport.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/server/containers.adoc b/docs/guides/server/containers.adoc index dfe6c1973a6..133201333d4 100644 --- a/docs/guides/server/containers.adoc +++ b/docs/guides/server/containers.adoc @@ -216,7 +216,7 @@ Keycloak only allows to create the initial admin user from a local network conne == Importing A Realm On Startup -The https://quay.io/keycloak/keycloak[published Keycloak containers] have a directory `/opt/keycloak/data/import`. If you put one or more import files in that directory via a volume mount or other means and add the startup argument `--import-realm`, the Keycloak container will import that data on startup! This may only make sense to do in Dev mode. +The Keycloak containers have a directory `/opt/keycloak/data/import`. If you put one or more import files in that directory via a volume mount or other means and add the startup argument `--import-realm`, the Keycloak container will import that data on startup! This may only make sense to do in Dev mode. [source, bash] ---- diff --git a/docs/guides/server/importExport.adoc b/docs/guides/server/importExport.adoc index 08d9d9d23b8..dd49065f15f 100644 --- a/docs/guides/server/importExport.adoc +++ b/docs/guides/server/importExport.adoc @@ -102,7 +102,7 @@ You are also able to import realms when the server is starting by using the `--i When you set the `--import-realm` option, the server is going to try to import any realm configuration file from the `data/import` directory. Only regular files using the `.json` extension are read from this directory, sub-directories are ignored. -NOTE: For the https://quay.io/keycloak/keycloak[published containers], the import directory is `/opt/keycloak/data/import` +NOTE: For the Keycloak containers, the import directory is `/opt/keycloak/data/import` If a realm already exists in the server, the import operation is skipped. The main reason behind this behavior is to avoid re-creating realms and potentially loose state between server restarts.