Compare commits

...

2 commits

Author SHA1 Message Date
ffe83df3bd Update git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4 Docker digest to f5bd584
Some checks failed
/ Ansible Lint (push) Failing after 2m23s
/ Ansible Lint (pull_request) Failing after 2m18s
2025-10-30 04:17:11 +00:00
23ea666906
renovate(role): always pull and use full image source
Some checks failed
/ Ansible Lint (push) Failing after 1m55s
Ensure we're always running the latest Renovate version.
2025-10-30 05:13:23 +01:00
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -6,7 +6,8 @@ Wants=network-online.target
[Service]
Type=oneshot
ExecStart=/usr/bin/docker run --rm \
--pull=always \
-v "/etc/renovate/config.js:/usr/src/app/config.js" \
--mount "type=volume,src=renovate,dst=/tmp/renovate" \
--env "RENOVATE_BASE_DIR=/tmp/renovate" \
renovate/renovate
docker.io/renovate/renovate:latest