jackett (latest)
Published 2025-12-06 03:41:02 +00:00 by myve
Installation
docker pull hub.myvelabs.com/lab/jackett:latestsha256:be80fd2ddb7587dd67bb8887e90ba81d1386ab745c01f4c62f761f140985aa52About 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-11-22T13:38:16+00:00 |
| ARG VERSION=4c1ed24a-ls16 |
| ARG MODS_VERSION=v3 |
| ARG PKG_INST_VERSION=v1 |
| ARG LSIOWN_VERSION=v1 |
| ARG WITHCONTENV_VERSION=v1 |
| LABEL build_version=Linuxserver.io version:- 4c1ed24a-ls16 Build-date:- 2025-11-22T13:38:16+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-11-22T13:38:16+00:00 VERSION=4c1ed24a-ls16 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-12-05T06:57:28+00:00 |
| ARG VERSION=v0.24.404-ls237 |
| ARG JACKETT_RELEASE=v0.24.404 |
| LABEL build_version=Linuxserver.io version:- v0.24.404-ls237 Build-date:- 2025-12-05T06:57:28+00:00 |
| LABEL maintainer=thelamer |
| ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config TMPDIR=/run/jackett-temp |
| RUN |3 BUILD_DATE=2025-12-05T06:57:28+00:00 VERSION=v0.24.404-ls237 JACKETT_RELEASE=v0.24.404 /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 [9117/tcp] |
Labels
| Key | Value |
|---|---|
| build_version | Linuxserver.io version:- v0.24.404-ls237 Build-date:- 2025-12-05T06:57:28+00:00 |
| maintainer | thelamer |
| org.opencontainers.image.authors | linuxserver.io |
| org.opencontainers.image.created | 2025-12-05T06:57:28+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 | efb28d1ae2e1b9290f271c088e4d0bad9d4e6e0e |
| org.opencontainers.image.revision | efb28d1ae2e1b9290f271c088e4d0bad9d4e6e0e |
| 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.24.404-ls237 |