2021-10-24 20:59:52 UTC
117 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
[#000] sha256:5030461f590d5b80ce4c94a91310c9870479f194ec5e8b8ca18d00b148b712c1 - 23.34% (27.2 MB)
[#001] sha256:ea5dd2c0a48f7b52f32b3be9e2bc90b4164b0aa8095ca43b175c8a446399d798 - 1.55% (1.8 MB)
[#002] sha256:ffa50fab4fa2b63ea609ba469ba0c6373f6cbefce7462462d360f31d3b69d625 - 1.48% (1.73 MB)
[#003] sha256:97bd12b2a187b3a4733dddfcbed888a1b76828dee46bde07ab929faac8ef97af - 0.0% (438 Bytes)
[#004] sha256:b431712a9816fe1d4d5896938599bafe41ac929fe902954d6d6150c617869e6c - 0.0% (273 Bytes)
[#005] sha256:960e817f25b67b069f82d1bb9dc8bf8fda4de852fa8cddcbc9e1fad8468f1c18 - 14.08% (16.4 MB)
[#006] sha256:f9fbd506893d913768e8dccbcfef6e90078f00e0610739eadafd0b353b635d7a - 0.0% (2.85 KB)
[#007] sha256:e2a622967dbe0ee689e3fa77068b501e56a3244a8c2068ba775268581168e35e - 59.55% (69.5 MB)
[#008] sha256:5902ec21a5feb04bf9f03fe71a3519ea1922d7e76da0ed9a4eb00bf74fa6c3cd - 0.0% (420 Bytes)
/bin/sh -c #(nop) COPY dir:07a0611d8ae9af5a85a443fad636548d55877c0e340c8a6d6172b5eac038c441 in /
2021-10-21 20:05:22 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-21 20:05:22 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-21 20:05:22 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1796ee78-ls55 Build-date:- 2021-10-21T22:04:24+02:00
2021-10-21 20:05:22 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-10-21 20:05:22 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-10-21 20:05:22 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-10-21 20:05:23 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-10-21 20:05:24 UTC|4 BUILD_DATE=2021-10-21T22:04:24+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=1796ee78-ls55 /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-10-21 20:05:24 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-10-21 20:05:24 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-21 20:05:24 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-10-21 20:05:24 UTC/bin/sh -c #(nop) COPY file:c710591f183e7267053fbdafe19c237ce17046dcd18de0bcc183523952c1487d in /etc/apt/
2021-10-21 20:05:52 UTC|5 BUILD_DATE=2021-10-21T22:04:24+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=1796ee78-ls55 /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 gnupg 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-10-21 20:05:53 UTC/bin/sh -c #(nop) COPY dir:7355b8c910bc1da3a4863862beceb24aeefe8e55aa17d861a7948c3d720db7e1 in /
2021-10-21 20:05:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-10-21 20:05:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-21 20:05:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-21T22:04:24+02:00
2021-10-21 20:05:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-10-21 20:05:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-10-21 20:05:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-21 20:05:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4b458b425529f75093ec2b245367e1ffcbf905aa
2021-10-21 20:05:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4b458b425529f75093ec2b245367e1ffcbf905aa
2021-10-21 20:05:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-10-21 20:05:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-10-21 20:05:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-10-21 20:05:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-21 20:05:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1796ee78-ls55
2021-10-24 20:59:17 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-24 20:59:17 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-24 20:59:17 UTC/bin/sh -c #(nop) ARG RADARR_RELEASE
2021-10-24 20:59:17 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.0.0.5368-ls133 Build-date:- 2021-10-24T22:58:15+02:00
2021-10-24 20:59:18 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-10-24 20:59:18 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-24 20:59:18 UTC/bin/sh -c #(nop) ARG RADARR_BRANCH=nightly
2021-10-24 20:59:18 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-10-24 20:59:50 UTC|5 BUILD_DATE=2021-10-24T22:58:15+02:00 DEBIAN_FRONTEND=noninteractive RADARR_BRANCH=nightly RADARR_RELEASE=4.0.0.5368 VERSION=4.0.0.5368-ls133 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install --no-install-recommends -y jq libicu66 libmediainfo0v5 sqlite3 && echo "**** install radarr ****" && mkdir -p /app/radarr/bin && if [ -z ${RADARR_RELEASE+x} ]; then RADARR_RELEASE=$(curl -sL "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/changes?runtime=netcore&os=linux" | jq -r '.[0].version'); fi && curl -o /tmp/radarr.tar.gz -L "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/updatefile?version=${RADARR_RELEASE}&os=linux&runtime=netcore&arch=x64" && tar ixzf /tmp/radarr.tar.gz -C /app/radarr/bin --strip-components=1 && echo "UpdateMethod=docker\nBranch=${RADARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=linuxserver.io" > /app/radarr/package_info && echo "**** cleanup ****" && rm -rf /app/radarr/bin/Radarr.Update /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-10-24 20:59:50 UTC/bin/sh -c #(nop) COPY dir:8a27aeb5432f72dfd5f0ce192f4fd747a9f04dfe847acc72edc4ddd3380becb6 in /
2021-10-24 20:59:50 UTC/bin/sh -c #(nop) EXPOSE 7878
2021-10-24 20:59:51 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-24 20:59:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-24 20:59:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24T22:58:15+02:00
2021-10-24 20:59:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.
2021-10-24 20:59:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-radarr
2021-10-24 20:59:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-24 20:59:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1eb9d12ae5e8aa7b440121adde995e5589d50621
2021-10-24 20:59:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1eb9d12ae5e8aa7b440121adde995e5589d50621
2021-10-24 20:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-radarr
2021-10-24 20:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Radarr
2021-10-24 20:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-radarr/packages
2021-10-24 20:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-24 20:59:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.0.0.5368-ls133
2021-10-24 21:00:10 UTC
110 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
[#000] sha256:abf453b69f62fd7cef0b265332333a69b59a671f53da5457851453a7178464b5 - 20.89% (23 MB)
[#001] sha256:999b2b02316c95bcb51d7fa70af3c070a03691e6911c7bf8c4e21630a68b6912 - 1.96% (2.15 MB)
[#002] sha256:8d45dad996913eb5b0b11097e0e356c124bb0f3a6ad3873faee9c03a47068e85 - 1.89% (2.07 MB)
[#003] sha256:c93f85c3f8be6c708eb07df8ca675255017f0e570da1e39bca5ec72c53b848f3 - 0.0% (410 Bytes)
[#004] sha256:564806841a545d46540b90b087d591015e87f723899d6d646e3e5c1bfdd5bceb - 0.0% (278 Bytes)
[#005] sha256:74c9911fc2a87383eb8b58e41636aa51fae63575930a0a98f356df2ebf39aaa5 - 14.95% (16.4 MB)
[#006] sha256:2ab215722f418be577fdd1807feca379f793468b832d923cd69e215c0609816b - 0.0% (2.85 KB)
[#007] sha256:ffa59818bca107c5f357b12da2f14a86838015647caac13102031e5861cf67ad - 60.31% (66.3 MB)
[#008] sha256:3f4d2a328bacd34219b657de5ef66040e7c219a87c8542bec5bb45a40cb49d59 - 0.0% (425 Bytes)
/bin/sh -c #(nop) COPY dir:ab4a4204bd922bc1e42d454545e9f64fdb0bf6f8715cb4decfdf96a48afce92c in /
2021-10-21 20:05:41 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-21 20:05:42 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-21 20:05:43 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1796ee78-ls55 Build-date:- 2021-10-21T22:04:24+02:00
2021-10-21 20:05:44 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-10-21 20:05:45 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-10-21 20:05:46 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-10-21 20:05:48 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-10-21 20:05:49 UTC|4 BUILD_DATE=2021-10-21T22:04:24+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=1796ee78-ls55 /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-10-21 20:05:51 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-10-21 20:05:51 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-21 20:05:52 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-10-21 20:05:54 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-10-21 20:06:24 UTC|5 BUILD_DATE=2021-10-21T22:04:24+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=1796ee78-ls55 /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 gnupg 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-10-21 20:06:26 UTC/bin/sh -c #(nop) COPY dir:7355b8c910bc1da3a4863862beceb24aeefe8e55aa17d861a7948c3d720db7e1 in /
2021-10-21 20:06:26 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-10-21 20:06:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-21 20:06:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-21T22:04:24+02:00
2021-10-21 20:06:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-10-21 20:06:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-10-21 20:06:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-21 20:06:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4b458b425529f75093ec2b245367e1ffcbf905aa
2021-10-21 20:06:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4b458b425529f75093ec2b245367e1ffcbf905aa
2021-10-21 20:06:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-10-21 20:06:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-10-21 20:06:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-10-21 20:06:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-21 20:06:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1796ee78-ls55
2021-10-24 20:59:22 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-24 20:59:22 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-24 20:59:22 UTC/bin/sh -c #(nop) ARG RADARR_RELEASE
2021-10-24 20:59:22 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.0.0.5368-ls133 Build-date:- 2021-10-24T22:58:15+02:00
2021-10-24 20:59:23 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-10-24 20:59:23 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-24 20:59:23 UTC/bin/sh -c #(nop) ARG RADARR_BRANCH=nightly
2021-10-24 20:59:23 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-10-24 21:00:06 UTC|5 BUILD_DATE=2021-10-24T22:58:15+02:00 DEBIAN_FRONTEND=noninteractive RADARR_BRANCH=nightly RADARR_RELEASE=4.0.0.5368 VERSION=4.0.0.5368-ls133 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install --no-install-recommends -y jq libicu66 libmediainfo0v5 sqlite3 && echo "**** install radarr ****" && mkdir -p /app/radarr/bin && if [ -z ${RADARR_RELEASE+x} ]; then RADARR_RELEASE=$(curl -sL "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/changes?runtime=netcore&os=linux" | jq -r '.[0].version'); fi && curl -o /tmp/radarr.tar.gz -L "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/updatefile?version=${RADARR_RELEASE}&os=linux&runtime=netcore&arch=arm" && tar ixzf /tmp/radarr.tar.gz -C /app/radarr/bin --strip-components=1 && echo "**** cleanup ****" && echo "UpdateMethod=docker\nBranch=${RADARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=linuxserver.io" > /app/radarr/package_info && rm -rf /app/radarr/bin/Radarr.Update /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-10-24 21:00:06 UTC/bin/sh -c #(nop) COPY dir:d8aed5b346abb09623cef7471a3281730532d5f8c51ffd1a55b7ce47907e112b in /
2021-10-24 21:00:07 UTC/bin/sh -c #(nop) EXPOSE 7878
2021-10-24 21:00:07 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-24 21:00:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-24 21:00:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24T22:58:15+02:00
2021-10-24 21:00:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.
2021-10-24 21:00:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-radarr
2021-10-24 21:00:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-24 21:00:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1eb9d12ae5e8aa7b440121adde995e5589d50621
2021-10-24 21:00:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1eb9d12ae5e8aa7b440121adde995e5589d50621
2021-10-24 21:00:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-radarr
2021-10-24 21:00:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Radarr
2021-10-24 21:00:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-radarr/packages
2021-10-24 21:00:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-24 21:00:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.0.0.5368-ls133
2021-10-24 21:00:14 UTC
114 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
[#000] sha256:0442f19a6b1a7e1ade5ff682d1c40168d8396cd7c10c738f24d3c06e69847262 - 22.63% (25.9 MB)
[#001] sha256:4cdc0a5eec1f4888386a056ec9d1419511444c8df79a2f7e2aeb428f2771b059 - 1.87% (2.15 MB)
[#002] sha256:6db1f9e9e9f184e71589720dd07faa1dfbf0d51271d165c7c5c3b4f2910bd104 - 1.83% (2.09 MB)
[#003] sha256:c7b4e62e3483c4f4e38f48c19c9312a3561f57e1d61ae39d20c3df3c5cb98eb0 - 0.0% (413 Bytes)
[#004] sha256:ef92908fa87c3358078f1910f5f62ff4c665548ee771c7eef01f8ada32bedaaf - 0.0% (279 Bytes)
[#005] sha256:c50f10271a454b2e1e21225ea7e19e4adeb54ee150d0f8ff00a84d8cf3cb2b2a - 15.62% (17.9 MB)
[#006] sha256:ff0736da4343fbff89317594ab7aa211be9fcca6034e99cff864e47395ca98a4 - 0.0% (2.86 KB)
[#007] sha256:60e43ee950d6edb1769d8d4f82cacc38ca2f0229e19de628dec959ca636e91de - 58.04% (66.5 MB)
[#008] sha256:1438661540645154a31bebdebece142d2d60960457b077331522974965ff039d - 0.0% (398 Bytes)
/bin/sh -c #(nop) COPY dir:9d88a0396260062c5a0918bb9c76f090994a7fb22eaca1233e992b68c7f7b1a5 in /
2021-10-21 20:05:29 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-21 20:05:30 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-21 20:05:31 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1796ee78-ls55 Build-date:- 2021-10-21T22:04:24+02:00
2021-10-21 20:05:32 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-10-21 20:05:33 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-10-21 20:05:34 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-10-21 20:05:36 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-10-21 20:05:37 UTC|4 BUILD_DATE=2021-10-21T22:04:24+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=1796ee78-ls55 /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-10-21 20:05:38 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-10-21 20:05:38 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-21 20:05:39 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-10-21 20:05:41 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-10-21 20:06:05 UTC|5 BUILD_DATE=2021-10-21T22:04:24+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=1796ee78-ls55 /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 gnupg 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-10-21 20:06:06 UTC/bin/sh -c #(nop) COPY dir:7355b8c910bc1da3a4863862beceb24aeefe8e55aa17d861a7948c3d720db7e1 in /
2021-10-21 20:06:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-10-21 20:06:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-21 20:06:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-21T22:04:24+02:00
2021-10-21 20:06:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-10-21 20:06:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-10-21 20:06:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-21 20:06:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4b458b425529f75093ec2b245367e1ffcbf905aa
2021-10-21 20:06:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4b458b425529f75093ec2b245367e1ffcbf905aa
2021-10-21 20:06:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-10-21 20:06:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-10-21 20:06:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-10-21 20:06:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-21 20:06:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1796ee78-ls55
2021-10-24 20:59:26 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-24 20:59:27 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-24 20:59:28 UTC/bin/sh -c #(nop) ARG RADARR_RELEASE
2021-10-24 20:59:29 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.0.0.5368-ls133 Build-date:- 2021-10-24T22:58:15+02:00
2021-10-24 20:59:30 UTC/bin/sh -c #(nop) LABEL maintainer=thelamer
2021-10-24 20:59:31 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-24 20:59:32 UTC/bin/sh -c #(nop) ARG RADARR_BRANCH=nightly
2021-10-24 20:59:33 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-10-24 20:59:59 UTC|5 BUILD_DATE=2021-10-24T22:58:15+02:00 DEBIAN_FRONTEND=noninteractive RADARR_BRANCH=nightly RADARR_RELEASE=4.0.0.5368 VERSION=4.0.0.5368-ls133 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install --no-install-recommends -y jq libicu66 libmediainfo0v5 sqlite3 && echo "**** install radarr ****" && mkdir -p /app/radarr/bin && if [ -z ${RADARR_RELEASE+x} ]; then RADARR_RELEASE=$(curl -sL "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/changes?runtime=netcore&os=linux" | jq -r '.[0].version'); fi && curl -o /tmp/radarr.tar.gz -L "https://radarr.servarr.com/v1/update/${RADARR_BRANCH}/updatefile?version=${RADARR_RELEASE}&os=linux&runtime=netcore&arch=arm64" && tar ixzf /tmp/radarr.tar.gz -C /app/radarr/bin --strip-components=1 && echo "UpdateMethod=docker\nBranch=${RADARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=linuxserver.io" > /app/radarr/package_info && echo "**** cleanup ****" && rm -rf /app/radarr/bin/Radarr.Update /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-10-24 21:00:01 UTC/bin/sh -c #(nop) COPY dir:8a27aeb5432f72dfd5f0ce192f4fd747a9f04dfe847acc72edc4ddd3380becb6 in /
2021-10-24 21:00:01 UTC/bin/sh -c #(nop) EXPOSE 7878
2021-10-24 21:00:02 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-24 21:00:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-24 21:00:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24T22:58:15+02:00
2021-10-24 21:00:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies à la Couchpotato.
2021-10-24 21:00:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-radarr
2021-10-24 21:00:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-24 21:00:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1eb9d12ae5e8aa7b440121adde995e5589d50621
2021-10-24 21:00:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1eb9d12ae5e8aa7b440121adde995e5589d50621
2021-10-24 21:00:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-radarr
2021-10-24 21:00:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Radarr
2021-10-24 21:00:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-radarr/packages
2021-10-24 21:00:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-24 21:00:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=4.0.0.5368-ls133
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.