2019-05-07 06:24:53 UTC
145 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:f5490867ccf260ac898abb574082c8fcae4ad240ed5a449407f8d36307f22543 - 24.51% (35.5 MB)
[#001] sha256:69fcb46a0dbcd18ec596202032c8988bc8a69379b55c20af0e2f12f1c9e381ae - 0.0% (276 Bytes)
[#002] sha256:5761e0e5578ad097d380a4ba8bdce92a4e3a4b356410ea3178b396d621e9db2c - 8.87% (12.9 MB)
[#003] sha256:80d7a25f4b767044b542b8465052a74c6e7cca88b5aed60fc1826f35bdd5f953 - 0.0% (3.51 KB)
[#004] sha256:1cf5cd786056049dd2d357f0fc00c0f9c50c9550a276a9f639962d0888f998d7 - 66.61% (96.5 MB)
[#005] sha256:e2847b41ff0e34f1b17223ee0e24da0bf3a8ed0c349fc2bdc44b0028f8e83baa - 0.0% (390 Bytes)
/bin/sh -c #(nop) COPY dir:7a67953694fd630889733353fab2026dbe5cf764cf62870f639f82af2f956271 in /
2019-05-01 22:21:48 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- Build-date:-
2019-05-01 22:21:49 UTC/bin/sh -c #(nop) LABEL MAINTAINER=sparkyballs,TheLamer
2019-05-01 22:21:50 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.0.0
2019-05-01 22:21:50 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2019-05-01 22:21:50 UTC/bin/sh -c #(nop) ARG DEBIAN_FRONTEND=noninteractive
2019-05-01 22:21:51 UTC/bin/sh -c #(nop) ENV HOME=/root LANGUAGE=en_US.UTF-8 LANG=en_US.UTF-8 TERM=xterm
2019-05-01 22:21:51 UTC/bin/sh -c #(nop) COPY file:a0afddf6c2c99dee6409f51005a22f49cffa569aa0e8ad133ed14c730847fd57 in /etc/apt/
2019-05-01 22:22:20 UTC|3 DEBIAN_FRONTEND=noninteractive OVERLAY_ARCH=amd64 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 "**** cleanup ****" && apt-get clean && rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
2019-05-01 22:22:20 UTC/bin/sh -c #(nop) COPY dir:085b95e4f30e15ed422a1c7f416f4ce8ae3d156118974719e34d4a6a67612c5f in /
2019-05-01 22:22:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2019-05-07 06:24:30 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2019-05-07 06:24:31 UTC/bin/sh -c #(nop) ARG VERSION
2019-05-07 06:24:31 UTC/bin/sh -c #(nop) ARG OMBI_RELEASE
2019-05-07 06:24:31 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- v3.0.4256-ls17 Build-date:- 2019-05-07T07:23:55+01:00
2019-05-07 06:24:32 UTC/bin/sh -c #(nop) LABEL maintainer=sparklyballs
2019-05-07 06:24:32 UTC/bin/sh -c #(nop) ENV HOME=/config
2019-05-07 06:24:51 UTC|3 BUILD_DATE=2019-05-07T07:23:55+01:00 OMBI_RELEASE=v3.0.4256 VERSION=v3.0.4256-ls17 /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.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-07 06:24:53 UTC/bin/sh -c #(nop) COPY dir:b6250406946161140c9e55c8f34723bb48b094aabeb3d3b26f23027dba95ad41 in /
2019-05-07 06:24:53 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.