Compare commits

...

2 commits

Author SHA1 Message Date
eb7ea74b4a Update docker.io/library/redis Docker tag to v8
Some checks failed
/ Ansible Lint (push) Failing after 2m8s
/ Ansible Lint (pull_request) Failing after 2m5s
2025-10-30 04:17:18 +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

@ -13,7 +13,7 @@ services:
restart: unless-stopped
redis:
image: docker.io/library/redis:7.4.6@sha256:a9cc41d6d01da2aa26c219e4f99ecbeead955a7b656c1c499cce8922311b2514
image: docker.io/library/redis:8.2.2@sha256:4521b581dbddea6e7d81f8fe95ede93f5648aaa66a9dacd581611bf6fe7527bd
ports:
- "6379:6379"
volumes:

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