2021-01-14 13:48:33 UTC
185 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SONARR_BRANCHmaster
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:408a7e495a890ce902bea42e3f4962e5c80732ddf8f59b3200bc5072a6ce277d - 12.22% (22.6 MB)
[#001] sha256:da92535084b059ef84680e5addb736196b6616f7e52fb7f4c0bb89eb02073e9a - 1.18% (2.18 MB)
[#002] sha256:9395cea76b86a5f3dfd25607699230a886f2550262b6a8c3cdb204ff72250986 - 1.15% (2.12 MB)
[#003] sha256:a59c2aa802676dc2cbdf763e2d4da64976d2f771fba32840d70c5f200d37c779 - 0.0% (278 Bytes)
[#004] sha256:32eb92a6560cc2bbd075301c43948175bcfd271721ffeef23e195e2f372667cd - 6.66% (12.3 MB)
[#005] sha256:32871212d94f95bdad6ccce24fe824ec5666b8641fe6434c7b2aa9236ac23170 - 0.0% (4.4 KB)
[#006] sha256:ccc4ab9d29f8e418faebad8952aea151c2e7472ee31a18cfa377189639949082 - 63.57% (118 MB)
[#007] sha256:23172a0dc1cc97ee6539029bddac1f95f746cc8d563d5eb4a7b16643e9910444 - 15.22% (28.2 MB)
[#008] sha256:bcae99c782314a9024d274b3fa9498a09c8f11bc7bac679d01696c04a94008d5 - 0.0% (481 Bytes)
/bin/sh -c #(nop) COPY dir:0e87778706b51948baab22075ac662fad758eeea3a3bd3692431e75ee8cfe65c in /
2021-01-07 16:06:54 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-01-07 16:06:55 UTC/bin/sh -c #(nop) ARG VERSION
2021-01-07 16:06:56 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 66d99ce6-ls7 Build-date:- 2021-01-07T11:04:39-05:00
2021-01-07 16:06:58 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-01-07 16:06:59 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2021-01-07 16:07:00 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-01-07 16:07:04 UTC/bin/sh -c #(nop) ADD 4f58740c4ce0b21f8d45d774ff3cd81a980d7cabc9f47ef8e46a619ccc3f7559 in /tmp/
2021-01-07 16:07:11 UTC|4 BUILD_DATE=2021-01-07T11:04:39-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=66d99ce6-ls7 /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-01-07 16:07:13 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-01-07 16:07:14 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-01-07 16:07:15 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2021-01-07 16:08:36 UTC|5 BUILD_DATE=2021-01-07T11:04:39-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=66d99ce6-ls7 /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 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 && 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 clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-01-07 16:08:43 UTC/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /
2021-01-07 16:08:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-01-11 11:10:32 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-01-11 11:13:02 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests gnupg apt-transport-https && echo "**** add mono repository ****" && apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && echo "deb http://download.mono-project.com/repo/ubuntu bionic/snapshots/5.14 main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** add mediaarea repository ****" && curl -L "https://mediaarea.net/repo/deb/repo-mediaarea_1.0-12_all.deb" -o /tmp/key.deb && dpkg -i /tmp/key.deb && echo "deb https://mediaarea.net/repo/deb/ubuntu bionic main" | tee /etc/apt/sources.list.d/mediaarea.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests bzip2 ca-certificates-mono libcurl4-openssl-dev mediainfo mono-devel mono-vbnc python sqlite3 unzip && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-01-14 13:47:29 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-01-14 13:47:30 UTC/bin/sh -c #(nop) ARG VERSION
2021-01-14 13:47:32 UTC/bin/sh -c #(nop) ARG SONARR_VERSION
2021-01-14 13:47:33 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.0.0.5344-ls7 Build-date:- 2021-01-14T13:44:24+00:00
2021-01-14 13:47:35 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2021-01-14 13:47:36 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-01-14 13:47:38 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-01-14 13:47:39 UTC/bin/sh -c #(nop) ENV SONARR_BRANCH=master
2021-01-14 13:48:18 UTC|4 BUILD_DATE=2021-01-14T13:44:24+00:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=2.0.0.5344 VERSION=2.0.0.5344-ls7 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq && echo "**** install sonarr ****" && mkdir -p /app/sonarr/bin && if [ -z ${SONARR_VERSION+x} ]; then SONARR_VERSION=$(curl -sX GET https://services.sonarr.tv/v1/download/${SONARR_BRANCH} | jq -r '.version'); fi && curl -o /tmp/sonarr.tar.gz -L "https://download.sonarr.tv/v2/${SONARR_BRANCH}/mono/NzbDrone.${SONARR_BRANCH}.${SONARR_VERSION}.mono.tar.gz" && tar xf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/tmp/*
2021-01-14 13:48:29 UTC/bin/sh -c #(nop) COPY dir:551adec9ae5fddeefca3b2e0e00275493e8f1e75b9aeda026260ac8b2da8a8b8 in /
2021-01-14 13:48:31 UTC/bin/sh -c #(nop) EXPOSE 8989
2021-01-14 13:48:33 UTC/bin/sh -c #(nop) VOLUME [/config]
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.