Skip to content

Commit

Permalink
chore: update realm import to 2.16.0 latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Dec 12, 2023
1 parent 0f76471 commit f187d50
Show file tree
Hide file tree
Showing 4 changed files with 1,303 additions and 1,835 deletions.
1 change: 0 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ services:
- '8088:8080'
environment:
- KEYCLOAK_ADMIN_EMAIL=admin@example.com
# - KEYCLOAK_TEST_REALM_IMPORT=true
# Uncomment for local new relic tracking
# - NEW_RELIC_LICENSE_KEY=
# - NEW_RELIC_APP_NAME=keycloak-local
Expand Down
2 changes: 1 addition & 1 deletion services/keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ COPY entrypoints/wait-for-mariadb.sh /lagoon/entrypoints/98-wait-for-mariadb.sh
COPY entrypoints/default-keycloak-entrypoint.sh /lagoon/entrypoints/99-default-keycloak-entrypoint.sh
COPY startup-scripts /opt/jboss/startup-scripts
COPY profile.properties /opt/jboss/keycloak/standalone/configuration/profile.properties
COPY lagoon-test-realm-2.16.0.json /lagoon/keycloak/lagoon-test-realm-2.16.0.json
COPY lagoon-realm-2.16.0.json /lagoon/seed/lagoon-realm-2.16.0.json
COPY configure-ds-pool.cli /opt/jboss/tools/cli/databases/configure-ds-pool.cli
COPY themes/lagoon /opt/jboss/keycloak/themes/lagoon
COPY --from=commons /tmp/lagoon-scripts.jar /opt/jboss/keycloak/standalone/deployments/lagoon-scripts.jar
Expand Down
Loading

0 comments on commit f187d50

Please sign in to comment.