media (staging-jackett)
Published 2025-07-16 07:59:56 -04:00 by colin
Installation
docker pull git.nixc.us/colin/media:staging-jackett
sha256:9a2ee5dac477fa90c2fb69d4180cbf8209f3e8678297200d794b47a4658d20c5
About this package
[Jackett](https://github.com/Jackett/Jackett) works as a proxy server: it translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps.
Image Layers
COPY /root-out/ / # buildkit |
ARG BUILD_DATE=2025-07-05T13:46:04+00:00 |
ARG VERSION=61860f4b-ls4 |
ARG MODS_VERSION=v3 |
ARG PKG_INST_VERSION=v1 |
ARG LSIOWN_VERSION=v1 |
ARG WITHCONTENV_VERSION=v1 |
LABEL build_version=Linuxserver.io version:- 61860f4b-ls4 Build-date:- 2025-07-05T13:46:04+00:00 |
LABEL maintainer=TheLamer |
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit |
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit |
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/lsiown.v1 /usr/bin/lsiown # buildkit |
ADD --chmod=755 https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/with-contenv.v1 /usr/bin/with-contenv # buildkit |
ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_VERBOSITY=1 S6_STAGE2_HOOK=/docker-mods VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
RUN |6 BUILD_DATE=2025-07-05T13:46:04+00:00 VERSION=61860f4b-ls4 MODS_VERSION=v3 PKG_INST_VERSION=v1 LSIOWN_VERSION=v1 WITHCONTENV_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates catatonit coreutils curl findutils jq netcat-openbsd procps-ng shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults /lsiopy && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
COPY root/ / # buildkit |
ENTRYPOINT ["/init"] |
ENV LSIO_FIRST_PARTY=true |
ARG BUILD_DATE=2025-07-16T06:58:34+00:00 |
ARG VERSION=v0.22.2161-ls93 |
ARG JACKETT_RELEASE=v0.22.2161 |
LABEL build_version=Linuxserver.io version:- v0.22.2161-ls93 Build-date:- 2025-07-16T06:58:34+00:00 |
LABEL maintainer=thelamer |
ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config TMPDIR=/run/jackett-temp |
RUN |3 BUILD_DATE=2025-07-16T06:58:34+00:00 VERSION=v0.22.2161-ls93 JACKETT_RELEASE=v0.22.2161 /bin/sh -c echo "**** install packages ****" && apk --no-cache add icu-data-full icu-libs && echo "**** install jackett ****" && mkdir -p /app/Jackett && if [ -z ${JACKETT_RELEASE+x} ]; then JACKETT_RELEASE=$(curl -sX GET "https://api.github.com/repos/Jackett/Jackett/releases/latest" | jq -r .tag_name); fi && curl -o /tmp/jacket.tar.gz -L "https://github.com/Jackett/Jackett/releases/download/${JACKETT_RELEASE}/Jackett.Binaries.LinuxMuslAMDx64.tar.gz" && tar xf /tmp/jacket.tar.gz -C /app/Jackett --strip-components=1 && echo "**** fix for host id mapping error ****" && chown -R root:root /app/Jackett && echo "**** save docker image version ****" && echo "${VERSION}" > /etc/docker-image && printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit |
COPY root/ / # buildkit |
VOLUME [/config] |
EXPOSE map[9117/tcp:{}] |
Labels
Key | Value |
---|---|
build_version | Linuxserver.io version:- v0.22.2161-ls93 Build-date:- 2025-07-16T06:58:34+00:00 |
com.docker.compose.project | media |
com.docker.compose.service | jackett |
com.docker.compose.version | 2.36.2 |
maintainer | thelamer |
org.opencontainers.image.authors | linuxserver.io |
org.opencontainers.image.created | 2025-07-16T06:58:34+00:00 |
org.opencontainers.image.description | [Jackett](https://github.com/Jackett/Jackett) works as a proxy server: it translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps. |
org.opencontainers.image.documentation | https://docs.linuxserver.io/images/docker-jackett |
org.opencontainers.image.licenses | GPL-3.0-only |
org.opencontainers.image.ref.name | 4c0d7577ea61c1d743545218c00cac31efc78e48 |
org.opencontainers.image.revision | 4c0d7577ea61c1d743545218c00cac31efc78e48 |
org.opencontainers.image.source | https://github.com/linuxserver/docker-jackett |
org.opencontainers.image.title | Jackett |
org.opencontainers.image.url | https://github.com/linuxserver/docker-jackett/packages |
org.opencontainers.image.vendor | linuxserver.io |
org.opencontainers.image.version | v0.22.2161-ls93 |
Details
2025-07-16 07:59:56 -04:00
Versions (16)
View all
Container
0
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
74 MiB
production-jellyfin
2025-07-16
production-socks5
2025-07-16
production-tubesync
2025-07-16
production-ytdl-material
2025-07-16
production-jackett
2025-07-16