2022-05-10 06:38:24 UTC
92.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:cd912d980caa469e5f2b476f750d5cb8b426cdb3178b7a03361286fe43e842e7 - 22.98% (21.3 MB)
[#001] sha256:a127f32a1d41c96b736265dc0d7478f174a1d13e9b5c5a063cf19a41842f0481 - 2.32% (2.15 MB)
[#002] sha256:d2a9c8f1c785911de20433a549255e433865b93e6ee4e8d499cdabf2fbb0202c - 2.25% (2.08 MB)
[#003] sha256:c294c28527e0145b070f86d6f8ee5be1c9e5dc40d41931c21c49ac641e5b3a75 - 0.0% (409 Bytes)
[#004] sha256:a201014105bfc0c519a9ea7a2226ef17bee3cefa45c82764a54763737e3a63eb - 0.0% (275 Bytes)
[#005] sha256:ea23bcc75c72f4bfa2bbd88a5cade4552c78fa73e29ed150e2b6c5a93cc9f7d2 - 12.74% (11.8 MB)
[#006] sha256:2867b32c6fb85071bdd564a7164d196b758309c4d8431edf7f96334ad0ac8fc4 - 0.0% (3.39 KB)
[#007] sha256:1a2f2b2f614948dbe8e9306f27d98b90f2db1b306614413b93b65f46d54ee435 - 59.71% (55.3 MB)
[#008] sha256:d55b3ff0afbfe0e14b9b0df2b8e5979c4001d8836eb8a19f660229a9d6c325a5 - 0.0% (433 Bytes)
/bin/sh -c #(nop) COPY dir:b8d8a9ed4d84941bb871059b2fbcd372783d9322cfef81ad0920ee9c6ce6edeb in /
2022-05-10 04:58:33 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-05-10 04:58:34 UTC/bin/sh -c #(nop) ARG VERSION
2022-05-10 04:58:35 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 009a2a75-ls51 Build-date:- 2022-05-10T06:57:15+02:00
2022-05-10 04:58:36 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-05-10 04:58:37 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2022-05-10 04:58:38 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2022-05-10 04:58:40 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2022-05-10 04:58:41 UTC|4 BUILD_DATE=2022-05-10T06:57:15+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=009a2a75-ls51 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2022-05-10 04:58:43 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2022-05-10 04:58:43 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-05-10 04:58:44 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2022-05-10 04:58:46 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2022-05-10 04:59:07 UTC|5 BUILD_DATE=2022-05-10T06:57:15+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=009a2a75-ls51 /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/*
2022-05-10 04:59:08 UTC/bin/sh -c #(nop) COPY dir:309baddd3dbee4cc131fbcd91dc7a5f24b38fdb604c00c13847758a33f229bc8 in /
2022-05-10 04:59:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-05-10 04:59:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-05-10 04:59:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-10T06:57:15+02:00
2022-05-10 04:59:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2022-05-10 04:59:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2022-05-10 04:59:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-05-10 04:59:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=0ce5f9932fddcbfbc8f7cd377a89d2feb22300d2
2022-05-10 04:59:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0ce5f9932fddcbfbc8f7cd377a89d2feb22300d2
2022-05-10 04:59:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2022-05-10 04:59:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2022-05-10 04:59:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2022-05-10 04:59:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-05-10 04:59:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=009a2a75-ls51
2022-05-10 06:37:47 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-05-10 06:37:47 UTC/bin/sh -c #(nop) ARG VERSION
2022-05-10 06:37:48 UTC/bin/sh -c #(nop) ARG JACKETT_RELEASE
2022-05-10 06:37:49 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v0.20.1043-ls65 Build-date:- 2022-05-10T08:36:41+02:00
2022-05-10 06:37:50 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2022-05-10 06:37:51 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2022-05-10 06:37:52 UTC/bin/sh -c #(nop) ENV XDG_DATA_HOME=/config XDG_CONFIG_HOME=/config
2022-05-10 06:38:10 UTC|4 BUILD_DATE=2022-05-10T08:36:41+02:00 DEBIAN_FRONTEND=noninteractive JACKETT_RELEASE=v0.20.1043 VERSION=v0.20.1043-ls65 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq libicu60 && 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/* /var/log/*
2022-05-10 06:38:11 UTC/bin/sh -c #(nop) COPY dir:3d781938a6bb8783d08beb1b893f29daef6fcf2313da361d656e2a89cc67c567 in /
2022-05-10 06:38:11 UTC/bin/sh -c #(nop) VOLUME [/config]
2022-05-10 06:38:12 UTC/bin/sh -c #(nop) EXPOSE 9117
2022-05-10 06:38:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-05-10 06:38:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-05-10T08:36:41+02:00
2022-05-10 06:38:15 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.
2022-05-10 06:38:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-jackett
2022-05-10 06:38:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-05-10 06:38:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=7d012ce35f8ec77a0e80b20ffee8079ab332f70c
2022-05-10 06:38:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7d012ce35f8ec77a0e80b20ffee8079ab332f70c
2022-05-10 06:38:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-jackett
2022-05-10 06:38:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Jackett
2022-05-10 06:38:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-jackett/packages
2022-05-10 06:38:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-05-10 06:38:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=v0.20.1043-ls65
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.