Lock mutable image tags to current running digests
Lock mutable image tags to current running digests
This commit is contained in:
@@ -31,7 +31,7 @@ services:
|
||||
# Admin-Dienst: dashboard-auth@file + secure-headers@file Pflicht
|
||||
# ──────────────────────────────────────────────────────────────────
|
||||
komodo-core:
|
||||
image: ghcr.io/mbecker20/komodo:latest
|
||||
image: ghcr.io/mbecker20/komodo:latest@sha256:d0a201fdf7113b7a47fe925e0a8a9c337f632980a27f151729030f05e99e22c0
|
||||
container_name: komodo-core
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
@@ -74,7 +74,7 @@ services:
|
||||
# Ausnahme: Docker-Socket ohne :ro (Periphery startet/stoppt Container)
|
||||
# ──────────────────────────────────────────────────────────────────
|
||||
komodo-periphery:
|
||||
image: ghcr.io/mbecker20/periphery:latest
|
||||
image: ghcr.io/mbecker20/periphery:latest@sha256:087babb8a6090882846750f72c48323007cbf9a548bd930a19a0c09e8220d95c
|
||||
container_name: komodo-periphery
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user