Namespace
linuxserver
Image / Tag
jackett:development-v0.20.3035-ls715
Content Digest
sha256:10e8a83017a8bc3dabd854b3207d5cdd8d91c86271b3953dc0ccd5a83ac1b27d
Details
Created

2023-02-11 21:44:50 +0100

Size

58.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.20.3035-ls715 Build-date:- 2023-02-11T21:43:44+01:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-02-11T21:43:44+01: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
    3f644a2e857dd0af0dbbc73f4a1e01b2efebfc83
  • org.opencontainers.image.revision
    3f644a2e857dd0af0dbbc73f4a1e01b2efebfc83
  • 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.3035-ls715

Environment
HOME

/root

PATH

/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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:b8d225448c24e7ddcebe60097d3065ac9205e029bc5f48b344978cf8f58cb655 - 9.73% (5.65 MB)

[#001] sha256:665a26860e09ef8030830255032e3fd7a21141743338294b6bafabaf462a1296 - 0.0% (2.77 KB)

[#002] sha256:069b15fc6d38c43de953b1f1e75b37e4efcb5a8ba8525a3ba35323d24c7794fc - 7.2% (4.18 MB)

[#003] sha256:d343391133340adf4a1f0bbf5f1b51e605c77ec39c5e8ba5726fadc7d76249c7 - 0.01% (3.91 KB)

[#004] sha256:37f660c2be21bfdc8ac9005eabc2844c43aa11fef6074565a548a1013ecb6c8d - 83.06% (48.2 MB)

[#005] sha256:bbe8b0a893a420af59e46b14ea90ce5fb12eea33e0059b1722684e3d0417f9fc - 0.0% (865 Bytes)


History
2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 944c28f6-ls9 Build-date:- 2023-01-17T07:30:43+01:00

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-01-17 07:31:47 +0100 (buildkit.dockerfile.v0)

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

2023-01-17 07:31:47 +0100 (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

2023-01-17 07:31:49 +0100 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-17T07:30:43+01:00 VERSION=944c28f6-ls9 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-01-17 07:31:49 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-17 07:31:49 +0100 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-02-11 21:44:50 +0100 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-11 21:44:50 +0100 (buildkit.dockerfile.v0)

ARG VERSION

2023-02-11 21:44:50 +0100 (buildkit.dockerfile.v0)

ARG JACKETT_RELEASE

2023-02-11 21:44:50 +0100 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v0.20.3035-ls715 Build-date:- 2023-02-11T21:43:44+01:00

2023-02-11 21:44:50 +0100 (buildkit.dockerfile.v0)

LABEL maintainer=thelamer

2023-02-11 21:44:50 +0100 (buildkit.dockerfile.v0)

ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config

2023-02-11 21:44:50 +0100 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-02-11T21:43:44+01:00 VERSION=v0.20.3035-ls715 JACKETT_RELEASE=v0.20.3035 /bin/sh -c echo "**** install packages ****" && apk --no-cache add 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" | jq -r '.[0] | .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 "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-02-11 21:44:50 +0100 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-02-11 21:44:50 +0100 (buildkit.dockerfile.v0)

VOLUME [/config]

2023-02-11 21:44:50 +0100 (buildkit.dockerfile.v0)

EXPOSE map[9117/tcp:{}]

Details
Created

2023-02-11 20:45:01 UTC

Size

57.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.20.3035-ls715 Build-date:- 2023-02-11T21:43:44+01:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-02-11T21:43:44+01: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
    3f644a2e857dd0af0dbbc73f4a1e01b2efebfc83
  • org.opencontainers.image.revision
    3f644a2e857dd0af0dbbc73f4a1e01b2efebfc83
  • 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.3035-ls715

Environment
HOME

/root

PATH

/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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:c7cb10b58ea55f1259f5d7965e4379231e5747874662cca9166f9ea7f519719d - 9.71% (5.54 MB)

[#001] sha256:665a26860e09ef8030830255032e3fd7a21141743338294b6bafabaf462a1296 - 0.0% (2.77 KB)

[#002] sha256:c38a52fb4f909b7e4ffa5de5d54613215be95459514ae879685f2963311393ab - 9.42% (5.38 MB)

[#003] sha256:9fe59586049afff2fc5ccf7583cb77da1bf6b420e61a8547e1b3c72693697ff0 - 0.01% (3.91 KB)

[#004] sha256:bbd0727e30bb2336e671869522ef4443d870ffa8c89cb64277e5165b015d2385 - 80.86% (46.2 MB)

[#005] sha256:9cd7544c8cc310c66674f4b1a1373d6a79eeaf0f0b830293a6cf3f42e0c0f6c2 - 0.0% (846 Bytes)


History
2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 944c28f6-ls9 Build-date:- 2023-01-17T07:30:43+01:00

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-01-17 06:31:46 UTC (buildkit.dockerfile.v0)

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

2023-01-17 06:31:46 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

2023-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-17T07:30:43+01:00 VERSION=944c28f6-ls9 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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 && 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-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

ARG JACKETT_RELEASE

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v0.20.3035-ls715 Build-date:- 2023-02-11T21:43:44+01:00

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

LABEL maintainer=thelamer

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-02-11T21:43:44+01:00 VERSION=v0.20.3035-ls715 JACKETT_RELEASE=v0.20.3035 /bin/sh -c echo "**** install packages ****" && apk --no-cache add 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" | jq -r '.[0] | .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 "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-02-11 20:45:01 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-02-11 20:45:01 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2023-02-11 20:45:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[9117/tcp:{}]

Details
Created

2023-02-11 20:45:00 UTC

Size

57.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.20.3035-ls715 Build-date:- 2023-02-11T21:43:44+01:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-02-11T21:43:44+01: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
    3f644a2e857dd0af0dbbc73f4a1e01b2efebfc83
  • org.opencontainers.image.revision
    3f644a2e857dd0af0dbbc73f4a1e01b2efebfc83
  • 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.3035-ls715

Environment
HOME

/root

PATH

/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

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:5561ace89afff46b01abe7a822367f9db93e833f5f23164e09986fcfa31f078b - 10.16% (5.88 MB)

[#001] sha256:665a26860e09ef8030830255032e3fd7a21141743338294b6bafabaf462a1296 - 0.0% (2.77 KB)

[#002] sha256:743be15e6c38826e0c5a34f489b283ed08ed8011dc7ceb4fcbc934db400bef02 - 10.27% (5.94 MB)

[#003] sha256:6cf6456175a23c3e55367b936a4be39ea58c9387fb89e5e954643b9bfe5162cc - 0.01% (3.9 KB)

[#004] sha256:9b0fa690b098f8b059e632dcac1d8bbf52b0cf9e6791330c526c22bec034574b - 79.56% (46.1 MB)

[#005] sha256:b92017f2230d7e11c2e19cf03eaa6b07cd293678194a1c57cdc456c6134a83cd - 0.0% (849 Bytes)


History
2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- 944c28f6-ls9 Build-date:- 2023-01-17T07:30:43+01:00

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-01-17 06:31:47 UTC (buildkit.dockerfile.v0)

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

2023-01-17 06:31:47 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

2023-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-01-17T07:30:43+01:00 VERSION=944c28f6-ls9 MODS_VERSION=v3 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache alpine-release bash ca-certificates coreutils curl jq 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 && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-01-17 06:31:48 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

ARG JACKETT_RELEASE

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v0.20.3035-ls715 Build-date:- 2023-02-11T21:43:44+01:00

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

LABEL maintainer=thelamer

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-02-11T21:43:44+01:00 VERSION=v0.20.3035-ls715 JACKETT_RELEASE=v0.20.3035 /bin/sh -c echo "**** install packages ****" && apk --no-cache add 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" | jq -r '.[0] | .tag_name'); fi && curl -o /tmp/jacket.tar.gz -L "https://github.com/Jackett/Jackett/releases/download/${JACKETT_RELEASE}/Jackett.Binaries.LinuxMuslARM64.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 "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-02-11 20:45:00 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2023-02-11 20:45:00 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