2019-05-19 16:57:29 UTC
139 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:175c7e470080304524d004954dbb1247f94013f4fae767df1ae471c421673e24 - 22.9% (31.8 MB)
[#001] sha256:199df15d2fb237c1276c2c8da5a07ee7583bad180a4c3c6bf1b8903e5ac124dc - 0.0% (280 Bytes)
[#002] sha256:282aba5608a6fb2475c69215edfe618417fcb4a8a632ed2c0585612fa1617534 - 10.12% (14.1 MB)
[#003] sha256:efcd4170937ec18460aa4030795cbe12fdf43cacf0980855b6bef850e0900723 - 0.0% (3.51 KB)
[#004] sha256:c52ccb5693c337008447a9933ff961ac02d8e7c5c7960bb414055358c2b44a64 - 66.97% (93.1 MB)
[#005] sha256:475b916c6538ac031abd2cbcc175420553cfc2aff683a060a596a07ed5065bcc - 0.0% (459 Bytes)
/bin/sh -c #(nop) COPY dir:af8d5539f6d485f1147e3588a99395ec0a2a90ebc456d3d0ad9cb0dc634e76b8 in /
2019-05-01 22:26:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- Build-date:-
2019-05-01 22:26:59 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-05-01 22:27:02 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0
2019-05-01 22:27:06 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64
2019-05-01 22:27:09 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2019-05-01 22:27:10 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2019-05-01 22:27:10 UTC/bin/sh -c #(nop) COPY file:82e2f69417bae71bb20ab92c0b7aa15f66893747cd2e2e88be2791da4cbb722f in /etc/apt/
2019-05-01 22:29:00 UTC|3 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.0.0 /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 "**** 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/*
2019-05-01 22:29:30 UTC/bin/sh -c #(nop) COPY dir:ad0568095e4ee350d7ac64e4f800c2853ddedfac5d5bbdd3da1f8dd34d2b299a in /
2019-05-01 22:29:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-05-19 16:55:23 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-05-19 16:55:24 UTC/bin/sh -c #(nop) ARG VERSION
2019-05-19 16:55:24 UTC/bin/sh -c #(nop) ARG OMBI_RELEASE
2019-05-19 16:55:25 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v3.0.4256-ls18 Build-date:- 2019-05-19T16:54:28+00:00
2019-05-19 16:55:25 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2019-05-19 16:55:26 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-05-19 16:57:23 UTC|3 BUILD_DATE=2019-05-19T16:54:28+00:00 OMBI_RELEASE=v3.0.4256 VERSION=v3.0.4256-ls18 /bin/sh -c apt-get update && apt-get install -y libicu60 libssl1.0 && echo "**** install ombi ****" && mkdir -p /opt/ombi && if [ -z ${OMBI_RELEASE+x} ]; then OMBI_RELEASE=$(curl -sX GET "https://api.github.com/repos/tidusjar/Ombi/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/ombi-src.tar.gz -L "https://github.com/tidusjar/Ombi/releases/download/${OMBI_RELEASE}/linux-arm64.tar.gz" && 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-05-19 16:57:28 UTC/bin/sh -c #(nop) COPY dir:0de93ebe49e7d2bef3ab08917c9ef5a54cce313c9252c54a23486a0f3b94f9ca in /
2019-05-19 16:57:29 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.