Namespace
linuxserver
Image / Tag
sonarr:2.0.0.5344-ls88
Content Digest
sha256:57e3cd5b37322c60d51d9d79047b4cc5f7ba93e2d4b5904c34aca578eced0a10
Details
Created

2020-12-16 22:36:41 UTC

Size

215 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.0.0.5344-ls88 Build-date:- 2020-12-16T22:35:27+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:73a9370e0ed970a344b08894d3de73a42d1073355c230013b62e5143cf441f76 - 11.85% (25.5 MB)

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

[#002] sha256:96a06e54b8714380605776c5bf3068d356ed640c9be9a3ea663a4f5780385412 - 0.82% (1.77 MB)

[#003] sha256:2fa6daad138e9fbe87a580145c0b52bd4993afc3121a6bab0525660f3c6f0996 - 0.0% (273 Bytes)

[#004] sha256:8e16b2b7988e6e4f93d9af21c39d3957e375797d2297e1449b944bfcd2a10c82 - 5.87% (12.6 MB)

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

[#006] sha256:2ac94f76718a7d32c7b8ac1bb4ec8c85dddaa727e47fbb2d4d07e03c56ee2723 - 58.28% (125 MB)

[#007] sha256:6d454fe2f3f6289693f4ebebdf4eea7003f6e4ae4b8e243bda27a33e112fb930 - 22.32% (48 MB)

[#008] sha256:1ab33924631d9e0c6a92cf2064790e5deeaec2ca4661395aa177eaa8bab09ea1 - 0.0% (529 Bytes)


History
2020-12-10 15:02:58 UTC

/bin/sh -c #(nop) COPY dir:6c75c85d1017422948b3b598426f730eddf9d698c857ba989eee2625202435b1 in /

2020-12-10 15:02:58 UTC

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

2020-12-10 15:02:58 UTC

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

2020-12-10 15:02:58 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e826fb7f-ls5 Build-date:- 2020-12-10T10:01:57-05:00

2020-12-10 15:02:58 UTC

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

2020-12-10 15:02:59 UTC

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

2020-12-10 15:02:59 UTC

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

2020-12-10 15:03:00 UTC

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

2020-12-10 15:03:01 UTC

|4 BUILD_DATE=2020-12-10T10:01:57-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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-12-10 15:03:01 UTC

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

2020-12-10 15:03:01 UTC

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

2020-12-10 15:03:01 UTC

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

2020-12-10 15:03:29 UTC

|5 BUILD_DATE=2020-12-10T10:01:57-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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-12-10 15:03:29 UTC

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

2020-12-10 15:03:30 UTC

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

2020-12-14 10:48:39 UTC

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

2020-12-14 10:50:38 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-12-16 22:36:28 UTC

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

2020-12-16 22:36:28 UTC

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

2020-12-16 22:36:29 UTC

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

2020-12-16 22:36:29 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.0.0.5344-ls88 Build-date:- 2020-12-16T22:35:27+00:00

2020-12-16 22:36:29 UTC

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

2020-12-16 22:36:29 UTC

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

2020-12-16 22:36:29 UTC

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

2020-12-16 22:36:30 UTC

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

2020-12-16 22:36:40 UTC

|4 BUILD_DATE=2020-12-16T22:35:27+00:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=2.0.0.5344 VERSION=2.0.0.5344-ls88 /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-12-16 22:36:40 UTC

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

2020-12-16 22:36:40 UTC

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

2020-12-16 22:36:41 UTC

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

Details
Created

2020-12-16 22:39:28 UTC

Size

169 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.0.0.5344-ls88 Build-date:- 2020-12-16T22:35:27+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:954252a603f254ac865bbbb2db424c17558121d6cd97814e676aee5f3052d30e - 12.56% (21.2 MB)

[#001] sha256:45641b02bba508a51966697267d72ed34a6a09a99e0f027aef34ae05e6ed2679 - 1.31% (2.22 MB)

[#002] sha256:8a7cb08d9463fe56546631f0c4e5b076b4d7eb8a9b291a5715f1520426a23e0a - 1.25% (2.11 MB)

[#003] sha256:764c637d77248c910327592901e8775f3fe507702108fc48cf5bbfd9ebf31f03 - 0.0% (278 Bytes)

[#004] sha256:d4b7d257254e7931cb5f2b38fb6522809ac6f7dcc7c4e70c72224706319bd506 - 7.69% (13 MB)

[#005] sha256:13472c572cf896a39443f84032a76a710ca7921c5e038dcd8698f125c12c35b6 - 0.0% (4.4 KB)

[#006] sha256:fa295aaf60807ca664e7f249951ff70bf4bb7fbf9f906d079ca0c916de7ccb65 - 60.32% (102 MB)

[#007] sha256:6194e7f46995213b3e01e91fbb2dea6bd89c42ca829589892881cb56dc8d8768 - 16.88% (28.6 MB)

[#008] sha256:6d59bb6794f118ed854c53712a80da6a2f4c9b3d788d847c014c50cbb54734c4 - 0.0% (531 Bytes)


History
2020-12-10 15:03:39 UTC

/bin/sh -c #(nop) COPY dir:48a20fc4eccb15e9b6816856efd74058aad2b70bc2a4b353e975c7df617c69c9 in /

2020-12-10 15:03:40 UTC

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

2020-12-10 15:03:41 UTC

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

2020-12-10 15:03:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e826fb7f-ls5 Build-date:- 2020-12-10T10:01:57-05:00

2020-12-10 15:03:41 UTC

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

2020-12-10 15:03:41 UTC

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

2020-12-10 15:03:42 UTC

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

2020-12-10 15:03:44 UTC

/bin/sh -c #(nop) ADD 57874912aa54611a5a67dd94020d8d8616e3b383165c6afcf930150b0d694731 in /tmp/

2020-12-10 15:03:46 UTC

|4 BUILD_DATE=2020-12-10T10:01:57-05:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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-12-10 15:03:46 UTC

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

2020-12-10 15:03:47 UTC

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

2020-12-10 15:03:47 UTC

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

2020-12-10 15:04:38 UTC

|5 BUILD_DATE=2020-12-10T10:01:57-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=arm OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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 "**** 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 clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-12-10 15:04:39 UTC

/bin/sh -c #(nop) COPY dir:002b8a5514bbaece27bc9c8fdcedc40fa7d3645b67ab85595fb7550cb8533b45 in /

2020-12-10 15:04:40 UTC

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

2020-12-14 10:49:46 UTC

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

2020-12-14 10:53:38 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-12-16 22:38:18 UTC

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

2020-12-16 22:38:19 UTC

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

2020-12-16 22:38:20 UTC

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

2020-12-16 22:38:21 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.0.0.5344-ls88 Build-date:- 2020-12-16T22:35:27+00:00

2020-12-16 22:38:22 UTC

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

2020-12-16 22:38:22 UTC

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

2020-12-16 22:38:23 UTC

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

2020-12-16 22:38:24 UTC

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

2020-12-16 22:39:18 UTC

|4 BUILD_DATE=2020-12-16T22:35:27+00:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=2.0.0.5344 VERSION=2.0.0.5344-ls88 /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-12-16 22:39:26 UTC

/bin/sh -c #(nop) COPY dir:394ffc08ca89413512d6faf151a266e306da2bcd002f3ccef358c751a12dbf21 in /

2020-12-16 22:39:27 UTC

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

2020-12-16 22:39:28 UTC

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

Details
Created

2020-12-16 22:36:29 UTC

Size

190 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.0.0.5344-ls88 Build-date:- 2020-12-16T22:35:27+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:080bac59a0ffe3a29d645c9b7aa4dd28e82a42348cdff1499c1d3b47579573be - 11.88% (22.6 MB)

[#001] sha256:1bc05ad8fb46b95c1d7fde38f94852e053cb1dae99b3515c98331917cbeefd9c - 1.14% (2.18 MB)

[#002] sha256:8dfd6a45bbf0806722a99a6d3b9d69d7e7c827a76d2a79e2aa7ba371cf4a488c - 1.12% (2.12 MB)

[#003] sha256:6d28c3a480285f42d0035d6b29fcbf8e37e848c533b2bf8646e19ba4646cfb03 - 0.0% (278 Bytes)

[#004] sha256:5afa7f93506b024881da9da2dd4e7864a564fcac989e9bdd79ee6297a69ba3cb - 7.21% (13.7 MB)

[#005] sha256:27c97120eddbd37eead0e588764dc4d73d739355b4df8e6170d72f5d5602fa00 - 0.0% (4.42 KB)

[#006] sha256:c219a87483b218cc23e7ed9135695042551a6829a18f26a203e1d42d8eae54cd - 63.87% (122 MB)

[#007] sha256:41e3b107a80a0aba285211b2f7b91cc61843fbf991f8574c7b0bdeaec267d2da - 14.77% (28.1 MB)

[#008] sha256:56fd236c603d9677c8229efcd276a84f8f97a44b0fb5e1a2c9a02025d71293cf - 0.0% (529 Bytes)


History
2020-12-10 15:04:38 UTC

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

2020-12-10 15:04:42 UTC

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

2020-12-10 15:04:42 UTC

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

2020-12-10 15:04:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e826fb7f-ls5 Build-date:- 2020-12-10T10:01:57-05:00

2020-12-10 15:04:43 UTC

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

2020-12-10 15:04:44 UTC

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

2020-12-10 15:04:44 UTC

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

2020-12-10 15:04:47 UTC

/bin/sh -c #(nop) ADD 4f58740c4ce0b21f8d45d774ff3cd81a980d7cabc9f47ef8e46a619ccc3f7559 in /tmp/

2020-12-10 15:04:51 UTC

|4 BUILD_DATE=2020-12-10T10:01:57-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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-12-10 15:04:52 UTC

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

2020-12-10 15:04:52 UTC

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

2020-12-10 15:04:53 UTC

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

2020-12-10 15:06:04 UTC

|5 BUILD_DATE=2020-12-10T10:01:57-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.1.0.2 VERSION=e826fb7f-ls5 /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 "**** 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 clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

2020-12-10 15:06:07 UTC

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

2020-12-10 15:06:08 UTC

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

2020-12-14 10:48:50 UTC

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

2020-12-14 10:56:34 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-12-16 22:36:13 UTC

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

2020-12-16 22:36:13 UTC

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

2020-12-16 22:36:13 UTC

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

2020-12-16 22:36:13 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.0.0.5344-ls88 Build-date:- 2020-12-16T22:35:27+00:00

2020-12-16 22:36:14 UTC

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

2020-12-16 22:36:14 UTC

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

2020-12-16 22:36:14 UTC

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

2020-12-16 22:36:14 UTC

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

2020-12-16 22:36:28 UTC

|4 BUILD_DATE=2020-12-16T22:35:27+00:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=2.0.0.5344 VERSION=2.0.0.5344-ls88 /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-12-16 22:36:28 UTC

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

2020-12-16 22:36:28 UTC

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

2020-12-16 22:36:29 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