Compare commits

...

2 commits

Author SHA1 Message Date
2fa96ed391 Update git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4 Docker digest to bf6c9af
All checks were successful
/ Ansible Lint (push) Successful in 2m2s
/ Ansible Lint (pull_request) Successful in 2m19s
2025-10-24 17:00:37 +00:00
b2961c5664
renovate: disable rate-limiting
All checks were successful
/ Ansible Lint (push) Successful in 2m18s
2025-10-24 18:59:58 +02:00
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,8 @@
"extends": [ "extends": [
"config:recommended", // Included in config:best-practices anyway, but added for clarity. "config:recommended", // Included in config:best-practices anyway, but added for clarity.
"config:best-practices", "config:best-practices",
":ignoreUnstable" ":ignoreUnstable",
":disableRateLimiting"
], ],
"semanticCommits": "disabled", "semanticCommits": "disabled",
"packageRules": [ "packageRules": [

View file

@ -22,7 +22,7 @@
services: services:
keycloak: keycloak:
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4@sha256:65d65fa0e858a608fd3e7d16ecfd7a5ced2fba4ab22a8fd3b86f3742ecec0a83 image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4@sha256:bf6c9afa692c375e558ccc1c9986bd25e39f54450b09c666e2e7bed7edf803b3
pull_policy: always pull_policy: always
restart: unless-stopped restart: unless-stopped
command: start --optimized command: start --optimized