Specify link to where containers are published in start-keycloak-container.adoc

Closes #42392

Signed-off-by: Eugen Stan <eugen@ieugen.ro>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Eugen Stan
2025-09-05 18:21:33 +03:00
committed by GitHub
parent f9f9ebd5a8
commit c0537cbbe8
3 changed files with 8 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ include::templates/hw-requirements.adoc[]
Make sure you have Docker installed.
include::templates/start-keycloak-container.adoc[]
<#include "templates/start-keycloak-container.adoc" />
include::templates/realm-config.adoc[]

View File

@@ -16,7 +16,7 @@ include::templates/hw-requirements.adoc[]
Make sure you have Podman installed.
include::templates/start-keycloak-container.adoc[]
<#include "templates/start-keycloak-container.adoc" />
include::templates/realm-config.adoc[]

View File

@@ -1,3 +1,5 @@
<#import "/templates/profile.adoc" as profile>
== Start {project_name}
From a terminal, enter the following command to start {project_name}:
@@ -9,3 +11,7 @@ From a terminal, enter the following command to start {project_name}:
This command starts {project_name} exposed on the local port 8080 and creates an initial admin user with the username `admin`
and password `admin`.
<@profile.ifCommunity>
Container images are published at https://quay.io/repository/keycloak/keycloak?tab=tags[Keycloak's Quay.io organization].
</@profile.ifCommunity>