Namespace
linuxserver
Image / Tag
heimdall:41
Content Digest
sha256:6d404de666679c16f6022fb197d20618016188bf90443c3cdc17dc90d6f307c7
Details
Created

2018-03-27 09:59:52 UTC

Size

34.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 41 Build-date:- March-27-2018-09:59:37-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:d2168862aff08eb31fce89a44e5eb02794278efdacf348ac6327163be9ff16cd - 6.04% (2.08 MB)

[#001] sha256:c85c3cd0bd032158e690d37b5212fabc9aaa1c8e3958be3a0f82addfda3fdd33 - 22.84% (7.87 MB)

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

[#003] sha256:b8888ea55ec54f7f79a204e153dc455002222606495faf8798740c4ddbb03bde - 42.02% (14.5 MB)

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

[#005] sha256:6fdedfc28644ddf9d7c3c1eb4a0c15ff577046ae45603110c674170081d66ee3 - 29.09% (10 MB)

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


History
2018-03-23 23:03:44 UTC

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

2018-03-23 23:03:45 UTC

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

2018-03-23 23:03:46 UTC

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

2018-03-23 23:03:47 UTC

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

2018-03-23 23:03:47 UTC

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

2018-03-23 23:03:58 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-03-23 23:03:58 UTC

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

2018-03-23 23:03:59 UTC

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

2018-03-23 23:04:58 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-23 23:04:58 UTC

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

2018-03-23 23:04:58 UTC

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

2018-03-23 23:04:58 UTC

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

2018-03-27 09:59:43 UTC

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

2018-03-27 09:59:44 UTC

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

2018-03-27 09:59:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 41 Build-date:- March-27-2018-09:59:37-UTC

2018-03-27 09:59:44 UTC

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

2018-03-27 09:59:44 UTC

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

2018-03-27 09:59:52 UTC

|2 BUILD_DATE=March-27-2018-09:59:37-UTC VERSION=41 /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-27 09:59:52 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