Skip to content

Commit

Permalink
Update quay.io/keycloak/keycloak Docker tag to v25.0.6 (#9581)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent a7b7f29 commit cf3ac4f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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

0 comments on commit cf3ac4f

Please sign in to comment.