Namespace
linuxserver
Image / Tag
jackett:17
Content Digest
sha256:f0961514a3f371ffe399082265b647440a616c4ed49fd4cf5cc3a202bcc3a9b6
Details
Created

2016-09-26 19:21:24 UTC

Size

65.2 MB

Content Digest
Environment
HOME

/root

PATH

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

PS1

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

TERM

xterm

XDG_CONFIG_HOME

/config

XDG_DATA_HOME

/config


Layers

[#000] sha256:49db92e5334273104277ad2fef84df1bc56bc6481bfd10b4814db87abd48b6c0 - 3.38% (2.21 MB)

[#001] sha256:bf633bc3437a6c55fff991e13cd074d192108204557ceaf7bf8667fb6dadc52e - 4.66% (3.04 MB)

[#002] sha256:e048ea3b8c6c9144af968b7e485e28557ab89ab08f9b153a39c1e3eb71181d9d - 0.0% (1.23 KB)

[#003] sha256:2bc8c186e55aa7fd395b4d1555ada1c6cf2d76a56e7cd572b6f7740b227aa769 - 0.0% (480 Bytes)

[#004] sha256:56bab66af97cd49909ec6386efa1b9d407a42c11851a91a7f2de4b66377728d1 - 91.95% (60 MB)

[#005] sha256:884b199dea240b2a2c6cb95e011415d8b21864911e9bef60e648be57e7be463a - 0.0% (326 Bytes)


History
2016-09-22 23:30:52 UTC

/bin/sh -c #(nop) ADD file:558afa29e4bcd4beb478ad5e6a7049a12296736d827269f0ecef4c8311427bcd in /

2016-09-26 19:17:47 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2016-09-26 19:17:47 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.18.1.5

2016-09-26 19:17:47 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2016-09-26 19:17:48 UTC

/bin/sh -c #(nop) ARG OVERLAY_URL=https://github.com/just-containers/s6-overlay/releases/download

2016-09-26 19:17:48 UTC

/bin/sh -c #(nop) ARG OVERLAY_WWW=https://github.com/just-containers/s6-overlay/releases/download/v1.18.1.5/s6-overlay-amd64.tar.gz

2016-09-26 19:17:48 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm

2016-09-26 19:18:00 UTC

|4 OVERLAY_ARCH=amd64 OVERLAY_URL=https://github.com/just-containers/s6-overlay/releases/download OVERLAY_VERSION=v1.18.1.5 OVERLAY_WWW=https://github.com/just-containers/s6-overlay/releases/download/v1.18.1.5/s6-overlay-amd64.tar.gz /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash tzdata && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/community shadow && curl -o /tmp/s6-overlay.tar.gz -L "${OVERLAY_WWW}" && tar xvfz /tmp/s6-overlay.tar.gz -C / && apk del --purge build-dependencies && rm -rf /var/cache/apk/* /tmp/*

2016-09-26 19:18:01 UTC

|4 OVERLAY_ARCH=amd64 OVERLAY_URL=https://github.com/just-containers/s6-overlay/releases/download OVERLAY_VERSION=v1.18.1.5 OVERLAY_WWW=https://github.com/just-containers/s6-overlay/releases/download/v1.18.1.5/s6-overlay-amd64.tar.gz /bin/sh -c groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /config /app /defaults

2016-09-26 19:18:01 UTC

/bin/sh -c #(nop) COPY dir:dc9905c98f11512bb2ad264f70d281205dfb99e7f33ffd71e3427dfc7d29a20b in /

2016-09-26 19:18:02 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2016-09-26 19:20:52 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2016-09-26 19:20:53 UTC

/bin/sh -c #(nop) ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config

2016-09-26 19:21:19 UTC

/bin/sh -c apk add --no-cache curl libcurl tar wget && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/testing mono && mkdir -p /app/Jackett && jack_tag=$(curl -sX GET "https://api.github.com/repos/Jackett/Jackett/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && curl -o /tmp/jacket.tar.gz -L https://github.com/Jackett/Jackett/releases/download/$jack_tag/Jackett.Binaries.Mono.tar.gz && tar xf /tmp/jacket.tar.gz -C /app/Jackett --strip-components=1 && rm -rf /tmp/*

2016-09-26 19:21:21 UTC

/bin/sh -c #(nop) COPY dir:5cf11d406ef7580130a3fdc8f3bee8f558a8e36f1f82d45b4fecc04c868e3241 in /

2016-09-26 19:21:23 UTC

/bin/sh -c #(nop) VOLUME [/config /downloads]

2016-09-26 19:21:24 UTC

/bin/sh -c #(nop) EXPOSE 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