2019-03-23 00:41:34 UTC
134 MB
/config
LANGen_US.UTF-8
LANGUAGEen_US.UTF-8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
TERMxterm
[#000] sha256:7730c0e4d85b2b5c1cb94e788d6d10371b0014eda4bcc61f46099f65910ad59b - 20.79% (27.9 MB)
[#001] sha256:6f8ca599390636ff15b765687abf7473f08c70f2af541285e07f96f68bc8114a - 0.0% (860 Bytes)
[#002] sha256:d102e91f6712bc4b9706ed3e99f924d91fccce1ca96e649a2b622461264aafc3 - 0.0% (533 Bytes)
[#003] sha256:82bcd69b9baf0222ac1915eefe70943574b7618491f18d50ab522440ae283938 - 0.0% (858 Bytes)
[#004] sha256:36c4120918adb3c6a3a16338ab69db6242dd27d32598d6c3267b40f57d30d057 - 0.0% (189 Bytes)
[#005] sha256:5ea84ec076bf0a3a0f73fd1a4c8619815cb548c14bee09ee9e09fc01c609ed92 - 0.0% (683 Bytes)
[#006] sha256:eb744d8ea323820fd2f3f7034daf602c3d41c8aa27402e88441f0bd69a21bfc9 - 9.33% (12.5 MB)
[#007] sha256:36ccc8f6c7106596857007fe7e96f1d3ecd56fdd288458c03adc5e6a26519157 - 0.0% (450 Bytes)
[#008] sha256:3f441c3de782b36d6b2fab853c55015e8355572d404231fc03412ca21b8da975 - 1.17% (1.57 MB)
[#009] sha256:30907a7f376e33abbf76d166d864b026a96b7248ebfdac795fb65bc15e5d2f12 - 68.71% (92.1 MB)
[#010] sha256:0e2f7ea28b28f9a1fcd8ef4553b1173ee05ae918a08392344ac98ab613c98480 - 0.0% (353 Bytes)
/bin/sh -c #(nop) ADD file:4958418953ea089a8b0c4f996d0e896a045f839a378af0f5b95429e86ed2b9d2 in /
2019-03-22 23:46:53 UTC/bin/sh -c 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
2019-03-22 23:47:07 UTC/bin/sh -c rm -rf /var/lib/apt/lists/*
2019-03-22 23:47:28 UTC/bin/sh -c sed -i 's/^#\s*\(deb.*universe\)$/\1/g' /etc/apt/sources.list
2019-03-22 23:47:48 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2019-03-22 23:47:56 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-03-22 23:49:13 UTC/bin/sh -c #(nop) MAINTAINER sparklyballs
2019-03-22 23:49:14 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0
2019-03-22 23:49:15 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2019-03-22 23:49:15 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2019-03-22 23:49:16 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2019-03-22 23:49:17 UTC/bin/sh -c #(nop) COPY file:56614540ad6570984f6bf98304c5e4a6a0deb649f2c2fe45d0484a2668ca6ca3 in /etc/apt/
2019-03-22 23:50:51 UTC|3 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.0 /bin/sh -c 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 ****" && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && echo "**** make our folders ****" && mkdir -p /app /config /defaults && echo "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2019-03-22 23:50:53 UTC/bin/sh -c #(nop) COPY dir:22123dbed7dc1935bfa9d9027a691284dd0faeb6de2c89ab7b9718b90d91bb18 in /
2019-03-22 23:50:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-03-23 00:38:10 UTC/bin/sh -c #(nop) COPY file:a83a8be26b8186ff3bf9724d4aefa6ce41057b8fa687f9757331d2acfbd1ddc9 in /usr/bin
2019-03-23 00:38:11 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-03-23 00:38:11 UTC/bin/sh -c #(nop) ARG VERSION
2019-03-23 00:38:12 UTC/bin/sh -c #(nop) ARG OMBI_RELEASE
2019-03-23 00:38:13 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4.0.4339-ls20 Build-date:- 2019-03-23T00:37:20+00:00
2019-03-23 00:38:13 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2019-03-23 00:38:14 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-03-23 00:41:32 UTC|3 BUILD_DATE=2019-03-23T00:37:20+00:00 OMBI_RELEASE=4.0.4339 VERSION=4.0.4339-ls20 /bin/sh -c apt-get update && apt-get install -y jq libicu60 libssl1.0 && echo "**** install ombi ****" && mkdir -p /opt/ombi && if [ -z ${OMBI_RELEASE+x} ]; then OMBI_RELEASE=$(curl -Ls -w %{url_effective} -o /dev/null 'https://ci.appveyor.com/api/projects/tidusjar/requestplex/artifacts/linux.tar.gz?branch=feature/v4&pr=false' | awk -F / '{print $6}' | sed 's/-/./g'); fi && OMBI_JOBID=$(curl -s "https://ci.appveyor.com/api/projects/tidusjar/requestplex/build/${OMBI_RELEASE}" | jq -jr '. | .build.jobs[0].jobId') OMBI_DURL="https://ci.appveyor.com/api/buildjobs/${OMBI_JOBID}/artifacts/linux-arm64.tar.gz"; curl -o /tmp/ombi-src.tar.gz -L "${OMBI_DURL}" && tar xzf /tmp/ombi-src.tar.gz -C /opt/ombi/ && chmod +x /opt/ombi/Ombi && echo "**** clean up ****" && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2019-03-23 00:41:34 UTC/bin/sh -c #(nop) COPY dir:b6250406946161140c9e55c8f34723bb48b094aabeb3d3b26f23027dba95ad41 in /
2019-03-23 00:41:34 UTC/bin/sh -c #(nop) EXPOSE 3579
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.