Namespace
linuxserver
Image / Tag
jackett:arm32v7-v0.20.4207-ls106
Content Digest
sha256:7fe6ef76f5bba28be1ffafe4a61300738bbb432a3b05e1f398dea39996f26a6e
Details
Created

2023-05-21 06:39:17 UTC

Size

68.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.20.4207-ls106 Build-date:- 2023-05-21T06:38:05+00:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-05-21T06:38:05+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
    07a6874230ae51f1d35acdfda17f31112f11f9d7
  • org.opencontainers.image.revision
    07a6874230ae51f1d35acdfda17f31112f11f9d7
  • 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.20.4207-ls106

Environment
HOME

/root

LSIO_FIRST_PARTY

true

PATH

/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_CMD_WAIT_FOR_SERVICES_MAXTIME

0

S6_STAGE2_HOOK

/docker-mods

S6_VERBOSITY

1

TERM

xterm

VIRTUAL_ENV

/lsiopy

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:29efd1f96797077b113af215fd162577b458ca229b2bdc44fa49bd9c1043abc1 - 7.87% (5.38 MB)

[#001] sha256:fc9e78fee11fb80befc4a8191043cf20a30f12003cc0769d670cc9d75af3a1b3 - 0.01% (3.64 KB)

[#002] sha256:697efb6cb6457f1aa0b37e5645d06896fc127dbed182f6651d7736dcbbbff797 - 0.0% (957 Bytes)

[#003] sha256:1479379ae15393f147cb47fe4c9eebcfca344c3cce7a93cac7357ed22726ef48 - 7.98% (5.46 MB)

[#004] sha256:63ca962963e7564d2c8c6149de5fb2973828b7281222cffa5e136bd05b5b9847 - 0.0% (3.11 KB)

[#005] sha256:fa2cbb9bef844ea01ce4829479bc4eca3ae5fe53b322b764051505966433ca8d - 84.14% (57.5 MB)

[#006] sha256:59cf5d8da66b2775b061cefa007805cadacf6b1f7631023c374d05ca691d91fd - 0.0% (847 Bytes)


History
2023-05-20 13:29:14 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-05-20 13:29:14 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-05-20 13:29:14 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-05-20 13:29:14 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-05-20 13:29:14 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2023-05-20 13:29:14 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- a96d86fe-ls23 Build-date:- 2023-05-20T13:27:17+00:00

2023-05-20 13:29:14 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-05-20 13:29:14 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/docker-mods.v3 /docker-mods # buildkit

2023-05-20 13:29:14 UTC (buildkit.dockerfile.v0)

ADD https://raw.githubusercontent.com/linuxserver/docker-mods/mod-scripts/package-install.v1 /etc/s6-overlay/s6-rc.d/init-mods-package-install/run # buildkit

2023-05-20 13:29:14 UTC (buildkit.dockerfile.v0)

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

2023-05-20 13:29:15 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-05-20T13:27:17+00:00 VERSION=a96d86fe-ls23 MODS_VERSION=v3 PKG_INST_VERSION=v1 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq netcat-openbsd procps 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 "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-05-20 13:29:16 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-05-20 13:29:16 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-05-21 06:39:16 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-05-21 06:39:16 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-05-21 06:39:16 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-05-21 06:39:16 UTC (buildkit.dockerfile.v0)

ARG JACKETT_RELEASE

2023-05-21 06:39:16 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v0.20.4207-ls106 Build-date:- 2023-05-21T06:38:05+00:00

2023-05-21 06:39:16 UTC (buildkit.dockerfile.v0)

LABEL maintainer=thelamer

2023-05-21 06:39:16 UTC (buildkit.dockerfile.v0)

ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config

2023-05-21 06:39:16 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-05-21T06:38:05+00:00 VERSION=v0.20.4207-ls106 JACKETT_RELEASE=v0.20.4207 /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.LinuxMuslARM32.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 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-05-21 06:39:17 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-05-21 06:39:17 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2023-05-21 06:39:17 UTC (buildkit.dockerfile.v0)

EXPOSE map[9117/tcp:{}]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete