File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ FROM ghcr.io/daemonless/arr-base:${BASE_VERSION}
44ARG FREEBSD_ARCH=amd64
55ARG PACKAGES="sonarr"
66ARG SONARR_BRANCH="main"
7- ARG UPSTREAM_URL="https://services.sonarr.tv/v1/download/main/latest?version=4&os=freebsd "
8- ARG UPSTREAM_SED= "grep -o ' \" version \" : \" [^ \" ]* \" ' | head -1 | cut -d' \" ' -f4 "
7+ ARG UPSTREAM_URL="https://services.sonarr.tv/v1/releases "
8+ ARG UPSTREAM_JQ= ". \" v4-stable \" .version "
99
1010LABEL org.opencontainers.image.title="Sonarr" \
1111 org.opencontainers.image.description="Sonarr TV show management on FreeBSD" \
@@ -21,7 +21,7 @@ LABEL org.opencontainers.image.title="Sonarr" \
2121 org.freebsd.jail.allow.mlock="required" \
2222 io.daemonless.category="Media Management" \
2323 io.daemonless.upstream-url="${UPSTREAM_URL}" \
24- io.daemonless.upstream-sed ="${UPSTREAM_SED }" \
24+ io.daemonless.upstream-jq ="${UPSTREAM_JQ }" \
2525 io.daemonless.packages="${PACKAGES}"
2626
2727# Install Sonarr from FreeBSD packages
You can’t perform that action at this time.
0 commit comments