2021-10-05 19:28:32 UTC
215 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SONARR_BRANCHdevelop
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:383c5a5bdf044490dcaeb83b078a28e32f8b541da6106f628cd1664ff9484ec4 - 12.66% (27.2 MB)
[#001] sha256:a51a74e1d8067f1f9b9350aa40615f4722588a6d66e2139ac3c1c853d450bbfe - 0.84% (1.8 MB)
[#002] sha256:2ed371f761739b25224e39df408a242690a3e0a631f5f4515f7cc09640fee23c - 0.8% (1.73 MB)
[#003] sha256:ca8877294915e0c00e8ee62db3193dd43bdd0e315f27c0a0a65ab651c26147f7 - 0.0% (438 Bytes)
[#004] sha256:de5caaf148061e14aaa648b364ccfad1f1d1d6398fa360395189015b7ffdc9ef - 0.0% (274 Bytes)
[#005] sha256:45dd1adbd712a9df7aa2ef07283649a8bf8b9e61d5ba0790f0c0d29aa9776584 - 7.63% (16.4 MB)
[#006] sha256:921ac42b1bac1abf4d9611414e0c5b46d7059cf182d3cfbed45222d4971b5c32 - 0.0% (2.85 KB)
[#007] sha256:be16d161dbbf116dc5340d3c0b160c21ca89826cd243d688498adb3e93cf9957 - 53.44% (115 MB)
[#008] sha256:da2c040b2ed353bed8384400c51b5702a4abf3e81afb4b096aa1a6722264dd0f - 24.63% (53 MB)
[#009] sha256:4ae14e4c5f02282b3050001896b4e235c959de75e4b765746778e99551b6d933 - 0.0% (645 Bytes)
/bin/sh -c #(nop) COPY dir:07a0611d8ae9af5a85a443fad636548d55877c0e340c8a6d6172b5eac038c441 in /
2021-10-05 04:56:11 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-05 04:56:11 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-05 04:56:11 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 087f60c1-ls53 Build-date:- 2021-10-05T06:55:17+02:00
2021-10-05 04:56:11 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-10-05 04:56:11 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-10-05 04:56:11 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-10-05 04:56:12 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-10-05 04:56:12 UTC|4 BUILD_DATE=2021-10-05T06:55:17+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=087f60c1-ls53 /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-05 04:56:13 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-10-05 04:56:13 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-05 04:56:13 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-10-05 04:56:13 UTC/bin/sh -c #(nop) COPY file:c710591f183e7267053fbdafe19c237ce17046dcd18de0bcc183523952c1487d in /etc/apt/
2021-10-05 04:56:39 UTC|5 BUILD_DATE=2021-10-05T06:55:17+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=087f60c1-ls53 /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-05 04:56:39 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-10-05 04:56:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-10-05 04:56:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-05 04:56:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-05T06:55:17+02:00
2021-10-05 04:56:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-10-05 04:56:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-10-05 04:56:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-05 04:56:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=16b81f8031a6f1b4ca3e7f6c185da652d20007a3
2021-10-05 04:56:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=16b81f8031a6f1b4ca3e7f6c185da652d20007a3
2021-10-05 04:56:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-10-05 04:56:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-10-05 04:56:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-10-05 04:56:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-05 04:56:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=087f60c1-ls53
2021-10-05 15:36:33 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-05 15:38:53 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y 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 stable-focal main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests ca-certificates-mono libcurl4-openssl-dev mono-devel mono-vbnc && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-10-05 15:38:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-05 15:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-05T17:35:42+02:00
2021-10-05 15:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-10-05 15:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-10-05 15:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-05 15:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=5c63a4b603ca4ba69d1f090fc79f1b5f4fafebae
2021-10-05 15:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=5c63a4b603ca4ba69d1f090fc79f1b5f4fafebae
2021-10-05 15:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-10-05 15:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-10-05 15:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-10-05 15:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-05 15:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=39a21abd-ls53
2021-10-05 19:28:19 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-05 19:28:19 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-05 19:28:19 UTC/bin/sh -c #(nop) ARG SONARR_VERSION
2021-10-05 19:28:19 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1352-ls208 Build-date:- 2021-10-05T21:27:15+02:00
2021-10-05 19:28:19 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-10-05 19:28:19 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-05 19:28:19 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-10-05 19:28:19 UTC/bin/sh -c #(nop) ENV SONARR_BRANCH=develop
2021-10-05 19:28:30 UTC|4 BUILD_DATE=2021-10-05T21:27:15+02:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=3.0.6.1352 VERSION=3.0.6.1352-ls208 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq libmediainfo0v5 && 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-10-05 19:28:30 UTC/bin/sh -c #(nop) COPY dir:6bd6f94ee8fd1a24d36eb24c43bc5b4291c8c4c7c3634dc1da08265c82d82420 in /
2021-10-05 19:28:30 UTC/bin/sh -c #(nop) EXPOSE 8989
2021-10-05 19:28:30 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-05 19:28:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-05 19:28:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-05T21:27:15+02:00
2021-10-05 19:28:31 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-10-05 19:28:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-sonarr
2021-10-05 19:28:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-05 19:28:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=839e554f4e74d586d6c041c1e9ed464fe2189b8c
2021-10-05 19:28:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=839e554f4e74d586d6c041c1e9ed464fe2189b8c
2021-10-05 19:28:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-sonarr
2021-10-05 19:28:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Sonarr
2021-10-05 19:28:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-sonarr/packages
2021-10-05 19:28:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-05 19:28:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.0.6.1352-ls208
2021-10-05 19:29:04 UTC
169 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SONARR_BRANCHdevelop
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:560581d1d51843a47c59e6e9be3a6b02927e856bc7b761622e3670972ba9dbce - 13.56% (23 MB)
[#001] sha256:8f84f9277ba8182ddc1a2186a8779c342f4d4db116766959322211bd3e76694b - 1.27% (2.15 MB)
[#002] sha256:b8f2ac67e15e09c5215f84c16134145ff83687d9f84dcfbf0ad35dd47d966fb4 - 1.22% (2.07 MB)
[#003] sha256:e77fe1d14a19db50d429c6e724c4b218d0077ebfae05524269b0fccbb4bc72bd - 0.0% (409 Bytes)
[#004] sha256:385744a203a42d99f97d4c56a369367d57110aedf8b0b004334a11ee58cb8740 - 0.0% (274 Bytes)
[#005] sha256:8f156d6f8971e6dd2440a4cd26cefbddb76590e9059a7df53e3bfa252593d555 - 9.7% (16.4 MB)
[#006] sha256:fb5d083091f60dc2b0ec775f786d6cac13cd9ea036a98c63d3834706fc7b0347 - 0.0% (2.85 KB)
[#007] sha256:30657ec554da7a5cbcddcedbd2e2b95d63bf434daafa750b92cbf11f039854ae - 54.66% (92.5 MB)
[#008] sha256:4f77e7a97f45fa1fb811c83d071de00c6d7d7f931081ed5d845ee7a9dc54f7ee - 19.58% (33.2 MB)
[#009] sha256:2ae8d56e2a323d94b0ed0643bdc0c1914e5f76e7e843876bf97c42c016d83040 - 0.0% (617 Bytes)
/bin/sh -c #(nop) COPY dir:ab4a4204bd922bc1e42d454545e9f64fdb0bf6f8715cb4decfdf96a48afce92c in /
2021-10-05 04:56:25 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-05 04:56:26 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-05 04:56:27 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 087f60c1-ls53 Build-date:- 2021-10-05T06:55:17+02:00
2021-10-05 04:56:28 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-10-05 04:56:29 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-10-05 04:56:30 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm
2021-10-05 04:56:32 UTC/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/
2021-10-05 04:56:33 UTC|4 BUILD_DATE=2021-10-05T06:55:17+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=087f60c1-ls53 /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-05 04:56:34 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-10-05 04:56:34 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-05 04:56:35 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-10-05 04:56:37 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-10-05 04:57:04 UTC|5 BUILD_DATE=2021-10-05T06:55:17+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=087f60c1-ls53 /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-05 04:57:06 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-10-05 04:57:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-10-05 04:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-05 04:57:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-05T06:55:17+02:00
2021-10-05 04:57:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-10-05 04:57:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-10-05 04:57:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-05 04:57:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=16b81f8031a6f1b4ca3e7f6c185da652d20007a3
2021-10-05 04:57:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=16b81f8031a6f1b4ca3e7f6c185da652d20007a3
2021-10-05 04:57:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-10-05 04:57:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-10-05 04:57:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-10-05 04:57:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-05 04:57:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=087f60c1-ls53
2021-10-05 15:36:50 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-05 15:41:53 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y 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 stable-focal main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests ca-certificates-mono libcurl4-openssl-dev mono-devel mono-vbnc && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-10-05 15:41:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-05 15:41:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-05T17:35:42+02:00
2021-10-05 15:41:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-10-05 15:41:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-10-05 15:41:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-05 15:41:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=5c63a4b603ca4ba69d1f090fc79f1b5f4fafebae
2021-10-05 15:41:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=5c63a4b603ca4ba69d1f090fc79f1b5f4fafebae
2021-10-05 15:41:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-10-05 15:41:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-10-05 15:41:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-10-05 15:41:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-05 15:41:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=39a21abd-ls53
2021-10-05 19:28:31 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-05 19:28:31 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-05 19:28:32 UTC/bin/sh -c #(nop) ARG SONARR_VERSION
2021-10-05 19:28:33 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1352-ls208 Build-date:- 2021-10-05T21:27:15+02:00
2021-10-05 19:28:34 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-10-05 19:28:35 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-05 19:28:36 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-10-05 19:28:37 UTC/bin/sh -c #(nop) ENV SONARR_BRANCH=develop
2021-10-05 19:28:50 UTC|4 BUILD_DATE=2021-10-05T21:27:15+02:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=3.0.6.1352 VERSION=3.0.6.1352-ls208 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq libmediainfo0v5 && 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-10-05 19:28:51 UTC/bin/sh -c #(nop) COPY dir:6bd6f94ee8fd1a24d36eb24c43bc5b4291c8c4c7c3634dc1da08265c82d82420 in /
2021-10-05 19:28:52 UTC/bin/sh -c #(nop) EXPOSE 8989
2021-10-05 19:28:53 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-05 19:28:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-05 19:28:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-05T21:27:15+02:00
2021-10-05 19:28:55 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-10-05 19:28:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-sonarr
2021-10-05 19:28:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-05 19:28:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=839e554f4e74d586d6c041c1e9ed464fe2189b8c
2021-10-05 19:28:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=839e554f4e74d586d6c041c1e9ed464fe2189b8c
2021-10-05 19:29:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-sonarr
2021-10-05 19:29:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Sonarr
2021-10-05 19:29:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-sonarr/packages
2021-10-05 19:29:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-05 19:29:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.0.6.1352-ls208
2021-10-05 19:29:03 UTC
195 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SONARR_BRANCHdevelop
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:fdd07e5237c08fca9421b81297be3e4f0ee9ed988980a5350c954ed54e7684c0 - 13.3% (25.9 MB)
[#001] sha256:d40ec8aa5e77c4dba193eee37f11ff278b8c7a6ec165d4c2589afa858a7e671b - 1.1% (2.15 MB)
[#002] sha256:5aa614d51521b55b4a5c2bf2e9c9883cc4678d0ef38b5bcf383c6c6784c24442 - 1.07% (2.09 MB)
[#003] sha256:a1402173829d714fc61aecec89b70457adb8ce397b96de229321b9322b5a4fc9 - 0.0% (407 Bytes)
[#004] sha256:28bcfd44d3c96b35dd0ba81d1d64e8ba0dbb56d410fe483e014fb3b99d7b314c - 0.0% (276 Bytes)
[#005] sha256:5802a7e059467c63a8c0de7d4140bf4ea81f1bc14a30fe5821b96ecba8608b3e - 9.18% (17.9 MB)
[#006] sha256:fb5d083091f60dc2b0ec775f786d6cac13cd9ea036a98c63d3834706fc7b0347 - 0.0% (2.85 KB)
[#007] sha256:e9d0588f518271ed40a5d9b206650eb72ac34bc4d093d0a25eff7ee6a6d3b38c - 58.28% (114 MB)
[#008] sha256:905ac0888294f79d9f685e24d46c7d42f76490f5e38811b3641f7c8d2988e6cf - 17.06% (33.2 MB)
[#009] sha256:dd019da76557973b97af4ac3b6417cc7a518cb1770fb1e73656baf0c29408e45 - 0.0% (616 Bytes)
/bin/sh -c #(nop) COPY dir:9d88a0396260062c5a0918bb9c76f090994a7fb22eaca1233e992b68c7f7b1a5 in /
2021-10-05 04:56:15 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-05 04:56:15 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-05 04:56:16 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 087f60c1-ls53 Build-date:- 2021-10-05T06:55:17+02:00
2021-10-05 04:56:17 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-10-05 04:56:18 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-10-05 04:56:19 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2021-10-05 04:56:21 UTC/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/
2021-10-05 04:56:22 UTC|4 BUILD_DATE=2021-10-05T06:55:17+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=087f60c1-ls53 /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-05 04:56:23 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-10-05 04:56:23 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-05 04:56:24 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-10-05 04:56:26 UTC/bin/sh -c #(nop) COPY file:7c0649cb600aa6c72cfc6188617e4e394e832e723897e1fcd0655af5f631ac68 in /etc/apt/
2021-10-05 04:56:56 UTC|5 BUILD_DATE=2021-10-05T06:55:17+02:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=087f60c1-ls53 /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-05 04:56:57 UTC/bin/sh -c #(nop) COPY dir:49e03c73ff4ce3e85f060f4da23de3990a3bd9c57163034b508735df73ad4376 in /
2021-10-05 04:56:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-10-05 04:56:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-05 04:56:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-05T06:55:17+02:00
2021-10-05 04:57:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-ubuntu image by linuxserver.io
2021-10-05 04:57:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-ubuntu
2021-10-05 04:57:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-05 04:57:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=16b81f8031a6f1b4ca3e7f6c185da652d20007a3
2021-10-05 04:57:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=16b81f8031a6f1b4ca3e7f6c185da652d20007a3
2021-10-05 04:57:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-ubuntu
2021-10-05 04:57:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-ubuntu
2021-10-05 04:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-ubuntu/packages
2021-10-05 04:57:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-05 04:57:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=087f60c1-ls53
2021-10-05 15:36:43 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-05 15:38:32 UTC|1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo "**** install apt-transport-https ****" && apt-get update && apt-get install -y 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 stable-focal main" | tee /etc/apt/sources.list.d/mono-official.list && echo "**** install packages ****" && apt-get update && apt-get install -y --no-install-recommends --no-install-suggests ca-certificates-mono libcurl4-openssl-dev mono-devel mono-vbnc && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2021-10-05 15:38:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-05 15:38:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-05T17:35:42+02:00
2021-10-05 15:38:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-mono image by linuxserver.io
2021-10-05 15:38:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-mono
2021-10-05 15:38:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-05 15:38:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=5c63a4b603ca4ba69d1f090fc79f1b5f4fafebae
2021-10-05 15:38:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=5c63a4b603ca4ba69d1f090fc79f1b5f4fafebae
2021-10-05 15:38:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-mono
2021-10-05 15:38:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-mono
2021-10-05 15:38:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-mono/packages
2021-10-05 15:38:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-05 15:38:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=39a21abd-ls53
2021-10-05 19:28:31 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-10-05 19:28:32 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-05 19:28:33 UTC/bin/sh -c #(nop) ARG SONARR_VERSION
2021-10-05 19:28:34 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.6.1352-ls208 Build-date:- 2021-10-05T21:27:15+02:00
2021-10-05 19:28:35 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-10-05 19:28:36 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-10-05 19:28:37 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-10-05 19:28:38 UTC/bin/sh -c #(nop) ENV SONARR_BRANCH=develop
2021-10-05 19:28:49 UTC|4 BUILD_DATE=2021-10-05T21:27:15+02:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=3.0.6.1352 VERSION=3.0.6.1352-ls208 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq libmediainfo0v5 && 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-10-05 19:28:50 UTC/bin/sh -c #(nop) COPY dir:6bd6f94ee8fd1a24d36eb24c43bc5b4291c8c4c7c3634dc1da08265c82d82420 in /
2021-10-05 19:28:51 UTC/bin/sh -c #(nop) EXPOSE 8989
2021-10-05 19:28:52 UTC/bin/sh -c #(nop) VOLUME [/config]
2021-10-05 19:28:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2021-10-05 19:28:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-05T21:27:15+02:00
2021-10-05 19:28:54 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-10-05 19:28:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-sonarr
2021-10-05 19:28:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2021-10-05 19:28:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=839e554f4e74d586d6c041c1e9ed464fe2189b8c
2021-10-05 19:28:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=839e554f4e74d586d6c041c1e9ed464fe2189b8c
2021-10-05 19:28:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-sonarr
2021-10-05 19:29:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Sonarr
2021-10-05 19:29:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-sonarr/packages
2021-10-05 19:29:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2021-10-05 19:29:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3.0.6.1352-ls208
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.