Skip to content

Commit

Permalink
fix(apps): remove unusupported sha256 digest in DOCKER_MODS
Browse files Browse the repository at this point in the history
See linuxserver/docker-mods#922 for a feature
request.
  • Loading branch information
qlonik committed Jun 18, 2024
1 parent 55f4006 commit 5592aa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
DOCKER_MODS: >-
{{- $items := list
"// renovate: lsio-docker-mod"
"ghcr.io/linuxserver/mods:universal-calibre-v7.12.0@sha256:e8aad70cc71c65587e28711ab16a0ffa1bbcb707b462a6313b721f7622529be3"
"ghcr.io/linuxserver/mods:universal-calibre-v7.12.0"
-}}
{{- $filtered := list -}}
{{- range $item := $items -}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ spec:
DOCKER_MODS: >-
{{- $items := list
"// renovate: lsio-docker-mod"
"ghcr.io/linuxserver/mods:universal-calibre-v7.12.0@sha256:e8aad70cc71c65587e28711ab16a0ffa1bbcb707b462a6313b721f7622529be3"
"ghcr.io/linuxserver/mods:universal-calibre-v7.12.0"
"// renovate: lsio-docker-mod"
"ghcr.io/linuxserver/mods:lazylibrarian-ffmpeg@sha256:5083d9f2bdfcb27edf65a55e7c05d0ae8ce309d02d5f0cdc83bfe8e95c942dd4"
"ghcr.io/linuxserver/mods:lazylibrarian-ffmpeg"
-}}
{{- $filtered := list -}}
{{- range $item := $items -}}
Expand Down

0 comments on commit 5592aa2

Please sign in to comment.