chore(deps): pin dependencies (#660)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| adamboutcher/statping-ng | pinDigest |  -> `e32bd2e` |
| docker.io/mongo | pinDigest |  -> `656781d` |
| httpd | pinDigest |  -> `5201524` |
| joxit/docker-registry-ui | pinDigest |  -> `1cf12d4` |
| [lscr.io/linuxserver/unifi-network-application](https://github.com/linuxserver/docker-unifi-network-application/packages) ([source](https://github.com/linuxserver/docker-unifi-network-application)) | pinDigest |  -> `e673a61` |
| mariadb | pinDigest |  -> `e22328f` |
| nextcloud | pinDigest |  -> `4fdf4ee` |
| nosduco/nforwardauth | pinDigest |  -> `08fdb71` |
| [photoprism/photoprism](https://github.com/photoprism/photoprism) | pinDigest |  -> `cf45026` |
| redis | pinDigest |  -> `5372f30` |
| [registry](https://github.com/distribution/distribution) | pinDigest |  -> `bcece5d` |
| registry.mgrote.net/nextcloud-cronjob | pinDigest |  -> `9836e31` |
| registry.mgrote.net/postfix | pinDigest |  -> `8e0b6d8` |
| registry.mgrote.net/python-api-server | pinDigest |  -> `524c567` |
| [traefik](https://github.com/containous/traefik) | pinDigest |  -> `c5181dd` |
| [woodpeckerci/woodpecker-agent](https://github.com/woodpecker-ci/woodpecker) | pinDigest |  -> `b21c89a` |
| [woodpeckerci/woodpecker-server](https://github.com/woodpecker-ci/woodpecker) | pinDigest |  -> `4717456` |

---

> ⚠ **Warning**
>
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Reviewed-on: #660
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
This commit is contained in:
Renovate Bot 2024-01-26 22:38:41 +01:00 committed by mg
parent d943c9372a
commit 11c66ebb0a
9 changed files with 19 additions and 19 deletions

View file

@ -2,7 +2,7 @@ version: '3'
services:
httpd-registry:
container_name: "httpd-registry"
image: "httpd:2.4.57"
image: "httpd:2.4.57@sha256:5201524443f9026753e25540a44495b7f6e6ca706c71208bb3a5f2daac205c31"
restart: always
volumes:
- uploads:/usr/local/apache2/htdocs/
@ -14,7 +14,7 @@ services:
python-api-server:
container_name: httpd-api
image: "registry.mgrote.net/python-api-server:latest"
image: "registry.mgrote.net/python-api-server:latest@sha256:524c567f4003699fc450a04650b1988e387e4735f1b0800c72328c9115a414be"
restart: always
ports:
- "5040:5000"

View file

@ -1,7 +1,7 @@
version: '3.3'
services:
postfix:
image: "registry.mgrote.net/postfix:master"
image: "registry.mgrote.net/postfix:master@sha256:8e0b6d883b483783b77430fab37d55f69237f5e2d0b28bd956b43a7f18022ac6"
container_name: mail-relay
restart: always
labels:

View file

@ -2,7 +2,7 @@ version: '3.3'
services:
######## Datenbank ########
nextcloud-db:
image: "mariadb:10.6.15"
image: "mariadb:10.6.15@sha256:e22328f4d7147c2488d0e104277861be14321b3e39e91df4d90cc9a8aee9c362"
container_name: nextcloud-db
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW --innodb_read_only_compressed=OFF
restart: unless-stopped
@ -30,7 +30,7 @@ services:
######## Redis ########
nextcloud-redis:
image: "redis:7.0.15"
image: "redis:7.0.15@sha256:5372f3076d8e9822ce6ab55f3336b3b0f05c2d6ea927522669b83e10e91d9205"
container_name: nextcloud-redis
hostname: nextcloud-redis
networks:
@ -43,7 +43,7 @@ services:
######## cron ########
nextcloud-cron:
container_name: nextcloud-cron
image: "registry.mgrote.net/nextcloud-cronjob:master"
image: "registry.mgrote.net/nextcloud-cronjob:master@sha256:9836e31f1cfed9e60c16d4f5926a8ca89a184e431d0b2ed7ebf4a21706560ec2"
restart: unless-stopped
network_mode: none
depends_on:
@ -59,7 +59,7 @@ services:
######## Nextcloud ########
nextcloud-app:
image: "nextcloud:27.1.5"
image: "nextcloud:27.1.5@sha256:4fdf4eefe53da7677749d8efeff6bc697da753dd3ce37843385d10498ace5ffe"
container_name: nextcloud-app
restart: unless-stopped
depends_on:

View file

@ -19,7 +19,7 @@ version: '3.5'
services:
photoprism:
# Use photoprism/photoprism:preview instead for testing preview builds:
image: "photoprism/photoprism:231128"
image: "photoprism/photoprism:231128@sha256:cf45026f3381b13cc638ed556d1f717340267d1a832794380f49998fd3a899c8"
container_name: photoprism-frontend
restart: always
security_opt:
@ -66,7 +66,7 @@ services:
com.centurylinklabs.watchtower.depends-on: photoprism-db
mariadb:
image: "mariadb:10.6.15"
image: "mariadb:10.6.15@sha256:e22328f4d7147c2488d0e104277861be14321b3e39e91df4d90cc9a8aee9c362"
container_name: photoprism-db
restart: always
security_opt:

View file

@ -3,7 +3,7 @@ services:
oci-registry:
restart: always
container_name: oci-registry
image: "registry:2.8.2"
image: "registry:2.8.2@sha256:bcece5dd3d4b6189e13e7ac71b2ccbc2aae649365f0c589852d687efeba6b290"
volumes:
- oci:/var/lib/registry
- ./htpasswd:/auth/htpasswd
@ -51,7 +51,7 @@ services:
# docker pull registry.mgrote.net/myfirstimage
oci-registry-redis:
image: "redis:7.0.15"
image: "redis:7.0.15@sha256:5372f3076d8e9822ce6ab55f3336b3b0f05c2d6ea927522669b83e10e91d9205"
container_name: oci-registry-redis
networks:
- intern
@ -65,7 +65,7 @@ services:
oci-registry-ui:
restart: always
# url: registry.mgrote.net/ui/index.html
image: "joxit/docker-registry-ui:2.5.5"
image: "joxit/docker-registry-ui:2.5.5@sha256:1cf12d4b2d647f0a3860b6e4ccf1fccbf73e219e217ab580d8a4d3891d3f1e28"
container_name: oci-registry-ui
environment:
DELETE_IMAGES: true

View file

@ -3,7 +3,7 @@ version: '2.3'
services:
statping:
container_name: statping
image: "adamboutcher/statping-ng:latest"
image: "adamboutcher/statping-ng:latest@sha256:e32bd2e50ca023f37b0650e1942d51cb9269a2caab11042bc0cc53fac0474a2b"
restart: always
volumes:
- statping_data:/app

View file

@ -3,7 +3,7 @@ services:
######## traefik ########
traefik:
container_name: traefik
image: "traefik:2.10"
image: "traefik:2.10@sha256:c5181ddf303f1ccfd4bd6d1d9c4867b0500efb6089a0f9ccb16612438f6e934f"
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
@ -25,7 +25,7 @@ services:
######## nforwardauth ########
nforwardauth:
restart: always
image: "nosduco/nforwardauth:v1.3.4"
image: "nosduco/nforwardauth:v1.3.4@sha256:08fdb71104c879410b79f46739336f9d6ad289a95624a9f6dcb59f37b3524cd8"
container_name: traefik-nforwardauth
environment:
TOKEN_SECRET: "{{ lookup('keepass', 'nforwardauth_token_secret', 'password') }}"

View file

@ -2,7 +2,7 @@
version: "2.1"
services:
unifi-network-application:
image: "lscr.io/linuxserver/unifi-network-application:8.0.28-ls27"
image: "lscr.io/linuxserver/unifi-network-application:8.0.28-ls27@sha256:e673a6100ef8de6ec5e3d8b7bd48f1d1940466f74801048c046a471f5219f551"
container_name: unifi-network-application
environment:
PUID: 1000
@ -41,7 +41,7 @@ services:
# 1. mongo
# 2. db.getSiblingDB("unifidb").createUser({user: "unifiuser", pwd: "GEHEIM", roles: [{role: "dbOwner", db: "unifidb"}, {role: "dbOwner", db: "unifidb_stat"}]});
# https://discourse.linuxserver.io/t/cant-connect-to-mongodb-for-unifi-network-application/8166
image: "docker.io/mongo:6.0.13"
image: "docker.io/mongo:6.0.13@sha256:656781dda791673991236157e1e25ebb52aa38ba5fde9adb64dc05d67b8ce886"
container_name: unifi-db
volumes:
- db-data:/data/db

View file

@ -5,7 +5,7 @@ services:
woodpecker-server:
restart: always
container_name: woodpecker-server
image: "woodpeckerci/woodpecker-server:v2.2.2"
image: "woodpeckerci/woodpecker-server:v2.2.2@sha256:4717456849b41b6a0d3a429c062eab9eee9616839c24a67174dd812d9693b34c"
ports:
- 8000:8000
volumes:
@ -43,7 +43,7 @@ services:
woodpecker-agent:
container_name: woodpecker-agent
image: "woodpeckerci/woodpecker-agent:v2.2.1"
image: "woodpeckerci/woodpecker-agent:v2.2.1@sha256:b21c89af3f448e7ab396661f9fd0ca19bdda2db9834b3a290418b36e01578d5d"
command: agent
restart: always
depends_on: