Skip to content

Commit

Permalink
Merge pull request #81 from aranaravi/MOSIP-32336
Browse files Browse the repository at this point in the history
[MOSIP-32336] Reverted the commented line and adding 24.0.2-debian-12-r1 version ke…
  • Loading branch information
ckm007 authored Apr 18, 2024
2 parents c0dd928 + 597cc01 commit 53a1eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keycloak-artemis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/bitnami/keycloak:24.0.2
FROM docker.io/bitnami/keycloak:24.0.2-debian-12-r1

USER root

Expand Down
2 changes: 1 addition & 1 deletion keycloak-artemis/rootfs/opt/bitnami/scripts/libkeycloak.sh
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ keycloak_initialize() {
if [[ -f "${KEYCLOAK_CONF_DIR}/${KEYCLOAK_CONF_FILE}" ]]; then
debug "Injected configuration file found. Skipping default configuration"
else
#cp "${KEYCLOAK_CONF_DIR}/${KEYCLOAK_DEFAULT_CONF_FILE}" "${KEYCLOAK_CONF_DIR}/${KEYCLOAK_CONF_FILE}"
cp "${KEYCLOAK_CONF_DIR}/${KEYCLOAK_DEFAULT_CONF_FILE}" "${KEYCLOAK_CONF_DIR}/${KEYCLOAK_CONF_FILE}"

# Configure settings using jboss-cli.sh
keycloak_configure_database
Expand Down

0 comments on commit 53a1eff

Please sign in to comment.