Namespace
linuxserver
Image / Tag
heimdall:37
Content Digest
sha256:8dfdc6bf84aeb8a4c1f6bf1cb0d28c8759852cabf97ab6b4632750d64b323229
Details
Created

2018-03-11 17:47:58 UTC

Size

34.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 37 Build-date:- March-11-2018-17:47:43-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:387eae8b87fc13081e1e6916763b019b6e1b0aa401e1f2c6941d80c0b36d2652 - 6.06% (2.08 MB)

[#001] sha256:a1e79fad1af3aaf42f3c1df5e0b2f47dbef853b5b09e76e701514d34db1da7be - 22.97% (7.89 MB)

[#002] sha256:bd022836b126386c4ad341cc75a4ab7de8d5dbb30c216cfcb5db0a1c5aac9195 - 0.0% (457 Bytes)

[#003] sha256:09f41d0be1f9c43bc0c402c2b6df9b6b0b72bf8c898cf6380504823793ae9f7f - 42.17% (14.5 MB)

[#004] sha256:b27e4441c0bf2d8de867d0a4c80c0519224599865b7aabe21ae48b2791ad6dfa - 0.01% (2.73 KB)

[#005] sha256:a325dff77ebee2f7f33b4cb02d97989b87954ae9e864952104148e7c05f2ca6f - 28.77% (9.88 MB)

[#006] sha256:77fc9c2c70fcb38e2fcd315028877532afb05562c5c22e5dc5c0fcc25628b0cd - 0.0% (1.63 KB)


History
2018-03-09 23:03:56 UTC

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

2018-03-09 23:03:57 UTC

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

2018-03-09 23:03:58 UTC

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

2018-03-09 23:03:59 UTC

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

2018-03-09 23:03:59 UTC

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

2018-03-09 23:04:52 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.2.2 /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-03-09 23:04:53 UTC

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

2018-03-09 23:04:54 UTC

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

2018-03-09 23:06:01 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-03-09 23:06:02 UTC

/bin/sh -c #(nop) COPY dir:054d3d93a6e2d54425b00be6b2bbe79282848410acb159a98c215f76999fa886 in /

2018-03-09 23:06:03 UTC

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

2018-03-09 23:06:03 UTC

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

2018-03-11 17:47:49 UTC

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

2018-03-11 17:47:49 UTC

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

2018-03-11 17:47:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 37 Build-date:- March-11-2018-17:47:43-UTC

2018-03-11 17:47:49 UTC

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

2018-03-11 17:47:50 UTC

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

2018-03-11 17:47:57 UTC

|2 BUILD_DATE=March-11-2018-17:47:43-UTC VERSION=37 /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-03-11 17:47:58 UTC

/bin/sh -c #(nop) COPY dir:91dd56c9c10f936547d8d1c3b55184c083a99ef5f67d9d49e4474377b7b3d9bf 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