Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update quay.io/keycloak/keycloak Docker tag to v25.0.6 #9581

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dockerfile to provide the image name and tag to a test.
# Version is managed by Renovate - do not edit.
FROM quay.io/keycloak/keycloak:25.0.5
FROM quay.io/keycloak/keycloak:25.0.6
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dockerfile to provide the image name and tag to a test.
# Version is managed by Renovate - do not edit.
FROM quay.io/keycloak/keycloak:25.0.5
FROM quay.io/keycloak/keycloak:25.0.6
2 changes: 1 addition & 1 deletion docker/authn-keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
retries: 15

keycloak:
image: quay.io/keycloak/keycloak:25.0.5
image: quay.io/keycloak/keycloak:25.0.6
ports:
- "8080:8080"
- "9001:9000"
Expand Down
2 changes: 1 addition & 1 deletion docker/catalog-auth-s3-otel-jdbc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ services:
# curl http://127.0.0.1:8080/realms/iceberg/protocol/openid-connect/token --user client2:s3cr3t -d 'grant_type=client_credentials' -d 'scope=catalog'
# curl http://127.0.0.1:8080/realms/iceberg/protocol/openid-connect/token --user client3:s3cr3t -d 'grant_type=client_credentials' -d 'scope=catalog'
keycloak:
image: quay.io/keycloak/keycloak:25.0.5
image: quay.io/keycloak/keycloak:25.0.6
depends_on:
- postgres
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker/catalog-auth-s3-otel/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ services:
# curl http://127.0.0.1:8080/realms/iceberg/protocol/openid-connect/token --user client2:s3cr3t -d 'grant_type=client_credentials' -d 'scope=catalog'
# curl http://127.0.0.1:8080/realms/iceberg/protocol/openid-connect/token --user client3:s3cr3t -d 'grant_type=client_credentials' -d 'scope=catalog'
keycloak:
image: quay.io/keycloak/keycloak:25.0.5
image: quay.io/keycloak/keycloak:25.0.6
ports:
- "8080:8080"
- "9001:9000"
Expand Down
2 changes: 1 addition & 1 deletion docker/catalog-auth-s3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ services:
# curl http://127.0.0.1:8080/realms/iceberg/protocol/openid-connect/token --user client2:s3cr3t -d 'grant_type=client_credentials' -d 'scope=catalog'
# curl http://127.0.0.1:8080/realms/iceberg/protocol/openid-connect/token --user client3:s3cr3t -d 'grant_type=client_credentials' -d 'scope=catalog'
keycloak:
image: quay.io/keycloak/keycloak:25.0.5
image: quay.io/keycloak/keycloak:25.0.6
ports:
- "8080:8080"
- "9001:9000"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Dockerfile to provide the image name and tag to a test.
# Version is managed by Renovate - do not edit.
FROM quay.io/keycloak/keycloak:25.0.5
FROM quay.io/keycloak/keycloak:25.0.6