Namespace
linuxserver
Image / Tag
jackett:amd64-development-v0.21.1298-ls863
Content Digest
sha256:d64245f3313daff8b946d42b655b57d6edf24e11cd92d8097d3d2715b6b3afe0
Details
Created

2023-12-03 06:41:06 UTC

Size

70.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- v0.21.1298-ls863 Build-date:- 2023-12-03T06:39:51+00:00
  • maintainer
    thelamer
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2023-12-03T06:39:51+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
    ac83811776128f3e667605d9e1569d8bd1e1d6fb
  • org.opencontainers.image.revision
    ac83811776128f3e667605d9e1569d8bd1e1d6fb
  • 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.21.1298-ls863

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:c0fc586c2f6e1a9f8be6715c0b7a6766adaf23faf4630d87e0ae70cbf7d10ab7 - 7.66% (5.37 MB)

[#001] sha256:07a0e16f7be1dc9cffc471db509ea32eeac380977c2cf3808d4561ea7ebbc116 - 0.01% (4.22 KB)

[#002] sha256:6b85830a6b992863944b618b716a393a76a075bf0d1beee9162932a086e5572c - 0.0% (966 Bytes)

[#003] sha256:3088b9d135b14d9981e23c7af8ffdaf0610b9021a60cc77bce792aa9b6321c28 - 7.05% (4.94 MB)

[#004] sha256:8dfc225d7840536b37bf111425f53b3ac1657cfc681bfb4fb6c3cd5d3e4915eb - 0.01% (3.91 KB)

[#005] sha256:33889ffaf19e7a75869ab11fdb58854f2bbd83b0a5c1efacb1fc8c4814b94725 - 85.27% (59.8 MB)

[#006] sha256:80e423034a9686707b890dbd7b81d7f7dbdae339d46c3fa2c3aae6d26ccf70b4 - 0.0% (841 Bytes)


History
2023-12-02 13:30:46 UTC (buildkit.dockerfile.v0)

COPY /root-out/ / # buildkit

2023-12-02 13:30:46 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-12-02 13:30:46 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-12-02 13:30:46 UTC (buildkit.dockerfile.v0)

ARG MODS_VERSION=v3

2023-12-02 13:30:46 UTC (buildkit.dockerfile.v0)

ARG PKG_INST_VERSION=v1

2023-12-02 13:30:46 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- b2c98c1c-ls30 Build-date:- 2023-12-02T13:28:51+00:00

2023-12-02 13:30:46 UTC (buildkit.dockerfile.v0)

LABEL maintainer=TheLamer

2023-12-02 13:30:46 UTC (buildkit.dockerfile.v0)

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

2023-12-02 13:30:46 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-12-02 13:30: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 VIRTUAL_ENV=/lsiopy PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2023-12-02 13:30:47 UTC (buildkit.dockerfile.v0)

RUN |4 BUILD_DATE=2023-12-02T13:28:51+00:00 VERSION=b2c98c1c-ls30 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-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

2023-12-02 13:30:47 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-12-02 13:30:47 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/init"]

2023-12-03 06:41:06 UTC (buildkit.dockerfile.v0)

ENV LSIO_FIRST_PARTY=true

2023-12-03 06:41:06 UTC (buildkit.dockerfile.v0)

ARG BUILD_DATE

2023-12-03 06:41:06 UTC (buildkit.dockerfile.v0)

ARG VERSION

2023-12-03 06:41:06 UTC (buildkit.dockerfile.v0)

ARG JACKETT_RELEASE

2023-12-03 06:41:06 UTC (buildkit.dockerfile.v0)

LABEL build_version=Linuxserver.io version:- v0.21.1298-ls863 Build-date:- 2023-12-03T06:39:51+00:00

2023-12-03 06:41:06 UTC (buildkit.dockerfile.v0)

LABEL maintainer=thelamer

2023-12-03 06:41:06 UTC (buildkit.dockerfile.v0)

ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config

2023-12-03 06:41:06 UTC (buildkit.dockerfile.v0)

RUN |3 BUILD_DATE=2023-12-03T06:39:51+00:00 VERSION=v0.21.1298-ls863 JACKETT_RELEASE=v0.21.1298 /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" | 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-12-03 06:41:06 UTC (buildkit.dockerfile.v0)

COPY root/ / # buildkit

2023-12-03 06:41:06 UTC (buildkit.dockerfile.v0)

VOLUME [/config]

2023-12-03 06:41:06 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