Inline oci image versions and add image digests

This commit is contained in:
JuliusFreudenberger 2026-06-18 02:29:34 +02:00
parent fdbc96135e
commit 7d3ce606ca
8 changed files with 10 additions and 18 deletions

View file

@ -7,7 +7,6 @@
let
cfg = config.services.traefik-docker;
version = "3.7.5";
in {
@ -30,7 +29,7 @@ in {
config = lib.mkIf cfg.enable {
virtualisation.oci-containers.containers = {
traefik = {
image = "traefik:v${version}";
image = "traefik:v3.7.5@sha256:d6858791f9e74df44ca4014166647c41cdc2abd3bf2a71b832ca4e1c6a91b257";
cmd = [
"--providers.docker=true"
"--providers.docker.endpoint=http://docker-socket-proxy:2375"