Namespace
linuxserver
Image / Tag
sonarr:amd64-2.0.0.5344-ls86
Content Digest
sha256:7ceeb3890d8934ec58774215f816a29b417e5b574161cd67be8e38935229c4e9
Details
Created

2020-11-19 08:37:08 UTC

Size

213 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.0.0.5344-ls86 Build-date:- 2020-11-19T08:35:20+00:00
  • maintainer
    aptalca

Environment
HOME

/root

LANG

en_US.UTF-8

LANGUAGE

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

SONARR_BRANCH

master

TERM

xterm

XDG_CONFIG_HOME

/config/xdg


Layers

[#000] sha256:2474b8b7a841c1eb1ea333641a0a9ea9b7092da8ac81bc9853ce1f6cb3659b52 - 11.93% (25.5 MB)

[#001] sha256:bef9d7bd6c221f098c218f1a2619e839547915d950d8fb2eba5062ea817ed9f4 - 0.86% (1.84 MB)

[#002] sha256:70368df82b7a0ba52f4fe118651bf13bea418cf719294f30140ce930a391c3e4 - 0.83% (1.77 MB)

[#003] sha256:497eca99bfca9228a2bffd490ed79b2fea544545f68c0a30d9021b967202cc1e - 0.0% (272 Bytes)

[#004] sha256:bbd418ba77efbdfcc62e69d59e93dc4f1961027e3dc10e0c19c348c3534b9794 - 5.27% (11.3 MB)

[#005] sha256:578c308daa9a6ea48a0281dee14f4a0b4f256a0b48df04bb6369231f457ecde0 - 0.0% (4.39 KB)

[#006] sha256:1dd6fa3d02042264516fff4460e02e31e3b89529624993be800bd577ffd4d4b7 - 58.69% (125 MB)

[#007] sha256:dfaf03c988e17d1f7566994783e3f4a4fbe6b981cbebb549a9ff79a54bc63235 - 22.41% (47.8 MB)

[#008] sha256:6623955eed8a8ef026b5655da7f3145d103df0eb4d0b97975f5a5a45879839d9 - 0.0% (530 Bytes)


History
2020-11-11 17:12:39 UTC

/bin/sh -c #(nop) COPY dir:0b540a0480ef72c91a8cf1b10ef03fbe0d8f4cb104ffce197d1e030e43e0407a in /

2020-11-11 17:12:41 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-11-11 17:12:41 UTC

/bin/sh -c #(nop) ARG VERSION

2020-11-11 17:12:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 24b60d23-ls2 Build-date:- 2020-11-11T17:11:21+00:00

2020-11-11 17:12:42 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2020-11-11 17:12:42 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2

2020-11-11 17:12:42 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2020-11-11 17:12:44 UTC

/bin/sh -c #(nop) ADD 73235ba7e61323f3ed8b78663a44b17e671e1fe0f2b3bacc2611d758717e849c in /tmp/

2020-11-11 17:12:46 UTC

|4 BUILD_DATE=2020-11-11T17:11:21+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=24b60d23-ls2 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2020-11-11 17:12:46 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-11-11 17:12:46 UTC

/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm

2020-11-11 17:12:47 UTC

/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/

2020-11-11 17:13:28 UTC

|5 BUILD_DATE=2020-11-11T17:11:21+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=24b60d23-ls2 /bin/sh -c echo "**** Ripped from Ubuntu Docker Logic ****" && set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests && mkdir -p /run/systemd && echo 'docker' > /run/systemd/container && echo "**** install apt-utils and locales ****" && apt-get update && apt-get install -y apt-utils locales && echo "**** install packages ****" && apt-get install -y curl tzdata && echo "**** generate locale ****" && locale-gen en_US.UTF-8 && echo "**** create abc user and make our folders ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-11-11 17:13:31 UTC

/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /

2020-11-11 17:13:31 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2020-11-12 08:47:02 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-11-12 08:50:08 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/*

2020-11-19 08:36:39 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2020-11-19 08:36:39 UTC

/bin/sh -c #(nop) ARG VERSION

2020-11-19 08:36:40 UTC

/bin/sh -c #(nop) ARG SONARR_VERSION

2020-11-19 08:36:40 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.0.0.5344-ls86 Build-date:- 2020-11-19T08:35:20+00:00

2020-11-19 08:36:40 UTC

/bin/sh -c #(nop) LABEL maintainer=aptalca

2020-11-19 08:36:40 UTC

/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive

2020-11-19 08:36:41 UTC

/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg

2020-11-19 08:36:41 UTC

/bin/sh -c #(nop) ENV SONARR_BRANCH=master

2020-11-19 08:37:03 UTC

|4 BUILD_DATE=2020-11-19T08:35:20+00:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=2.0.0.5344 VERSION=2.0.0.5344-ls86 /bin/sh -c echo "**** install packages ****" && apt-get update && apt-get install -y jq && echo "**** install sonarr ****" && mkdir -p /app/sonarr/bin && if [ -z ${SONARR_VERSION+x} ]; then SONARR_VERSION=$(curl -sX GET https://services.sonarr.tv/v1/download/${SONARR_BRANCH} | jq -r '.version'); fi && curl -o /tmp/sonarr.tar.gz -L "https://download.sonarr.tv/v2/${SONARR_BRANCH}/mono/NzbDrone.${SONARR_BRANCH}.${SONARR_VERSION}.mono.tar.gz" && tar xf /tmp/sonarr.tar.gz -C /app/sonarr/bin --strip-components=1 && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/tmp/*

2020-11-19 08:37:07 UTC

/bin/sh -c #(nop) COPY dir:7c3e4aaef74f4ead5dd2dca32fa57e8b920f54eca708d50b2773f3490b094d1c in /

2020-11-19 08:37:07 UTC

/bin/sh -c #(nop) EXPOSE 8989

2020-11-19 08:37:08 UTC

/bin/sh -c #(nop) VOLUME [/config]

Danger Zone
Delete Tag

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.

Delete