2021-01-16 23:11:15 UTC
218 MB
/root
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SONARR_BRANCHphantom-develop
TERMxterm
XDG_CONFIG_HOME/config/xdg
[#000] sha256:29aeb6e0a4bcc2e5b01a9e9c76becdff5bb4792f8e748c444c1430253231b3ce - 11.69% (25.5 MB)
[#001] sha256:9b6c40c5d576479f66241b71614f62a7fb52b2ecced96442000e1872e726345f - 0.85% (1.84 MB)
[#002] sha256:9325bd5283ac90757a1a822f556404fc9ca68ddd3ffa2562d71387162fedd748 - 0.81% (1.77 MB)
[#003] sha256:2e4e0cb7161609b4ef2589b528375d3e7c7c7c4301092d4029351573c07915f7 - 0.0% (272 Bytes)
[#004] sha256:7e4141562d53662bb9cb4ac8ce03623ebebbbf5821f6954cf21baba3f0b5fd7a - 5.16% (11.3 MB)
[#005] sha256:044470749ea8dc1b9e27f7910ba98efe42f5b42b39ff9863236e6de246c83973 - 0.0% (4.39 KB)
[#006] sha256:35784e33e475f42efd22b49862e3cc435f3fcd3fc32e152891f31a823c222038 - 57.5% (125 MB)
[#007] sha256:575254d58dc4bb664acb3917b14abf4b3f143b922e061666f70352f755532261 - 23.99% (52.3 MB)
[#008] sha256:7f8be4274ff1408ba80ded047d14263ac3cd6f9108ccbe74e5a34176fe16ae6d - 0.0% (521 Bytes)
/bin/sh -c #(nop) COPY dir:3e4b2fbd5fd60f234c53f42528d3e2efba9986227d27dfe8b2a06e65169c9c0d in /
2021-01-07 16:05:41 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-01-07 16:05:41 UTC/bin/sh -c #(nop) ARG VERSION
2021-01-07 16:05:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 66d99ce6-ls7 Build-date:- 2021-01-07T11:04:39-05:00
2021-01-07 16:05:41 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-01-07 16:05:41 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.1.0.2
2021-01-07 16:05:41 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-01-07 16:05:42 UTC/bin/sh -c #(nop) ADD 73235ba7e61323f3ed8b78663a44b17e671e1fe0f2b3bacc2611d758717e849c in /tmp/
2021-01-07 16:05:43 UTC|4 BUILD_DATE=2021-01-07T11:04:39-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=66d99ce6-ls7 /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-01-07 16:05:43 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-01-07 16:05:43 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2021-01-07 16:05:44 UTC/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/
2021-01-07 16:06:06 UTC|5 BUILD_DATE=2021-01-07T11:04:39-05:00 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.1.0.2 VERSION=66d99ce6-ls7 /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-01-07 16:06:06 UTC/bin/sh -c #(nop) COPY dir:643a650c063c923b6bde607ed6d0259227130c48523761aade9a41628ded66d7 in /
2021-01-07 16:06:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-01-11 11:10:51 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-01-11 11:14:31 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-01-16 23:10:51 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-01-16 23:10:52 UTC/bin/sh -c #(nop) ARG VERSION
2021-01-16 23:10:52 UTC/bin/sh -c #(nop) ARG SONARR_VERSION
2021-01-16 23:10:52 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3.0.4.1074-ls31 Build-date:- 2021-01-16T23:09:14+00:00
2021-01-16 23:10:52 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2021-01-16 23:10:53 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2021-01-16 23:10:53 UTC/bin/sh -c #(nop) ENV XDG_CONFIG_HOME=/config/xdg
2021-01-16 23:10:53 UTC/bin/sh -c #(nop) ENV SONARR_BRANCH=phantom-develop
2021-01-16 23:11:14 UTC|4 BUILD_DATE=2021-01-16T23:09:14+00:00 DEBIAN_FRONTEND=noninteractive SONARR_VERSION=3.0.4.1074 VERSION=3.0.4.1074-ls31 /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}?version=3 | jq -r '.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" > /app/sonarr/package_info && rm -rf /app/sonarr/bin/Sonarr.Update && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/tmp/*
2021-01-16 23:11:15 UTC/bin/sh -c #(nop) COPY dir:29d43ad1c1e5920f8e8e47039bec19483badd81e2a20c3bbacdcc92e27b9e59b in /
2021-01-16 23:11:15 UTC/bin/sh -c #(nop) EXPOSE 8989
2021-01-16 23:11:15 UTC/bin/sh -c #(nop) VOLUME [/config]
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.