Namespace
linuxserver
Image / Tag
heimdall:68
Content Digest
sha256:4a72ec06da187488895fd968d3fc1e08184b3fe5dc482ac734361afeed1dbff2
Details
Created

2018-08-24 22:05:25 UTC

Size

34.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 68 Build-date:- August-24-2018-22:05:14-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:e7733a5b9ac0ed9d04ac7988f4c26d26b382d280d53725d08a662155f4091edc - 6.07% (2.12 MB)

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

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

[#003] sha256:8c853f583470caee823dc5c48b511337c14e08fa1d0f9c447b213d108dbcd370 - 41.68% (14.5 MB)

[#004] sha256:3a1d36cfb5a27b0e0f18ceefb244bb4a8cac89c36b1b2bbe92924f64993bb8d4 - 0.01% (2.78 KB)

[#005] sha256:545a62429276cac29ad4f6f642384de43e5140eb2119dd718ecf06d3cddf4e8d - 29.63% (10.3 MB)

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


History
2018-08-24 22:03:43 UTC

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

2018-08-24 22:03:44 UTC

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

2018-08-24 22:03:44 UTC

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

2018-08-24 22:03:44 UTC

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

2018-08-24 22:03:45 UTC

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

2018-08-24 22:03:51 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-24 22:03:52 UTC

/bin/sh -c #(nop) COPY dir:22123dbed7dc1935bfa9d9027a691284dd0faeb6de2c89ab7b9718b90d91bb18 in /

2018-08-24 22:03:52 UTC

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

2018-08-24 22:04:40 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-24 22:04:41 UTC

/bin/sh -c #(nop) COPY dir:39fd8af37af898ec240b2d183db84d42007d7a76161e52f1005470fdfa3768df in /

2018-08-24 22:04:41 UTC

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

2018-08-24 22:04:42 UTC

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

2018-08-24 22:05:18 UTC

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

2018-08-24 22:05:18 UTC

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

2018-08-24 22:05:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 68 Build-date:- August-24-2018-22:05:14-UTC

2018-08-24 22:05:18 UTC

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

2018-08-24 22:05:19 UTC

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

2018-08-24 22:05:25 UTC

|2 BUILD_DATE=August-24-2018-22:05:14-UTC VERSION=68 /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-24 22:05:25 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