Add sha256 hash

This commit is contained in:
2025-11-18 19:36:53 +05:30
parent ed805754b5
commit 75c64417d2
17 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
services: services:
adminer: adminer:
container_name: adminer container_name: adminer
image: docker.io/library/adminer:5.4.1 image: docker.io/library/adminer:5.4.1@sha256:b1d44e230bed34ff218882f2884e1e78f9659d968d3230a3974d9018172783ea
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${PORT}:8080 - ${PORT}:8080

View File

@@ -1,7 +1,7 @@
services: services:
backrest: backrest:
container_name: backrest container_name: backrest
image: docker.io/garethgeorge/backrest:v1.10.1 image: docker.io/garethgeorge/backrest:v1.10.1@sha256:1308397161321b3c5aeca8acc6bf26eccb990df385f2532d3ce0eaa8b483dedf
restart: unless-stopped restart: unless-stopped
hostname: ${HOSTNAME} hostname: ${HOSTNAME}
environment: environment:

View File

@@ -1,7 +1,7 @@
services: services:
crowdsec: crowdsec:
container_name: crowdsec container_name: crowdsec
image: ghcr.io/crowdsecurity/crowdsec:v1.7.3 image: ghcr.io/crowdsecurity/crowdsec:v1.7.3@sha256:4beb1633cf4f41bb6f9e64d065d151d3aa5e3aa7082d5c3061a243037db0d890
restart: unless-stopped restart: unless-stopped
environment: environment:
- BOUNCER_KEY_CADDY=${CROWDSEC_API_KEY} - BOUNCER_KEY_CADDY=${CROWDSEC_API_KEY}

View File

@@ -1,7 +1,7 @@
services: services:
code-server: code-server:
container_name: code-server container_name: code-server
image: ghcr.io/linuxserver/code-server:4.105.1 image: ghcr.io/linuxserver/code-server:4.105.1@sha256:f01693e529a6c4db98deb4bb28bf2655a403489831e962e6cc0b2c5f89f220f6
restart: unless-stopped restart: unless-stopped
environment: environment:
- PUID=${PUID} - PUID=${PUID}

View File

@@ -1,7 +1,7 @@
services: services:
forgejo: forgejo:
container_name: forgejo container_name: forgejo
image: codeberg.org/forgejo/forgejo:13.0.2-rootless image: codeberg.org/forgejo/forgejo:13.0.2-rootless@sha256:a704cc203d78a854e0887e08fcbd7a45f9bc2b5fd8551c88b914b044792c4b1b
restart: unless-stopped restart: unless-stopped
user: ${PUID}:${PGID} user: ${PUID}:${PGID}
volumes: volumes:

View File

@@ -1,7 +1,7 @@
services: services:
gitea_runner1: gitea_runner1:
container_name: gitea_runner1 container_name: gitea_runner1
image: docker.io/gitea/act_runner:0.2.13 image: docker.io/gitea/act_runner:0.2.13@sha256:8477d5b61b655caad4449888bae39f1f34bebd27db56cb15a62dccb3dcf3a944
restart: unless-stopped restart: unless-stopped
environment: environment:
CONFIG_FILE: /config.yml CONFIG_FILE: /config.yml
@@ -15,7 +15,7 @@ services:
gitea_runner2: gitea_runner2:
container_name: gitea_runner2 container_name: gitea_runner2
image: docker.io/gitea/act_runner:0.2.13 image: docker.io/gitea/act_runner:0.2.13@sha256:8477d5b61b655caad4449888bae39f1f34bebd27db56cb15a62dccb3dcf3a944
restart: unless-stopped restart: unless-stopped
environment: environment:
CONFIG_FILE: /config.yml CONFIG_FILE: /config.yml
@@ -29,7 +29,7 @@ services:
gitea_runner3: gitea_runner3:
container_name: gitea_runner3 container_name: gitea_runner3
image: docker.io/gitea/act_runner:0.2.13 image: docker.io/gitea/act_runner:0.2.13@sha256:8477d5b61b655caad4449888bae39f1f34bebd27db56cb15a62dccb3dcf3a944
restart: unless-stopped restart: unless-stopped
environment: environment:
CONFIG_FILE: /config.yml CONFIG_FILE: /config.yml

View File

@@ -1,7 +1,7 @@
services: services:
gitea_runner: gitea_runner:
container_name: gitea_runner container_name: gitea_runner
image: docker.io/gitea/act_runner:0.2.13 image: docker.io/gitea/act_runner:0.2.13@sha256:8477d5b61b655caad4449888bae39f1f34bebd27db56cb15a62dccb3dcf3a944
restart: unless-stopped restart: unless-stopped
environment: environment:
CONFIG_FILE: /config.yml CONFIG_FILE: /config.yml

View File

@@ -1,7 +1,7 @@
services: services:
gotify: gotify:
container_name: gotify container_name: gotify
image: ghcr.io/gotify/server:2.7.3 image: ghcr.io/gotify/server:2.7.3@sha256:2ae0e4e689f183137c8247884382fcb174d5a72253ce1897e7e5267090093fc8
restart: unless-stopped restart: unless-stopped
environment: environment:
- TZ=${TZ} - TZ=${TZ}

View File

@@ -1,7 +1,7 @@
services: services:
healthchecks: healthchecks:
container_name: healthchecks container_name: healthchecks
image: ghcr.io/linuxserver/healthchecks:3.11.20250828 image: ghcr.io/linuxserver/healthchecks:3.11.2@sha256:416d515486dd634811f08219da4ba66e519b271d29f5dd1d8cce02a3870d4c51
restart: unless-stopped restart: unless-stopped
environment: environment:
- PUID=${PUID} - PUID=${PUID}

View File

@@ -1,7 +1,7 @@
services: services:
home-assistant: home-assistant:
container_name: home-assistant container_name: home-assistant
image: ghcr.io/home-assistant/home-assistant:2025.11.2 image: ghcr.io/home-assistant/home-assistant:2025.11.2@sha256:02f582ea7d25f41761282ac0965baf89f0009efed3ad92f8d7eaba5eb6ffd9a8
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APPDATA_PATH}/home-assistant/config:/config - ${APPDATA_PATH}/home-assistant/config:/config

View File

@@ -1,7 +1,7 @@
services: services:
homepage_socket_proxy: homepage_socket_proxy:
container_name: homepage_socket_proxy container_name: homepage_socket_proxy
image: ghcr.io/11notes/socket-proxy:2.1.6 image: ghcr.io/11notes/socket-proxy:2.1.6@ sha256:2f4e605a5441b31389a95ef942af45927e8df4df4e974cfa271a388799d4f87b
restart: unless-stopped restart: unless-stopped
read_only: true read_only: true
user: ${SOCKET_UID}:${SOCKET_GID} user: ${SOCKET_UID}:${SOCKET_GID}
@@ -15,7 +15,7 @@ services:
homepage: homepage:
container_name: homepage container_name: homepage
image: ghcr.io/gethomepage/homepage:v1.7.0 image: ghcr.io/gethomepage/homepage:v1.7.0@sha256:b6ac42c31845ea7c862d71451c16413a6284430d8ff08e16ad791f42718a7c71
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
homepage_socket_proxy: homepage_socket_proxy:

View File

@@ -1,7 +1,7 @@
services: services:
lldap_db: lldap_db:
container_name: lldap_db container_name: lldap_db
image: docker.io/library/postgres:17.7 image: docker.io/library/postgres:17.7@sha256:ecebd237d9aaf83112427807848bc41ba6bd4df8a2f6936e09f7db1813609625
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}
@@ -20,7 +20,7 @@ services:
lldap: lldap:
container_name: lldap container_name: lldap
image: ghcr.io/lldap/lldap:v0.6.2-alpine-rootless image: ghcr.io/lldap/lldap:v0.6.2-alpine-rootless@sha256:35df821899ec54c11eaab395e9c68e191e2582592cba343b0a904f6821aadcd2
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
lldap_db: lldap_db:

View File

@@ -1,7 +1,7 @@
services: services:
minio: minio:
container_name: minio container_name: minio
image: docker.io/minio/minio:RELEASE.2025-09-07T16-13-09Z image: docker.io/minio/minio:RELEASE.2025-09-07T16-13-09Z@sha256:14cea493d9a34af32f524e538b8346cf79f3321eff8e708c1e2960462bd8936e
restart: unless-stopped restart: unless-stopped
command: server /data command: server /data
user: ${PUID}:${PGID} user: ${PUID}:${PGID}
@@ -25,7 +25,7 @@ services:
minio-console: minio-console:
container_name: minio-console container_name: minio-console
image: ghcr.io/georgmangold/console:v1.9.0 image: ghcr.io/georgmangold/console:v1.9.0@sha256:9fa6c39bf72a428379ddbd972c3d875f698c50629dcde9f32dced2342d8fe48a
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
minio: minio:

View File

@@ -1,7 +1,7 @@
services: services:
pocket-id-db: pocket-id-db:
container_name: pocket-id-db container_name: pocket-id-db
image: docker.io/library/postgres:17.7 image: docker.io/library/postgres:17.7@sha256:ecebd237d9aaf83112427807848bc41ba6bd4df8a2f6936e09f7db1813609625
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}
@@ -20,7 +20,7 @@ services:
pocket-id: pocket-id:
container_name: pocket-id container_name: pocket-id
image: ghcr.io/pocket-id/pocket-id:v1.15.0-distroless image: ghcr.io/pocket-id/pocket-id:v1.15.0-distroless@sha256:102e9dcb75f15adfd154ef7eab0ce36c36d82fc7a56cfb006ced980cfaa3a188
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
pocket-id-db: pocket-id-db:

View File

@@ -1,7 +1,7 @@
services: services:
portainer-agent: portainer-agent:
container_name: portainer-agent container_name: portainer-agent
image: docker.io/portainer/agent:alpine image: docker.io/portainer/agent:2.33.3-alpine@sha256:91d1c4114edf4958307fd331b118eac32e1d228cf121bf56ce8c532036d184ce
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock

View File

@@ -1,7 +1,7 @@
services: services:
portainer: portainer:
container_name: portainer container_name: portainer
image: docker.io/portainer/portainer-ee:alpine image: docker.io/portainer/portainer-ee:2.33.3-alpine@sha256:975684e6af5b30a7112e66ae686b99150bf8396aeff0ddb37241d871b550a839
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./data:/data - ./data:/data

View File

@@ -1,7 +1,7 @@
services: services:
uptime-kuma: uptime-kuma:
container_name: uptime-kuma container_name: uptime-kuma
image: docker.io/louislam/uptime-kuma:2.0.2 image: ghcr.io/louislam/uptime-kuma:2.0.2@sha256:4c364ef96aaddac7ec4c85f5e5f31c3394d35f631381ccbbf93f18fd26ac7cba
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ${APPDATA_PATH}/uptime-kuma/config:/app/data - ${APPDATA_PATH}/uptime-kuma/config:/app/data