Namespace
linuxserver
Image / Tag
heimdall:53
Content Digest
sha256:dffc0f4064cf64a5425f73dcdb0531412fc72045c6b577781ba8d11ee255ade4
Details
Created

2018-05-18 22:05:50 UTC

Size

34.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 53 Build-date:- May-18-2018-22:05:34-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:4e48881e7e8e9a7d66c1affe57bce6cf4feb397407ccf6acf485c78dfed4b981 - 6.03% (2.08 MB)

[#001] sha256:59f90d9a7644d64da1c9848bc6e7f3968b92fa7d1d48e005812550a55bd3e378 - 22.78% (7.87 MB)

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

[#003] sha256:e3163ecdda0898615861ad94f0e9c01f7104fe03c98bb597a2292829657bf0f6 - 41.94% (14.5 MB)

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

[#005] sha256:83e90231d699ffcec81601b4e91238fb4127805aec742f325daa0882abe6003d - 29.24% (10.1 MB)

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


History
2018-05-18 22:03:38 UTC

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

2018-05-18 22:03:38 UTC

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

2018-05-18 22:03:39 UTC

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

2018-05-18 22:03:39 UTC

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

2018-05-18 22:03:39 UTC

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

2018-05-18 22:03:50 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-05-18 22:03:50 UTC

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

2018-05-18 22:03:51 UTC

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

2018-05-18 22:04:41 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-05-18 22:04:41 UTC

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

2018-05-18 22:04:42 UTC

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

2018-05-18 22:04:42 UTC

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

2018-05-18 22:05:36 UTC

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

2018-05-18 22:05:37 UTC

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

2018-05-18 22:05:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 53 Build-date:- May-18-2018-22:05:34-UTC

2018-05-18 22:05:38 UTC

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

2018-05-18 22:05:38 UTC

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

2018-05-18 22:05:49 UTC

|2 BUILD_DATE=May-18-2018-22:05:34-UTC VERSION=53 /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-05-18 22:05:50 UTC

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