2021-09-07 13:44:04 UTC
219 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SONARR_BRANCHmain
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:a4b17154d05c932b21b7cdd6b579d6ef567aca6835cff962a2e0c1d2a9165998 - 11.61% (25.5 MB)
[#001] sha256:c7ff377c8f0e62ad71772b7ada6d810af0b228640a1c070a2b3a1011e7fb541e - 0.82% (1.8 MB)
[#002] sha256:88131ef24a5930b98f9881249bcefc25358b28ae47ad7a426557b74c06c7ee4e - 0.79% (1.74 MB)
[#003] sha256:09b672fe9651ad18a0ed1bcbaaaace735417b4b2f132dae344bd7f18ee8f0d3a - 0.0% (437 Bytes)
[#004] sha256:c7c14754c8b7d5c9bef1e79966f5baec73855efaf5ab3075eb476124b70b8ef8 - 0.0% (273 Bytes)
[#005] sha256:cbe36a4b8c60d99691e2cc283eaee5f21d3cc68b89671331aeeafa85090bc8be - 5.13% (11.3 MB)
[#006] sha256:f330b60e77823a4c8c478c891832b295db2f7941ae3cf3cc2020cf3854902722 - 0.0% (2.68 KB)
[#007] sha256:1c87c9659d4ca12d9c6d284bac68cb84ff59b52ddd8f32352cfcaca03a21a233 - 57.1% (125 MB)
[#008] sha256:01ff5ff34959e7fb9286c14f2e66c79eda40ee123db2a2956c640dab495e848e - 24.56% (53.9 MB)
[#009] sha256:84c14bbfde51da6eeee4e6542cd46f272b80491ed689d469f9df00f0fdb1e3be - 0.0% (646 Bytes)
/bin/sh -c #(nop) COPY dir:9b43153b35e39364c573786e844e822d1f6bd0f8917df4951fa96bf38a0bfa9d in /
2021-08-31 05:00:40 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-31 05:00:41 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-31 05:00:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 292be68c-ls32 Build-date:- 2021-08-31T06:59:46+02:00
2021-08-31 05:00:41 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-31 05:00:41 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-31 05:00:41 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-08-31 05:00:42 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-08-31 05:00:43 UTC|4 BUILD_DATE=2021-08-31T06:59:46+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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-08-31 05:00:43 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-31 05:00:43 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 05:00:44 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-31 05:00:44 UTC/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/
2021-08-31 05:01:11 UTC|5 BUILD_DATE=2021-08-31T06:59:46+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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-08-31 05:01:12 UTC/bin/sh -c #(nop) COPY dir:cb9ba3aa440724b5b453f72778115b13456a7e4d550aac2ffd098255484c4bc1 in /
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T06:59:46+02:00
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-31 05:01:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-31 05:01:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-31 05:01:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 05:01:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=292be68c-ls32
2021-08-31 14:57:20 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 14:59:53 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.20 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-08-31 14:59:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T16:56:31+02:00
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-08-31 14:59:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-08-31 14:59:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-08-31 14:59:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 14:59:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8bc5d6a0-ls32
2021-09-07 13:43:48 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-09-07 13:43:48 UTC/bin/sh -c #(nop) ARG VERSION
2021-09-07 13:43:48 UTC/bin/sh -c #(nop) ARG SONARR_VERSION
2021-09-07 13:43:49 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1265-ls120 Build-date:- 2021-09-07T15:43:00+02:00
2021-09-07 13:43:49 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-09-07 13:43:49 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-09-07 13:43:49 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-09-07 13:43:49 UTC/bin/sh -c #(nop) ENV SONARR_BRANCH=main
2021-09-07 13:44:01 UTC|4 BUILD_DATE=2021-09-07T15:43:00+02:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=3.0.6.1265 VERSION=3.0.6.1265-ls120 /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 http://services.sonarr.tv/v1/releases | jq -r ".[] | select(.branch==\"$SONARR_BRANCH\") | .version"); fi && curl -o /tmp/sonarr.tar.gz -L "https://download.sonarr.tv/v3/${SONARR_BRANCH}/${SONARR_VERSION}/Sonarr.${SONARR_BRANCH}.${SONARR_VERSION}.linux.tar.gz" && tar xf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo "UpdateMethod=docker\nBranch=${SONARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)" > /app/sonarr/package_info && rm -rf /app/sonarr/bin/Sonarr.Update && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/tmp/*
2021-09-07 13:44:02 UTC/bin/sh -c #(nop) COPY dir:3199bbafafd8b60f6cf05431ad216fe54746ed25e17cc0e76f03c741f83cc110 in /
2021-09-07 13:44:02 UTC/bin/sh -c #(nop) EXPOSE 8989
2021-09-07 13:44:02 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-09-07 13:44:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-09-07 13:44:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-07T15:43:00+02:00
2021-09-07 13:44:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
2021-09-07 13:44:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-sonarr
2021-09-07 13:44:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-09-07 13:44:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=653d7726eea2e45724e9fbbfad86076d069ef316
2021-09-07 13:44:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=653d7726eea2e45724e9fbbfad86076d069ef316
2021-09-07 13:44:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-sonarr
2021-09-07 13:44:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Sonarr
2021-09-07 13:44:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-sonarr/packages
2021-09-07 13:44:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-09-07 13:44:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.0.6.1265-ls120
2021-09-07 13:44:51 UTC
172 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SONARR_BRANCHmain
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:72a9ca799deadf4b16b0a7f770ebeca0a4f4ef56da234e04d3171fdc6df72db8 - 12.35% (21.3 MB)
[#001] sha256:683de50cb0ea4dc94e758064da3120da12680db3e6cffeb2f80fc44a5049912f - 1.25% (2.15 MB)
[#002] sha256:5a3a8dce6b6acb8b6741f49efeb09df3a11ee85ca0fff62d035be63fb51c4669 - 1.21% (2.08 MB)
[#003] sha256:10f6c5920b48bbe241d5f5eb4fce918398e37a9a40bc72f670a8308dd3827190 - 0.0% (411 Bytes)
[#004] sha256:32be19358eea687a983bc08ebec246ea480d85329f4733fed27646b4142b77c8 - 0.0% (277 Bytes)
[#005] sha256:cb7c305cdef2189c10dad3e4b2cd8fa40eaa729787bc08f140c09dd521171afd - 6.85% (11.8 MB)
[#006] sha256:e461b9a28eded94e17d430c7e0608a8ed14e957824f5ee1b1b2759ee02d771ac - 0.0% (2.68 KB)
[#007] sha256:d80ecaee527e199a505d7470b75691f36719530d1e5799539e691729a71088dc - 59.24% (102 MB)
[#008] sha256:6dcf7e040572afcb8dc5035132957ff233834514e07e37e150292cbbe200e478 - 19.11% (32.9 MB)
[#009] sha256:e04a69f5373495075f7ccded778661ceda045edac38ad1b47aea32b97dfa7b2c - 0.0% (616 Bytes)
/bin/sh -c #(nop) COPY dir:7cc6ea9129918388ff0cde805250cc9ed5910f25c60f5c5e49bd383d49c4e804 in /
2021-08-31 05:00:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-31 05:00:59 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-31 05:01:00 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 292be68c-ls32 Build-date:- 2021-08-31T06:59:46+02:00
2021-08-31 05:01:01 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-31 05:01:02 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-31 05:01:03 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-08-31 05:01:05 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-08-31 05:01:06 UTC|4 BUILD_DATE=2021-08-31T06:59:46+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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-08-31 05:01:07 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-31 05:01:07 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 05:01:08 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-31 05:01:10 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2021-08-31 05:01:35 UTC|5 BUILD_DATE=2021-08-31T06:59:46+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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-08-31 05:01:36 UTC/bin/sh -c #(nop) COPY dir:cb9ba3aa440724b5b453f72778115b13456a7e4d550aac2ffd098255484c4bc1 in /
2021-08-31 05:01:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-31 05:01:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 05:01:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T06:59:46+02:00
2021-08-31 05:01:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-31 05:01:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-31 05:01:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 05:01:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-31 05:01:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-31 05:01:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-31 05:01:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 05:01:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=292be68c-ls32
2021-08-31 14:57:35 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 14:59:24 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.20 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-08-31 14:59:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 14:59:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T16:56:31+02:00
2021-08-31 14:59:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-08-31 14:59:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-08-31 14:59:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 14:59:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-08-31 14:59:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-08-31 14:59:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-08-31 14:59:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 14:59:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8bc5d6a0-ls32
2021-09-07 13:44:18 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-09-07 13:44:19 UTC/bin/sh -c #(nop) ARG VERSION
2021-09-07 13:44:20 UTC/bin/sh -c #(nop) ARG SONARR_VERSION
2021-09-07 13:44:21 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1265-ls120 Build-date:- 2021-09-07T15:43:00+02:00
2021-09-07 13:44:22 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-09-07 13:44:22 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-09-07 13:44:23 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-09-07 13:44:24 UTC/bin/sh -c #(nop) ENV SONARR_BRANCH=main
2021-09-07 13:44:37 UTC|4 BUILD_DATE=2021-09-07T15:43:00+02:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=3.0.6.1265 VERSION=3.0.6.1265-ls120 /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 http://services.sonarr.tv/v1/releases | jq -r ".[] | select(.branch==\"$SONARR_BRANCH\") | .version"); fi && curl -o /tmp/sonarr.tar.gz -L "https://download.sonarr.tv/v3/${SONARR_BRANCH}/${SONARR_VERSION}/Sonarr.${SONARR_BRANCH}.${SONARR_VERSION}.linux.tar.gz" && tar xf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo "UpdateMethod=docker\nBranch=${SONARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)" > /app/sonarr/package_info && rm -rf /app/sonarr/bin/Sonarr.Update && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/tmp/*
2021-09-07 13:44:38 UTC/bin/sh -c #(nop) COPY dir:3199bbafafd8b60f6cf05431ad216fe54746ed25e17cc0e76f03c741f83cc110 in /
2021-09-07 13:44:39 UTC/bin/sh -c #(nop) EXPOSE 8989
2021-09-07 13:44:40 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-09-07 13:44:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-09-07 13:44:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-07T15:43:00+02:00
2021-09-07 13:44:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
2021-09-07 13:44:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-sonarr
2021-09-07 13:44:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-09-07 13:44:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=653d7726eea2e45724e9fbbfad86076d069ef316
2021-09-07 13:44:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=653d7726eea2e45724e9fbbfad86076d069ef316
2021-09-07 13:44:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-sonarr
2021-09-07 13:44:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Sonarr
2021-09-07 13:44:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-sonarr/packages
2021-09-07 13:44:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-09-07 13:44:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.0.6.1265-ls120
2021-09-07 13:44:51 UTC
193 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SONARR_BRANCHmain
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:2dea2b7f4b1dc4e3b24a71d690ea585a1b9faed9140a7f51aea57924fd01cf08 - 11.7% (22.6 MB)
[#001] sha256:b9f85798b687558fb7619d0b16d3193a36a5154c70b8d11791e0daa921259a95 - 1.11% (2.15 MB)
[#002] sha256:69c7bac021e06f697279315070ddafc20b385f92452a3b631dbb4ac40ea12a45 - 1.09% (2.1 MB)
[#003] sha256:4c4beeeb5e788ae10f7977798ab7caeed042221fc072b46bceb0326394b144d6 - 0.0% (413 Bytes)
[#004] sha256:1473b6f77ee1a6be2b76233abf593343bfca92490eb96e7b45d040f4be6bb205 - 0.0% (279 Bytes)
[#005] sha256:979d2bb290cdcbcc4eea289e6856abdc3a79f06025aaa4aa5349a232f211c148 - 6.38% (12.3 MB)
[#006] sha256:469bf5b6f4e5840aa62012606fccecb63325058e3d149e88528c453cdcede18b - 0.0% (2.68 KB)
[#007] sha256:46ebf526dae54f3e4acb254b67404a8bfc2dbc4ef1dab3ca12f819db7c41bf0c - 62.87% (122 MB)
[#008] sha256:d27d3aa950f63f0e1e17531a14b1976426c2cf528dda58c3080ea27c4a9f9df0 - 16.85% (32.6 MB)
[#009] sha256:f9e050111448d9c33b21831c643e7c963f7dcf453127b6ccc0a02e0276be8fa7 - 0.0% (617 Bytes)
/bin/sh -c #(nop) COPY dir:33a75622ad50190db95768f7a12fd3dc38e57ca54ff9246f5232ed800f483a5c in /
2021-08-31 05:00:47 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-08-31 05:00:47 UTC/bin/sh -c #(nop) ARG VERSION
2021-08-31 05:00:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 292be68c-ls32 Build-date:- 2021-08-31T06:59:46+02:00
2021-08-31 05:00:49 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-08-31 05:00:50 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-08-31 05:00:51 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-08-31 05:00:53 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-08-31 05:00:54 UTC|4 BUILD_DATE=2021-08-31T06:59:46+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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-08-31 05:00:55 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-08-31 05:00:55 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 05:00:56 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-08-31 05:00:58 UTC/bin/sh -c #(nop) COPY file:96cc36b38eed0666cdd228dd5dbbca08ab4503df17e0a37e3ead0e94189ba731 in /etc/apt/
2021-08-31 05:01:21 UTC|5 BUILD_DATE=2021-08-31T06:59:46+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=292be68c-ls32 /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-08-31 05:01:22 UTC/bin/sh -c #(nop) COPY dir:cb9ba3aa440724b5b453f72778115b13456a7e4d550aac2ffd098255484c4bc1 in /
2021-08-31 05:01:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-08-31 05:01:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 05:01:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T06:59:46+02:00
2021-08-31 05:01:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-08-31 05:01:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-08-31 05:01:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 05:01:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=84d2a1cd2bed8b8f586a6ba9134e10250d0943d7
2021-08-31 05:01:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-08-31 05:01:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-08-31 05:01:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-08-31 05:01:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 05:01:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=292be68c-ls32
2021-08-31 14:57:23 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-08-31 14:58:54 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.20 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-08-31 14:58:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-08-31 14:58:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-31T16:56:31+02:00
2021-08-31 14:58:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-08-31 14:58:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-08-31 14:58:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-08-31 14:58:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=39c2f220ae8976d398d8460e98ddcd2e416b96fb
2021-08-31 14:59:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-08-31 14:59:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-08-31 14:59:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-08-31 14:59:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-08-31 14:59:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8bc5d6a0-ls32
2021-09-07 13:44:18 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-09-07 13:44:19 UTC/bin/sh -c #(nop) ARG VERSION
2021-09-07 13:44:19 UTC/bin/sh -c #(nop) ARG SONARR_VERSION
2021-09-07 13:44:20 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1265-ls120 Build-date:- 2021-09-07T15:43:00+02:00
2021-09-07 13:44:21 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-09-07 13:44:22 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-09-07 13:44:23 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-09-07 13:44:24 UTC/bin/sh -c #(nop) ENV SONARR_BRANCH=main
2021-09-07 13:44:37 UTC|4 BUILD_DATE=2021-09-07T15:43:00+02:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=3.0.6.1265 VERSION=3.0.6.1265-ls120 /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 http://services.sonarr.tv/v1/releases | jq -r ".[] | select(.branch==\"$SONARR_BRANCH\") | .version"); fi && curl -o /tmp/sonarr.tar.gz -L "https://download.sonarr.tv/v3/${SONARR_BRANCH}/${SONARR_VERSION}/Sonarr.${SONARR_BRANCH}.${SONARR_VERSION}.linux.tar.gz" && tar xf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo "UpdateMethod=docker\nBranch=${SONARR_BRANCH}\nPackageVersion=${VERSION}\nPackageAuthor=[linuxserver.io](https://linuxserver.io)" > /app/sonarr/package_info && rm -rf /app/sonarr/bin/Sonarr.Update && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/tmp/*
2021-09-07 13:44:38 UTC/bin/sh -c #(nop) COPY dir:3199bbafafd8b60f6cf05431ad216fe54746ed25e17cc0e76f03c741f83cc110 in /
2021-09-07 13:44:38 UTC/bin/sh -c #(nop) EXPOSE 8989
2021-09-07 13:44:39 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-09-07 13:44:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-09-07 13:44:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-09-07T15:43:00+02:00
2021-09-07 13:44:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Sonarr](https://sonarr.tv/) (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
2021-09-07 13:44:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-sonarr
2021-09-07 13:44:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-09-07 13:44:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=653d7726eea2e45724e9fbbfad86076d069ef316
2021-09-07 13:44:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=653d7726eea2e45724e9fbbfad86076d069ef316
2021-09-07 13:44:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-sonarr
2021-09-07 13:44:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Sonarr
2021-09-07 13:44:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-sonarr/packages
2021-09-07 13:44:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-09-07 13:44:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.0.6.1265-ls120
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.