Open tomfun opened 3 months ago
[+] Building 1.7s (4/5) docker:default => CACHED [internal] load git source https://github.com/vladgh/docker_base_images.git#main:minidlna 0.4s => WARN: LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format (line 2) 0.0s => [internal] load metadata for docker.io/library/alpine:20240329@sha256:e31c3b1cd47718260e1b6163af0a05b3c428dc01fa410baf72ca8b8076e22e72 0.0s => CACHED [1/3] FROM docker.io/library/alpine:20240329@sha256:e31c3b1cd47718260e1b6163af0a05b3c428dc01fa410baf72ca8b8076e22e72 0.0s => ERROR [2/3] RUN apk --no-cache add bash curl minidlna=1.3.3-r0 tini shadow su-exec alpine-conf inotify-tools 1.2s ------ > [2/3] RUN apk --no-cache add bash curl minidlna=1.3.3-r0 tini shadow su-exec alpine-conf inotify-tools: 0.138 fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz 0.468 fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz 1.178 ERROR: unable to select packages: 1.180 minidlna-1.3.3-r1: 1.180 breaks: world[minidlna=1.3.3-r0] ------ 1 warning found (use docker --debug to expand): - LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format (line 2) Dockerfile:7 -------------------- 5 | 6 | # Install 7 | >>> RUN apk --no-cache add bash curl minidlna=${MINIDLNA_VERSION} tini shadow su-exec alpine-conf inotify-tools 8 | 9 | # Entrypoint -------------------- ERROR: failed to solve: process "/bin/sh -c apk --no-cache add bash curl minidlna=${MINIDLNA_VERSION} tini shadow su-exec alpine-conf inotify-tools" did not complete successfully: exit code: 1
need to change default version maybe
/ # apk search minidlna minidlna-1.3.3-r1 minidlna-doc-1.3.3-r1 minidlna-lang-1.3.3-r1 minidlna-openrc-1.3.3-r1
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
need to change default version maybe