Namespace
linuxserver
Image / Tag
heimdall:59
Content Digest
sha256:46730c4e4bc933b7a7137f7d73590fa413f1a18f065659096481f0f6241a9570
Details
Created

2018-06-29 22:06:14 UTC

Size

34.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 59 Build-date:- June-29-2018-22:05:56-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:dd4f8ff843261d2dfa57f717192fd3ecc1d9e7a8c200a2784e0ddfcef4bcb7dd - 6.11% (2.12 MB)

[#001] sha256:711d3987ce8dbfdd0849f2ae2e31b59767dad5ebe043562bf540ba23a6d9762d - 22.72% (7.87 MB)

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

[#003] sha256:83a7d0d5ac71a3a741a8614ea53165dc04de184bd3b11d22f9f0b6d14ff9bd3b - 41.86% (14.5 MB)

[#004] sha256:945860b71d75dc4bc3bb3c542a5554322f005101a79852b3f11289ec8064626f - 0.01% (2.71 KB)

[#005] sha256:554d78cab12d0491618d4feb066ea208fcf1312bec95844cf15dd277df7d06e0 - 29.29% (10.2 MB)

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


History
2018-06-29 22:03:53 UTC

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

2018-06-29 22:03:53 UTC

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

2018-06-29 22:03:53 UTC

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

2018-06-29 22:03:54 UTC

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

2018-06-29 22:03:54 UTC

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

2018-06-29 22:04:07 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-06-29 22:04:07 UTC

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

2018-06-29 22:04:07 UTC

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

2018-06-29 22:05:02 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-06-29 22:05:03 UTC

/bin/sh -c #(nop) COPY dir:82a2957e80221fd3bbdc5250a53ea0d4c331429357b6f77a1506170a45515557 in /

2018-06-29 22:05:03 UTC

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

2018-06-29 22:05:03 UTC

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

2018-06-29 22:06:01 UTC

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

2018-06-29 22:06:01 UTC

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

2018-06-29 22:06:01 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 59 Build-date:- June-29-2018-22:05:56-UTC

2018-06-29 22:06:02 UTC

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

2018-06-29 22:06:02 UTC

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

2018-06-29 22:06:13 UTC

|2 BUILD_DATE=June-29-2018-22:05:56-UTC VERSION=59 /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-06-29 22:06:14 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