Namespace
linuxserver
Image / Tag
jackett:amd64-version-v0.20.3628
Content Digest
sha256:7aed4a160b5d4fd9e57fd72b22549a095f9ac3df0f55595793e28e93a8f02abd
Details
Created

2023-03-19 01:29:56 -0500

Size

69.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.20.3628-ls96 Build-date:- 2023-03-19T01:28:26-05:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-03-19T01:28:26-05: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
    f44915481684c143d20a921150146cfb8eecaecd
  • org.opencontainers.image.revision
    f44915481684c143d20a921150146cfb8eecaecd
  • 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.3628-ls96

Environment
HOME

/root

LSIO_FIRST_PARTY

true

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:6f0fdad1ce929e97838c33e34677cccb186e5a3817be193ecd28116d2d1a6bd3 - 8.14% (5.66 MB)

[#001] sha256:c61fe2056171d6399726ab2e65848033b3acf1fff9449ecd956a2bf567edc662 - 0.0% (3.44 KB)

[#002] sha256:604d992cfe468c6b0095e31dac8ebea5b353a71cae0cb1554c476e35e7323701 - 6.13% (4.25 MB)

[#003] sha256:e4bccb8e029e2bdde737a8df662408e903ea5eb5b34b80cc3247ae949708b5d6 - 0.01% (3.73 KB)

[#004] sha256:cda873abbdcd06279c503dd53c82db08cacfd9b396aa8436c59933eaa495dc4c - 85.72% (59.5 MB)

[#005] sha256:cbf4bd7304cf4fe7f4f3c5beadddf17403a1c61a5b5d13206d7f49646fa8cab7 - 0.0% (842 Bytes)


History
2023-03-01 14:17:24 -0600 (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-03-01 14:17:24 -0600 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-01 14:17:24 -0600 (buildkit.dockerfile.v0)

ARG VERSION

2023-03-01 14:17:24 -0600 (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-03-01 14:17:24 -0600 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- c9ce7a6f-ls12 Build-date:- 2023-03-01T14:15:47-06:00

2023-03-01 14:17:24 -0600 (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-03-01 14:17:24 -0600 (buildkit.dockerfile.v0)

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

2023-03-01 14:17:24 -0600 (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-03-01 14:17:26 -0600 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-03-01T14:15:47-06:00 VERSION=c9ce7a6f-ls12 MODS_VERSION=v3 /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 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-03-01 14:17:26 -0600 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-01 14:17:26 -0600 (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-03-19 01:29:56 -0500 (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-03-19 01:29:56 -0500 (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-03-19 01:29:56 -0500 (buildkit.dockerfile.v0)

ARG VERSION

2023-03-19 01:29:56 -0500 (buildkit.dockerfile.v0)

ARG JACKETT_RELEASE

2023-03-19 01:29:56 -0500 (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v0.20.3628-ls96 Build-date:- 2023-03-19T01:28:26-05:00

2023-03-19 01:29:56 -0500 (buildkit.dockerfile.v0)

LABEL maintainer=thelamer

2023-03-19 01:29:56 -0500 (buildkit.dockerfile.v0)

ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config

2023-03-19 01:29:56 -0500 (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-03-19T01:28:26-05:00 VERSION=v0.20.3628-ls96 JACKETT_RELEASE=v0.20.3628 /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 && echo "**** cleanup ****" && rm -rf /tmp/* # buildkit

2023-03-19 01:29:56 -0500 (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-03-19 01:29:56 -0500 (buildkit.dockerfile.v0)

VOLUME [/config]

2023-03-19 01:29:56 -0500 (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