media (production-jackett)
Published 2025-03-21 19:08:59 -04:00 by colin
Installation
docker pull git.nixc.us/colin/media:production-jackett
sha256:d06ccca16ee357ad293368f8a345093764c0b6fc546d2579dec6287206f079b7
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-02-15T13:34:44+00:00 |
ARG VERSION=79f3bc4b-ls10 |
ARG MODS_VERSION=v3 |
ARG PKG_INST_VERSION=v1 |
ARG LSIOWN_VERSION=v1 |
ARG WITHCONTENV_VERSION=v1 |
LABEL build_version=Linuxserver.io version:- 79f3bc4b-ls10 Build-date:- 2025-02-15T13:34:44+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-02-15T13:34:44+00:00 VERSION=79f3bc4b-ls10 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-03-21T06:52:09+00:00 |
ARG VERSION=v0.22.1672-ls712 |
ARG JACKETT_RELEASE=v0.22.1672 |
LABEL build_version=Linuxserver.io version:- v0.22.1672-ls712 Build-date:- 2025-03-21T06:52:09+00:00 |
LABEL maintainer=thelamer |
ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config TMPDIR=/run/jackett-temp |
RUN |3 BUILD_DATE=2025-03-21T06:52:09+00:00 VERSION=v0.22.1672-ls712 JACKETT_RELEASE=v0.22.1672 /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.1672-ls712 Build-date:- 2025-03-21T06:52:09+00:00 |
com.docker.compose.project | media |
com.docker.compose.service | jackett |
com.docker.compose.version | 2.32.1 |
maintainer | thelamer |
org.opencontainers.image.authors | linuxserver.io |
org.opencontainers.image.created | 2025-03-21T06:52:09+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 | 938b9fe6b241b4fc69828d2e5e654071372c4561 |
org.opencontainers.image.revision | 938b9fe6b241b4fc69828d2e5e654071372c4561 |
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.1672-ls712 |
Details
2025-03-21 19:08:59 -04:00
Versions (16)
View all
Container
67
OCI / Docker
linux/amd64
linuxserver.io
GPL-3.0-only
74 MiB
production-jackett
2025-03-21
production-ytdl-material
2025-03-21
production-jellyfin
2025-03-21
production-qbt
2025-03-21
production-radarr
2025-03-21