Skip to content

Commit

Permalink
feat: fix elastic tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Nov 10, 2024
1 parent 596020e commit 54cf97f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Dockerfile.keycloak.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the Phase Two Keycloak image as the base
FROM us-central1-docker.pkg.dev/keephq/keep/keep-keycloak-test
FROM quay.io/phasetwo/phasetwo-keycloak:25.0.4

# Set the working directory
WORKDIR /opt/keycloak
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ports:
- "8787:8080"
environment:
KEYCLOAK_DEBUG: true # used in entrypoint
KEYCLOAK_DEBUG: false # used in entrypoint
# entrypoint: ["sleep", "7200"]
# volumes:
# - ./keycloak-test-realm-export.json:/opt/keycloak/data/import/keep-realm.json

0 comments on commit 54cf97f

Please sign in to comment.