Namespace
linuxserver
Image / Tag
sonarr:amd64-2.0.0.5344-ls95
Content Digest
sha256:f8b01b8222d844b3a5dbe9da38b9eb9497e941b86f058f73b32db9153d05ccd5
Details
Created

2021-02-16 13:51:06 UTC

Size

214 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.0.0.5344-ls95 Build-date:- 2021-02-16T13:49:09+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:7762cf81cb77f3b3581e364b6ed1e581249120c2f5781a71cfc0c6cc4135c464 - 11.9% (25.5 MB)

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

[#002] sha256:96918756060931f9b678d6640a59e671122b4c0f5c0bfa2a1d6b81dc99f4ebb7 - 0.83% (1.77 MB)

[#003] sha256:1aee05bff5a5f0b57c85f9637e32cb485ef90741262f7c3308987034a0346bd7 - 0.0% (273 Bytes)

[#004] sha256:48491934f52790224fbae69e8740cc287fb22818c875588cbbdea56c809e7834 - 5.25% (11.2 MB)

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

[#006] sha256:677a25efba7ea8df303faf55b5105b9e861e221ec2d51218dd239489800d50e0 - 58.54% (125 MB)

[#007] sha256:68f74347df90a6555032f131ab74abe1a767ad1afd17ccf3417b00c9e2cdef57 - 22.62% (48.4 MB)

[#008] sha256:e21f1c2ff8e761a9d16cfe9e1547213b01569cec442a487f980d495e75bfd3d9 - 0.0% (650 Bytes)


History
2021-02-09 04:57:21 UTC

/bin/sh -c #(nop) COPY dir:864bf2e38b6cefcc81e69c18e1cf7e51768f6bf9586f0094ecee3e05afbccd80 in /

2021-02-09 04:57:22 UTC

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

2021-02-09 04:57:22 UTC

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

2021-02-09 04:57:23 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 0b8b0e39-ls12 Build-date:- 2021-02-09T04:56:20+00:00

2021-02-09 04:57:23 UTC

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

2021-02-09 04:57:23 UTC

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

2021-02-09 04:57:24 UTC

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

2021-02-09 04:57:25 UTC

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

2021-02-09 04:57:26 UTC

|4 BUILD_DATE=2021-02-09T04:56:20+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=0b8b0e39-ls12 /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-02-09 04:57:27 UTC

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

2021-02-09 04:57:27 UTC

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

2021-02-09 04:57:27 UTC

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

2021-02-09 04:57:52 UTC

|5 BUILD_DATE=2021-02-09T04:56:20+00:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=0b8b0e39-ls12 /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/*

2021-02-09 04:57:53 UTC

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

2021-02-09 04:57:53 UTC

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

2021-02-09 15:12:19 UTC

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

2021-02-09 15:14:39 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-02-16 13:50:45 UTC

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

2021-02-16 13:50:46 UTC

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

2021-02-16 13:50:46 UTC

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

2021-02-16 13:50:46 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.0.0.5344-ls95 Build-date:- 2021-02-16T13:49:09+00:00

2021-02-16 13:50:46 UTC

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

2021-02-16 13:50:47 UTC

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

2021-02-16 13:50:47 UTC

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

2021-02-16 13:50:47 UTC

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

2021-02-16 13:51:04 UTC

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

2021-02-16 13:51:06 UTC

/bin/sh -c #(nop) COPY dir:912a59716db52b04fe878dab0e0e2003bb72384c92d9ceaa0fa3386bda0f92b7 in /

2021-02-16 13:51:06 UTC

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

2021-02-16 13:51:06 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