Skip to content

Commit

Permalink
fix: replace keycloak image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-shihebi committed Mar 26, 2024
1 parent ee86a9b commit f9da97c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.ytt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ services:
retries: 10

keycloak:
image: jboss/keycloak:16.1.1
image: sihebi/keycloak:16.1.1
environment:
DB_VENDOR: postgres
DB_ADDR: db
Expand Down
2 changes: 1 addition & 1 deletion skill-manager/tests/test_keycloak_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def monkeypatch_session():

@pytest.fixture(scope="session")
def keycloak(monkeypatch_session: MonkeyPatch):
with TestcontainerKeycloak("jboss/keycloak:16.1.1") as kc:
with TestcontainerKeycloak("sihebi/keycloak:16.1.1") as kc:
monkeypatch_session.setenv("KEYCLOAK_BASE_URL", kc.get_connection_url())
yield kc

Expand Down

0 comments on commit f9da97c

Please sign in to comment.