2021-05-27 06:06:56 UTC
101 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:705a6d38fd2fb8b78ec7db7aee6268e36da80ecc6338ce5e93311f71f5621fa9 - 25.21% (25.5 MB)
[#001] sha256:e4d5374cbb84c4a81ee07ce62ff2f745668c285617aa087dc616ff3af78a49b9 - 1.79% (1.8 MB)
[#002] sha256:240d7b85f16ce97e68dc9bf8a1562ce79825d16a731b1451eb651dbe8feb69ca - 1.72% (1.74 MB)
[#003] sha256:4e8a2f4ea7b62ef755792c8ffe94368f89591c90a994745cef10d7a780969d00 - 0.0% (437 Bytes)
[#004] sha256:8056c05cda1cd6ccf7027fed4ddda5ef26fd51bfb9d9c725dd759dc5781c5702 - 0.0% (274 Bytes)
[#005] sha256:f667b362153a337045c0a3ee632087f4e135988375d63dab6cc67e7f0f6dc02d - 11.14% (11.2 MB)
[#006] sha256:b3d275bf246ddf54753422103f859addb1e983cbb20a0595372220d7cad7d53d - 0.0% (2.6 KB)
[#007] sha256:a6175d6da93e2e0f7dba9255bc79147f188d9158f9d231f98708e80e2869b5c5 - 60.14% (60.7 MB)
[#008] sha256:41bc671ecace59c88d54cc3947ab005e1a2f5137e2475bb3000b79c206575068 - 0.0% (462 Bytes)
/bin/sh -c #(nop) COPY dir:f4d0acd57789e262a6ab82ca1d22db66bdfe0c9ac2e45c597d45c6c5f3eef885 in /
2021-05-18 05:11:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-05-18 05:11:59 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-18 05:11:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8dc51081-ls23 Build-date:- 2021-05-18T06:10:51+01:00
2021-05-18 05:11:59 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-05-18 05:12:00 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-05-18 05:12:00 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-05-18 05:12:01 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-05-18 05:12:03 UTC|4 BUILD_DATE=2021-05-18T06:10:51+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=8dc51081-ls23 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-05-18 05:12:04 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-05-18 05:12:04 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-05-18 05:12:05 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-05-18 05:12:05 UTC/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/
2021-05-18 05:12:39 UTC|5 BUILD_DATE=2021-05-18T06:10:51+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=8dc51081-ls23 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-05-18 05:12:40 UTC/bin/sh -c #(nop) COPY dir:a22d3c20fa01317df8661e420efd660190a109fc9be6bb8085674018a2cd9f89 in /
2021-05-18 05:12:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-05-18 05:12:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-05-18 05:12:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-18T06:10:51+01:00
2021-05-18 05:12:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-05-18 05:12:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-05-18 05:12:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-05-18 05:12:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4cc6c2c941c91eeedbfccde0015a5724e22cc743
2021-05-18 05:12:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4cc6c2c941c91eeedbfccde0015a5724e22cc743
2021-05-18 05:12:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-05-18 05:12:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-05-18 05:12:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-05-18 05:12:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-05-18 05:12:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8dc51081-ls23
2021-05-27 06:06:42 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-05-27 06:06:42 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-27 06:06:42 UTC/bin/sh -c #(nop) ARG JACKETT_RELEASE
2021-05-27 06:06:42 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.18.169-ls32 Build-date:- 2021-05-27T02:05:58-04:00
2021-05-27 06:06:42 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-05-27 06:06:43 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-05-27 06:06:43 UTC/bin/sh -c #(nop) ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config
2021-05-27 06:06:55 UTC|4 BUILD_DATE=2021-05-27T02:05:58-04:00 DEBIAN_FRONTEND=noninteractive JACKETT_RELEASE=v0.18.169 VERSION=v0.18.169-ls32 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq libicu60 libssl1.0 wget && 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.LinuxAMDx64.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 ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-05-27 06:06:55 UTC/bin/sh -c #(nop) COPY dir:3d781938a6bb8783d08beb1b893f29daef6fcf2313da361d656e2a89cc67c567 in /
2021-05-27 06:06:55 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-05-27 06:06:55 UTC/bin/sh -c #(nop) EXPOSE 9117
2021-05-27 06:06:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-05-27 06:06:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-27T02:05:58-04:00
2021-05-27 06:06:55 UTC/bin/sh -c #(nop) LABEL 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.
2021-05-27 06:06:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jackett
2021-05-27 06:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-05-27 06:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=87f9de4dec5801d6d410633503947202f7c48fd9
2021-05-27 06:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=87f9de4dec5801d6d410633503947202f7c48fd9
2021-05-27 06:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jackett
2021-05-27 06:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jackett
2021-05-27 06:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jackett/packages
2021-05-27 06:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-05-27 06:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v0.18.169-ls32
2021-05-27 06:07:32 UTC
94.5 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:22998fedce37acddad472376bb8060abab1144758f20fe099c47ad05b8a31373 - 22.51% (21.3 MB)
[#001] sha256:56df679f936a27920aff5c123f28f3f8bd71f060e1fd6a2b2fbb239e06e9cd9e - 2.28% (2.15 MB)
[#002] sha256:3a9d30a716cae03d53544b04cbc52b340f41fa8f54f5db87cae14cb1998e7cb3 - 2.2% (2.08 MB)
[#003] sha256:03c245b8dc06173bb33bbead2678d9142b6f531969bb13007165df9632030763 - 0.0% (441 Bytes)
[#004] sha256:0e306d9bda08444322c9048ca54b70c6aafd0fd79c4fe861b0639f892760fdf7 - 0.0% (278 Bytes)
[#005] sha256:9fd2479a9cf619d27ab692f154a4a08cf482093258159cc22045306e7851da39 - 12.49% (11.8 MB)
[#006] sha256:aae0ffdbe75a8adc533c8ecd25c2d74d390ec8870748ae73cbe24fa8cbc705fd - 0.0% (2.61 KB)
[#007] sha256:c4d25eb3d9031c18a57e7d9e5394c8d791a0fa88e317cd096eedb6b3c63fd4ac - 60.53% (57.2 MB)
[#008] sha256:ac37cac82119302d3980c5e56571775f220a5b3527e313a5a94653c7192cb0e2 - 0.0% (462 Bytes)
/bin/sh -c #(nop) COPY dir:8de1ed05ddc6aeafcb2864cefeb9b6b4a15857ab80fc4d542910f823e91bf3d8 in /
2021-05-18 05:12:17 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-05-18 05:12:18 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-18 05:12:18 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8dc51081-ls23 Build-date:- 2021-05-18T06:10:51+01:00
2021-05-18 05:12:19 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-05-18 05:12:19 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-05-18 05:12:20 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-05-18 05:12:22 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-05-18 05:12:25 UTC|4 BUILD_DATE=2021-05-18T06:10:51+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=8dc51081-ls23 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-05-18 05:12:26 UTC/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch
2021-05-18 05:12:27 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-05-18 05:12:27 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-05-18 05:12:28 UTC/bin/sh -c #(nop) COPY file:82e2f69417bae71bb20ab92c0b7aa15f66893747cd2e2e88be2791da4cbb722f in /etc/apt/
2021-05-18 05:13:37 UTC|5 BUILD_DATE=2021-05-18T06:10:51+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=8dc51081-ls23 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-05-18 05:13:38 UTC/bin/sh -c #(nop) COPY dir:794923a0e3c6bb8452a6df58849b357b688c7604b6dcf72306affa389fa628b1 in /
2021-05-18 05:13:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-05-18 05:13:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-05-18 05:13:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-18T06:10:51+01:00
2021-05-18 05:13:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-05-18 05:13:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-05-18 05:13:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-05-18 05:13:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4cc6c2c941c91eeedbfccde0015a5724e22cc743
2021-05-18 05:13:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4cc6c2c941c91eeedbfccde0015a5724e22cc743
2021-05-18 05:13:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-05-18 05:13:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-05-18 05:13:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-05-18 05:13:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-05-18 05:13:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8dc51081-ls23
2021-05-27 06:06:48 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-05-27 06:06:48 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-27 06:06:48 UTC/bin/sh -c #(nop) ARG JACKETT_RELEASE
2021-05-27 06:06:49 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.18.169-ls32 Build-date:- 2021-05-27T02:05:58-04:00
2021-05-27 06:06:49 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-05-27 06:06:49 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-05-27 06:06:50 UTC/bin/sh -c #(nop) ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config
2021-05-27 06:07:27 UTC|4 BUILD_DATE=2021-05-27T02:05:58-04:00 DEBIAN_FRONTEND=noninteractive JACKETT_RELEASE=v0.18.169 VERSION=v0.18.169-ls32 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq libicu60 libssl1.0 wget && 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.LinuxARM32.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 ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-05-27 06:07:28 UTC/bin/sh -c #(nop) COPY dir:436f85bacf57d7982385f49410bc09167aee75199fea7bb2e85a24ac8a85ddd0 in /
2021-05-27 06:07:28 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-05-27 06:07:28 UTC/bin/sh -c #(nop) EXPOSE 9117
2021-05-27 06:07:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-05-27 06:07:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-27T02:05:58-04:00
2021-05-27 06:07:29 UTC/bin/sh -c #(nop) LABEL 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.
2021-05-27 06:07:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jackett
2021-05-27 06:07:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-05-27 06:07:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=87f9de4dec5801d6d410633503947202f7c48fd9
2021-05-27 06:07:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=87f9de4dec5801d6d410633503947202f7c48fd9
2021-05-27 06:07:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jackett
2021-05-27 06:07:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jackett
2021-05-27 06:07:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jackett/packages
2021-05-27 06:07:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-05-27 06:07:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v0.18.169-ls32
2021-05-27 06:07:58 UTC
96.6 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
XDG_CONFIG_HOME/config
XDG_DATA_HOME/config
[#000] sha256:d576d43a24f25e6ada4bd92ac592f0eeb6b4c35311668e3126e8b45e3cfa420a - 23.4% (22.6 MB)
[#001] sha256:6ea65a5b75bf01bd05351f216e3f2f14f4c42633080f9601e09c71b37d8cd35e - 2.22% (2.15 MB)
[#002] sha256:5b383599f2d98804521128baf105c0b70bf024e38c8c237bfca00c7f3a253d1c - 2.18% (2.1 MB)
[#003] sha256:832fccb8c4ea493475aa8840ea04b890080b06d5613d95a1ceb9853522ac6438 - 0.0% (440 Bytes)
[#004] sha256:093dd7da3cd19ead71ffac16db8775fcd1dded2079b82d9dbc89f8504745ea2f - 0.0% (280 Bytes)
[#005] sha256:c6ce93cc69ddb9b9603bf94b20ca2b899aba97348ddb6c350d644cf0f2c0527e - 12.77% (12.3 MB)
[#006] sha256:7b0cad5c85c4386db05401e3137a0bada47aebbd4ac7d7d9755217c6acbfc01e - 0.0% (2.64 KB)
[#007] sha256:f457ebc36cbc5841720e3617b2624affca61cff2b7516c68582eaf6f8b98c1cf - 59.44% (57.4 MB)
[#008] sha256:1b1b71513e4e3e897717d9b6a15082925c5a3f8cede9a4d59d31f76ad8a42604 - 0.0% (470 Bytes)
/bin/sh -c #(nop) COPY dir:e0e8fafb79ccc785c6da4e83e3c30283dcacb4b94b5c91e5bc34a5ebceecb82c in /
2021-05-18 05:12:46 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-05-18 05:12:46 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-18 05:12:47 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8dc51081-ls23 Build-date:- 2021-05-18T06:10:51+01:00
2021-05-18 05:12:47 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-05-18 05:12:48 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-05-18 05:12:49 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-05-18 05:12:51 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-05-18 05:12:55 UTC|4 BUILD_DATE=2021-05-18T06:10:51+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=8dc51081-ls23 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-05-18 05:12:56 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-05-18 05:12:56 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-05-18 05:12:57 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-05-18 05:12:58 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2021-05-18 05:14:18 UTC|5 BUILD_DATE=2021-05-18T06:10:51+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=8dc51081-ls23 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl patch tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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 ****" && apt-get remove -y patch && apt-get autoremove && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-05-18 05:14:21 UTC/bin/sh -c #(nop) COPY dir:a22d3c20fa01317df8661e420efd660190a109fc9be6bb8085674018a2cd9f89 in /
2021-05-18 05:14:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-05-18 05:14:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-05-18 05:14:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-18T06:10:51+01:00
2021-05-18 05:14:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-05-18 05:14:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-05-18 05:14:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-05-18 05:14:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4cc6c2c941c91eeedbfccde0015a5724e22cc743
2021-05-18 05:14:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4cc6c2c941c91eeedbfccde0015a5724e22cc743
2021-05-18 05:14:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-05-18 05:14:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-05-18 05:14:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-05-18 05:14:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-05-18 05:14:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8dc51081-ls23
2021-05-27 06:06:51 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-05-27 06:06:52 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-27 06:06:52 UTC/bin/sh -c #(nop) ARG JACKETT_RELEASE
2021-05-27 06:06:53 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.18.169-ls32 Build-date:- 2021-05-27T02:05:58-04:00
2021-05-27 06:06:53 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-05-27 06:06:54 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-05-27 06:06:55 UTC/bin/sh -c #(nop) ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config
2021-05-27 06:07:44 UTC|4 BUILD_DATE=2021-05-27T02:05:58-04:00 DEBIAN_FRONTEND=noninteractive JACKETT_RELEASE=v0.18.169 VERSION=v0.18.169-ls32 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq libicu60 libssl1.0 wget && 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.LinuxARM64.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 ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-05-27 06:07:49 UTC/bin/sh -c #(nop) COPY dir:3d781938a6bb8783d08beb1b893f29daef6fcf2313da361d656e2a89cc67c567 in /
2021-05-27 06:07:50 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-05-27 06:07:50 UTC/bin/sh -c #(nop) EXPOSE 9117
2021-05-27 06:07:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-05-27 06:07:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-27T02:05:58-04:00
2021-05-27 06:07:52 UTC/bin/sh -c #(nop) LABEL 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.
2021-05-27 06:07:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jackett
2021-05-27 06:07:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-05-27 06:07:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=87f9de4dec5801d6d410633503947202f7c48fd9
2021-05-27 06:07:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=87f9de4dec5801d6d410633503947202f7c48fd9
2021-05-27 06:07:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jackett
2021-05-27 06:07:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jackett
2021-05-27 06:07:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jackett/packages
2021-05-27 06:07:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-05-27 06:07:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v0.18.169-ls32
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.