mirror of
https://github.com/bitnami/containers.git
synced 2026-03-22 15:58:21 +08:00
11.0.3-debian-10-r26 release
This commit is contained in:
@@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/keycloak/postunpack.sh
|
RUN /opt/bitnami/scripts/keycloak/postunpack.sh
|
||||||
ENV BITNAMI_APP_NAME="keycloak" \
|
ENV BITNAMI_APP_NAME="keycloak" \
|
||||||
BITNAMI_IMAGE_VERSION="11.0.3-debian-10-r25" \
|
BITNAMI_IMAGE_VERSION="11.0.3-debian-10-r26" \
|
||||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/keycloak/bin:$PATH"
|
PATH="/opt/bitnami/common/bin:/opt/bitnami/java/bin:/opt/bitnami/keycloak/bin:$PATH"
|
||||||
|
|
||||||
USER 1001
|
USER 1001
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ keycloak_configure_database() {
|
|||||||
embed-server --server-config=${KEYCLOAK_CONF_FILE} --std-out=echo
|
embed-server --server-config=${KEYCLOAK_CONF_FILE} --std-out=echo
|
||||||
batch
|
batch
|
||||||
/subsystem=datasources/data-source=KeycloakDS: remove()
|
/subsystem=datasources/data-source=KeycloakDS: remove()
|
||||||
/subsystem=datasources/data-source=KeycloakDS: add(jndi-name=java:jboss/datasources/KeycloakDS,enabled=true,use-java-context=true,use-ccm=true, connection-url=jdbc:postgresql://${KEYCLOAK_DATABASE_HOST}/${KEYCLOAK_DATABASE_NAME}, driver-name=postgresql)
|
/subsystem=datasources/data-source=KeycloakDS: add(jndi-name=java:jboss/datasources/KeycloakDS,enabled=true,use-java-context=true,use-ccm=true, connection-url=jdbc:postgresql://${KEYCLOAK_DATABASE_HOST}:${KEYCLOAK_DATABASE_PORT}/${KEYCLOAK_DATABASE_NAME}, driver-name=postgresql)
|
||||||
/subsystem=datasources/data-source=KeycloakDS: write-attribute(name=user-name, value=${KEYCLOAK_DATABASE_USER})
|
/subsystem=datasources/data-source=KeycloakDS: write-attribute(name=user-name, value=${KEYCLOAK_DATABASE_USER})
|
||||||
/subsystem=datasources/data-source=KeycloakDS: write-attribute(name=check-valid-connection-sql, value="SELECT 1")
|
/subsystem=datasources/data-source=KeycloakDS: write-attribute(name=check-valid-connection-sql, value="SELECT 1")
|
||||||
/subsystem=datasources/data-source=KeycloakDS: write-attribute(name=background-validation, value=true)
|
/subsystem=datasources/data-source=KeycloakDS: write-attribute(name=background-validation, value=true)
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||||||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
|
||||||
|
|
||||||
|
|
||||||
* [`11`, `11-debian-10`, `11.0.3`, `11.0.3-debian-10-r25`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/11.0.3-debian-10-r25/11/debian-10/Dockerfile)
|
* [`11`, `11-debian-10`, `11.0.3`, `11.0.3-debian-10-r26`, `latest` (11/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-keycloak/blob/11.0.3-debian-10-r26/11/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/keycloak GitHub repo](https://github.com/bitnami/bitnami-docker-keycloak).
|
Subscribe to project updates by watching the [bitnami/keycloak GitHub repo](https://github.com/bitnami/bitnami-docker-keycloak).
|
||||||
|
|
||||||
@@ -75,7 +75,7 @@ The Bitnami Keycloak container can create a default admin user by setting the fo
|
|||||||
The Bitnami Keycloak container requires a PostgreSQL database to work. This is configured with the following environment variables:
|
The Bitnami Keycloak container requires a PostgreSQL database to work. This is configured with the following environment variables:
|
||||||
|
|
||||||
- `KEYCLOAK_DATABASE_HOST`: PostgreSQL host. Default: **postgresql**.
|
- `KEYCLOAK_DATABASE_HOST`: PostgreSQL host. Default: **postgresql**.
|
||||||
- `KEYCLOAK_DATABASE_HOST`: PostgreSQL port. Default: **5432**.
|
- `KEYCLOAK_DATABASE_PORT`: PostgreSQL port. Default: **5432**.
|
||||||
- `KEYCLOAK_DATABASE_NAME`: PostgreSQL database name. Default : **bitnami_keycloak**.
|
- `KEYCLOAK_DATABASE_NAME`: PostgreSQL database name. Default : **bitnami_keycloak**.
|
||||||
- `KEYCLOAK_DATABASE_USER`: PostgreSQL database user. Default : **bn_keycloak**.
|
- `KEYCLOAK_DATABASE_USER`: PostgreSQL database user. Default : **bn_keycloak**.
|
||||||
- `KEYCLOAK_DATABASE_PASSWORD`: PostgreSQL database password. No defaults.
|
- `KEYCLOAK_DATABASE_PASSWORD`: PostgreSQL database password. No defaults.
|
||||||
|
|||||||
Reference in New Issue
Block a user