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:
parent
d943c9372a
commit
11c66ebb0a
9 changed files with 19 additions and 19 deletions
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
httpd-registry:
|
httpd-registry:
|
||||||
container_name: "httpd-registry"
|
container_name: "httpd-registry"
|
||||||
image: "httpd:2.4.57"
|
image: "httpd:2.4.57@sha256:5201524443f9026753e25540a44495b7f6e6ca706c71208bb3a5f2daac205c31"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- uploads:/usr/local/apache2/htdocs/
|
- uploads:/usr/local/apache2/htdocs/
|
||||||
|
@ -14,7 +14,7 @@ services:
|
||||||
|
|
||||||
python-api-server:
|
python-api-server:
|
||||||
container_name: httpd-api
|
container_name: httpd-api
|
||||||
image: "registry.mgrote.net/python-api-server:latest"
|
image: "registry.mgrote.net/python-api-server:latest@sha256:524c567f4003699fc450a04650b1988e387e4735f1b0800c72328c9115a414be"
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "5040:5000"
|
- "5040:5000"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.3'
|
version: '3.3'
|
||||||
services:
|
services:
|
||||||
postfix:
|
postfix:
|
||||||
image: "registry.mgrote.net/postfix:master"
|
image: "registry.mgrote.net/postfix:master@sha256:8e0b6d883b483783b77430fab37d55f69237f5e2d0b28bd956b43a7f18022ac6"
|
||||||
container_name: mail-relay
|
container_name: mail-relay
|
||||||
restart: always
|
restart: always
|
||||||
labels:
|
labels:
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.3'
|
||||||
services:
|
services:
|
||||||
######## Datenbank ########
|
######## Datenbank ########
|
||||||
nextcloud-db:
|
nextcloud-db:
|
||||||
image: "mariadb:10.6.15"
|
image: "mariadb:10.6.15@sha256:e22328f4d7147c2488d0e104277861be14321b3e39e91df4d90cc9a8aee9c362"
|
||||||
container_name: nextcloud-db
|
container_name: nextcloud-db
|
||||||
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW --innodb_read_only_compressed=OFF
|
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW --innodb_read_only_compressed=OFF
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -30,7 +30,7 @@ services:
|
||||||
|
|
||||||
######## Redis ########
|
######## Redis ########
|
||||||
nextcloud-redis:
|
nextcloud-redis:
|
||||||
image: "redis:7.0.15"
|
image: "redis:7.0.15@sha256:5372f3076d8e9822ce6ab55f3336b3b0f05c2d6ea927522669b83e10e91d9205"
|
||||||
container_name: nextcloud-redis
|
container_name: nextcloud-redis
|
||||||
hostname: nextcloud-redis
|
hostname: nextcloud-redis
|
||||||
networks:
|
networks:
|
||||||
|
@ -43,7 +43,7 @@ services:
|
||||||
######## cron ########
|
######## cron ########
|
||||||
nextcloud-cron:
|
nextcloud-cron:
|
||||||
container_name: 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
|
restart: unless-stopped
|
||||||
network_mode: none
|
network_mode: none
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -59,7 +59,7 @@ services:
|
||||||
|
|
||||||
######## Nextcloud ########
|
######## Nextcloud ########
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
image: "nextcloud:27.1.5"
|
image: "nextcloud:27.1.5@sha256:4fdf4eefe53da7677749d8efeff6bc697da753dd3ce37843385d10498ace5ffe"
|
||||||
container_name: nextcloud-app
|
container_name: nextcloud-app
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
|
@ -19,7 +19,7 @@ version: '3.5'
|
||||||
services:
|
services:
|
||||||
photoprism:
|
photoprism:
|
||||||
# Use photoprism/photoprism:preview instead for testing preview builds:
|
# Use photoprism/photoprism:preview instead for testing preview builds:
|
||||||
image: "photoprism/photoprism:231128"
|
image: "photoprism/photoprism:231128@sha256:cf45026f3381b13cc638ed556d1f717340267d1a832794380f49998fd3a899c8"
|
||||||
container_name: photoprism-frontend
|
container_name: photoprism-frontend
|
||||||
restart: always
|
restart: always
|
||||||
security_opt:
|
security_opt:
|
||||||
|
@ -66,7 +66,7 @@ services:
|
||||||
com.centurylinklabs.watchtower.depends-on: photoprism-db
|
com.centurylinklabs.watchtower.depends-on: photoprism-db
|
||||||
|
|
||||||
mariadb:
|
mariadb:
|
||||||
image: "mariadb:10.6.15"
|
image: "mariadb:10.6.15@sha256:e22328f4d7147c2488d0e104277861be14321b3e39e91df4d90cc9a8aee9c362"
|
||||||
container_name: photoprism-db
|
container_name: photoprism-db
|
||||||
restart: always
|
restart: always
|
||||||
security_opt:
|
security_opt:
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
oci-registry:
|
oci-registry:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: oci-registry
|
container_name: oci-registry
|
||||||
image: "registry:2.8.2"
|
image: "registry:2.8.2@sha256:bcece5dd3d4b6189e13e7ac71b2ccbc2aae649365f0c589852d687efeba6b290"
|
||||||
volumes:
|
volumes:
|
||||||
- oci:/var/lib/registry
|
- oci:/var/lib/registry
|
||||||
- ./htpasswd:/auth/htpasswd
|
- ./htpasswd:/auth/htpasswd
|
||||||
|
@ -51,7 +51,7 @@ services:
|
||||||
# docker pull registry.mgrote.net/myfirstimage
|
# docker pull registry.mgrote.net/myfirstimage
|
||||||
|
|
||||||
oci-registry-redis:
|
oci-registry-redis:
|
||||||
image: "redis:7.0.15"
|
image: "redis:7.0.15@sha256:5372f3076d8e9822ce6ab55f3336b3b0f05c2d6ea927522669b83e10e91d9205"
|
||||||
container_name: oci-registry-redis
|
container_name: oci-registry-redis
|
||||||
networks:
|
networks:
|
||||||
- intern
|
- intern
|
||||||
|
@ -65,7 +65,7 @@ services:
|
||||||
oci-registry-ui:
|
oci-registry-ui:
|
||||||
restart: always
|
restart: always
|
||||||
# url: registry.mgrote.net/ui/index.html
|
# 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
|
container_name: oci-registry-ui
|
||||||
environment:
|
environment:
|
||||||
DELETE_IMAGES: true
|
DELETE_IMAGES: true
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: '2.3'
|
||||||
services:
|
services:
|
||||||
statping:
|
statping:
|
||||||
container_name: statping
|
container_name: statping
|
||||||
image: "adamboutcher/statping-ng:latest"
|
image: "adamboutcher/statping-ng:latest@sha256:e32bd2e50ca023f37b0650e1942d51cb9269a2caab11042bc0cc53fac0474a2b"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- statping_data:/app
|
- statping_data:/app
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
######## traefik ########
|
######## traefik ########
|
||||||
traefik:
|
traefik:
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
image: "traefik:2.10"
|
image: "traefik:2.10@sha256:c5181ddf303f1ccfd4bd6d1d9c4867b0500efb6089a0f9ccb16612438f6e934f"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
@ -25,7 +25,7 @@ services:
|
||||||
######## nforwardauth ########
|
######## nforwardauth ########
|
||||||
nforwardauth:
|
nforwardauth:
|
||||||
restart: always
|
restart: always
|
||||||
image: "nosduco/nforwardauth:v1.3.4"
|
image: "nosduco/nforwardauth:v1.3.4@sha256:08fdb71104c879410b79f46739336f9d6ad289a95624a9f6dcb59f37b3524cd8"
|
||||||
container_name: traefik-nforwardauth
|
container_name: traefik-nforwardauth
|
||||||
environment:
|
environment:
|
||||||
TOKEN_SECRET: "{{ lookup('keepass', 'nforwardauth_token_secret', 'password') }}"
|
TOKEN_SECRET: "{{ lookup('keepass', 'nforwardauth_token_secret', 'password') }}"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
unifi-network-application:
|
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
|
container_name: unifi-network-application
|
||||||
environment:
|
environment:
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
|
@ -41,7 +41,7 @@ services:
|
||||||
# 1. mongo
|
# 1. mongo
|
||||||
# 2. db.getSiblingDB("unifidb").createUser({user: "unifiuser", pwd: "GEHEIM", roles: [{role: "dbOwner", db: "unifidb"}, {role: "dbOwner", db: "unifidb_stat"}]});
|
# 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
|
# 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
|
container_name: unifi-db
|
||||||
volumes:
|
volumes:
|
||||||
- db-data:/data/db
|
- db-data:/data/db
|
||||||
|
|
|
@ -5,7 +5,7 @@ services:
|
||||||
woodpecker-server:
|
woodpecker-server:
|
||||||
restart: always
|
restart: always
|
||||||
container_name: woodpecker-server
|
container_name: woodpecker-server
|
||||||
image: "woodpeckerci/woodpecker-server:v2.2.2"
|
image: "woodpeckerci/woodpecker-server:v2.2.2@sha256:4717456849b41b6a0d3a429c062eab9eee9616839c24a67174dd812d9693b34c"
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -43,7 +43,7 @@ services:
|
||||||
|
|
||||||
woodpecker-agent:
|
woodpecker-agent:
|
||||||
container_name: woodpecker-agent
|
container_name: woodpecker-agent
|
||||||
image: "woodpeckerci/woodpecker-agent:v2.2.1"
|
image: "woodpeckerci/woodpecker-agent:v2.2.1@sha256:b21c89af3f448e7ab396661f9fd0ca19bdda2db9834b3a290418b36e01578d5d"
|
||||||
command: agent
|
command: agent
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in a new issue