Namespace
linuxserver
Image / Tag
heimdall:66
Content Digest
sha256:9833d9c7603284a74aa609219cc5aa8a8b95a28b10cc9a3489f75a8c14bebbc5
Details
Created

2018-08-10 22:07:21 UTC

Size

34.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 66 Build-date:- August-10-2018-22:06:54-UTC
  • maintainer
    aptalca

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)$

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

TERM

xterm


Layers

[#000] sha256:c2f58fa7479534a19cbe520511149b157e92a90fb3b1de452c328eaf22b37527 - 6.08% (2.12 MB)

[#001] sha256:063270d56cb51907f322cf82d6064f962a8a3b21273766ac15bed58a841d52cf - 22.6% (7.88 MB)

[#002] sha256:ce6c3d748099d7c8ed8cd2587261f214703608abbbdc33ebec4a68623cab56f1 - 0.0% (450 Bytes)

[#003] sha256:9ae37ee9911e7b5c315288b2390f2e702b6e4c1a2c53a78561d50e5b345653e1 - 41.68% (14.5 MB)

[#004] sha256:1898ec0174f29178c4f78f0d1fc48b453106ef56234fa66883f84657205f225c - 0.01% (2.77 KB)

[#005] sha256:9148484b3bd5a0c3e119ededf4f3edf738aa77724041f42336c5e897d41b2b95 - 29.64% (10.3 MB)

[#006] sha256:043e88a40bf5ddb67f9eae7f021e5fa52c9468db20ef6b3bfa08549bf8a78bac - 0.0% (1.61 KB)


History
2018-08-10 22:03:54 UTC

/bin/sh -c #(nop) ADD file:adac172a58238d01cf1183d3fe0415f18fb26bd9cf95579b83593d0974442aaf in /

2018-08-10 22:03:55 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2018-08-10 22:03:55 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.21.4.0

2018-08-10 22:03:55 UTC

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

2018-08-10 22:03:56 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)$ HOME=/root TERM=xterm

2018-08-10 22:04:03 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.4.0 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils shadow tzdata && 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 ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2018-08-10 22:04:03 UTC

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

2018-08-10 22:04:03 UTC

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

2018-08-10 22:04:52 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl2.6-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf

2018-08-10 22:04:52 UTC

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

2018-08-10 22:04:54 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2018-08-10 22:04:56 UTC

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

2018-08-10 22:06:58 UTC

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

2018-08-10 22:06:59 UTC

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

2018-08-10 22:06:59 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 66 Build-date:- August-10-2018-22:06:54-UTC

2018-08-10 22:07:00 UTC

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

2018-08-10 22:07:00 UTC

/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2018-08-10 22:07:18 UTC

|2 BUILD_DATE=August-10-2018-22:06:54-UTC VERSION=66 /bin/sh -c apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer tar && echo "**** install heimdall ****" && HEIM_VER="$(curl -sX GET https://api.github.com/repos/linuxserver/Heimdall/releases/latest | grep 'tag_name' | cut -d\" -f4)" && mkdir -p /var/www/localhost/heimdall && curl -o /tmp/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIM_VER}.tar.gz" && tar xf /tmp/heimdall.tar.gz -C /var/www/localhost/heimdall --strip-components=1 && echo "** cleanup **" && rm -rf /tmp/*

2018-08-10 22:07:21 UTC

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

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