Namespace
linuxserver
Image / Tag
sonarr:amd64-2.0.0.5344-ls62
Content Digest
sha256:308932b7a2e8cc91d6d58ce64db2310f2fc2d6f24ee954f7a2f83fbc071456c9
Details
Created

2020-04-24 13:52:00 UTC

Size

207 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.0.0.5344-ls62 Build-date:- 2020-04-24T13:47:34+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:bc6644d4fc2d61028ef811f74f98c9535b9dfd91e4510e2cff57f719cf8dea23 - 12.3% (25.5 MB)

[#001] sha256:d403d97d36e27cb2a5e80906b39e9fe5b86b4ebcb6a799eb17a46cb463e7acc8 - 0.0% (275 Bytes)

[#002] sha256:bab4bb1e7a2f52588d81d6a1fc78e2ebad0701c1baab51ab5c84a0e02411d9ce - 6.31% (13.1 MB)

[#003] sha256:306cb305d97c08e3de3e2ace2047a333bccb7c8d4823d565cda19831dea6460f - 0.0% (4 KB)

[#004] sha256:a0ce15995975c75ac659ba53d4b07341992e74cfdbbdd94b4403865b95961cb8 - 60.34% (125 MB)

[#005] sha256:37f91710cdec9d27ea8fae87eff8c625557df489bcfb9f698134830e323a4e7a - 21.05% (43.6 MB)

[#006] sha256:2567d9f6faab969133c29e44580b0b296d4ea0be40d316e40c2263f55a003999 - 0.0% (533 Bytes)


History
2020-04-07 21:26:53 UTC

/bin/sh -c #(nop) COPY dir:961a526300a1e25735b0db8d813150ef110a137059062f131f23e5170feb0c2e in /

2020-04-07 21:26:55 UTC

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

2020-04-07 21:26:56 UTC

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

2020-04-07 21:26:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 76cfc77b-ls35 Build-date:- 2020-04-07T22:25:57+01:00

2020-04-07 21:26:57 UTC

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

2020-04-07 21:26:57 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0

2020-04-07 21:26:58 UTC

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

2020-04-07 21:26:58 UTC

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

2020-04-07 21:26:58 UTC

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

2020-04-07 21:26:59 UTC

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

2020-04-07 21:27:24 UTC

|5 BUILD_DATE=2020-04-07T22:25:57+01:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.0.0 VERSION=76cfc77b-ls35 /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 "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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 && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-04-07 21:27:26 UTC

/bin/sh -c #(nop) COPY dir:8187d99922e7bc08adc10883e8799ec5bfe4cef501a192cd4edf1947912ef6c6 in /

2020-04-07 21:27:26 UTC

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

2020-04-23 21:15:36 UTC

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

2020-04-23 21:21:05 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-04-24 13:50:43 UTC

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

2020-04-24 13:50:44 UTC

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

2020-04-24 13:50:44 UTC

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

2020-04-24 13:50:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.0.0.5344-ls62 Build-date:- 2020-04-24T13:47:34+00:00

2020-04-24 13:50:45 UTC

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

2020-04-24 13:50:45 UTC

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

2020-04-24 13:50:45 UTC

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

2020-04-24 13:50:45 UTC

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

2020-04-24 13:51:58 UTC

|4 BUILD_DATE=2020-04-24T13:47:34+00:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=2.0.0.5344 VERSION=2.0.0.5344-ls62 /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-04-24 13:51:59 UTC

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

2020-04-24 13:51:59 UTC

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

2020-04-24 13:52:00 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