chore(keycloak): allow disabling mapping of local providers into the container image

This commit is contained in:
transcaffeine 2025-02-04 12:04:15 +01:00
parent 23f5f560b6
commit 94ddaf98f0
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -10,7 +10,9 @@ ENV KC_DB=$DB_VENDOR
WORKDIR {{ keycloak_container_working_directory }}
{% if keycloak_container_image_add_local_providers | default(true) %}
ADD ./providers/* providers/
{% endif %}
# Workaround to set correct mode on jar files
USER root
RUN chmod -R 0770 providers/*