File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ ARG FREEBSD_ARCH=amd64
9191ARG IMMICH_VERSION
9292ARG PACKAGES="node22 vips ffmpeg p5-Image-ExifTool libheif libraw webp"
9393ARG UPSTREAM_URL="https://api.github.com/repos/immich-app/immich/releases/latest"
94- ARG UPSTREAM_SED= "s/.* \" tag_name\" : \"\\ ([^ \" ]* \\ ) \" .*/ \\ 1/p "
94+ ARG UPSTREAM_JQ= ". tag_name"
9595
9696LABEL org.opencontainers.image.title="Immich Server" \
9797 org.opencontainers.image.description="Immich photo management server for FreeBSD" \
@@ -106,7 +106,7 @@ LABEL org.opencontainers.image.title="Immich Server" \
106106 io.daemonless.config-mount="/config" \
107107 io.daemonless.category="Photos & Media" \
108108 io.daemonless.upstream-url="${UPSTREAM_URL}" \
109- io.daemonless.upstream-sed ="${UPSTREAM_SED }" \
109+ io.daemonless.upstream-jq ="${UPSTREAM_JQ }" \
110110 io.daemonless.packages="${PACKAGES}"
111111
112112# Install runtime dependencies
You can’t perform that action at this time.
0 commit comments