2021-09-24 06:31:41 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:0dc34d3793700576233c0371aaf704b39ecab263248e9e844730bc49214a917e - 22.51% (21.3 MB)
[#001] sha256:d776cc9fa0d410728e4748131e61801124847a92703d023c3a128b0eb627515a - 2.28% (2.15 MB)
[#002] sha256:d11814ccc9e2cced51395fd9755cd7548c0ef4ecf9a9f753467d4237a7bd31f7 - 2.2% (2.08 MB)
[#003] sha256:c985a162542115abe0cc5c2825123f4ebbaeb03652b1f7addf5aa95042390a45 - 0.0% (412 Bytes)
[#004] sha256:3b6791a1340c9f014658fc5b7ae5699e96378ab70ba8061bc2db17b513c93eae - 0.0% (280 Bytes)
[#005] sha256:e887a0e1d0b20361fa7526b697db5c368720bf188cfaf7660b4fa6b2f86420b9 - 12.48% (11.8 MB)
[#006] sha256:90b6576e59cb5fb24bee976cb31709bb7f1b7db6a59fdc679d6f5cb417710e57 - 0.0% (2.68 KB)
[#007] sha256:feefa7390956e8b3541f7765896151d29a2d832f6f7419c20677f5e95481317c - 60.52% (57.2 MB)
[#008] sha256:deb44fd7aeb8b2e626288b8aa94943a1db8b3bf50916b89a35202714373b8f27 - 0.0% (434 Bytes)
/bin/sh -c #(nop) COPY dir:cfd13f72cab5e3af4c8b6e3a8edf9f3870988759356045f901a53a2d7ce44c2c in /
2021-09-21 04:58:16 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-09-21 04:58:17 UTC/bin/sh -c #(nop) ARG VERSION
2021-09-21 04:58:18 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9cf5f45c-ls34 Build-date:- 2021-09-21T06:56:04+02:00
2021-09-21 04:58:19 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-09-21 04:58:20 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-09-21 04:58:21 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-09-21 04:58:23 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-09-21 04:58:24 UTC|4 BUILD_DATE=2021-09-21T06:56:04+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=9cf5f45c-ls34 /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-09-21 04:58:26 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-09-21 04:58:26 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-09-21 04:58:27 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-09-21 04:58:29 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2021-09-21 04:58:58 UTC|5 BUILD_DATE=2021-09-21T06:56:04+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=9cf5f45c-ls34 /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-09-21 04:58:59 UTC/bin/sh -c #(nop) COPY dir:cb9ba3aa440724b5b453f72778115b13456a7e4d550aac2ffd098255484c4bc1 in /
2021-09-21 04:58:59 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-09-21 04:59:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-09-21 04:59:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-21T06:56:04+02:00
2021-09-21 04:59:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-09-21 04:59:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-09-21 04:59:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-09-21 04:59:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=a4fcab997b655d3491893295a7717795f4ce571a
2021-09-21 04:59:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a4fcab997b655d3491893295a7717795f4ce571a
2021-09-21 04:59:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-09-21 04:59:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-09-21 04:59:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-09-21 04:59:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-09-21 04:59:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=9cf5f45c-ls34
2021-09-24 06:31:02 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-09-24 06:31:03 UTC/bin/sh -c #(nop) ARG VERSION
2021-09-24 06:31:04 UTC/bin/sh -c #(nop) ARG JACKETT_RELEASE
2021-09-24 06:31:05 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.18.795-ls45 Build-date:- 2021-09-24T08:29:54+02:00
2021-09-24 06:31:06 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-09-24 06:31:07 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-09-24 06:31:08 UTC/bin/sh -c #(nop) ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config
2021-09-24 06:31:27 UTC|4 BUILD_DATE=2021-09-24T08:29:54+02:00 DEBIAN_FRONTEND=noninteractive JACKETT_RELEASE=v0.18.795 VERSION=v0.18.795-ls45 /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-09-24 06:31:28 UTC/bin/sh -c #(nop) COPY dir:3d781938a6bb8783d08beb1b893f29daef6fcf2313da361d656e2a89cc67c567 in /
2021-09-24 06:31:28 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-09-24 06:31:29 UTC/bin/sh -c #(nop) EXPOSE 9117
2021-09-24 06:31:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-09-24 06:31:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-24T08:29:54+02:00
2021-09-24 06:31:32 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-09-24 06:31:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jackett
2021-09-24 06:31:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-09-24 06:31:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=a3420f6e342e749beb807cfae7f3cbc8aff64e48
2021-09-24 06:31:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a3420f6e342e749beb807cfae7f3cbc8aff64e48
2021-09-24 06:31:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jackett
2021-09-24 06:31:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jackett
2021-09-24 06:31:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jackett/packages
2021-09-24 06:31:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-09-24 06:31:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v0.18.795-ls45
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.