Namespace
linuxserver
Image / Tag
heimdall:arm32v6-latest
Content Digest
sha256:04c024a553774a9812bb4b4401a72c24fae51f0c9c4a148c3880469088216005
Details
Created

2019-03-23 00:59:53 UTC

Size

32.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.1.13-ls34 Build-date:- 2019-03-23T00:58:25+00:00
  • 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:1afc5ef628ed175aa2cbbeff62b2ac511e227aec6691c642107de5a6eaded783 - 7.76% (2.54 MB)

[#001] sha256:a4ebce1ccebd3c817dc9260fbe704d88f1cd9bf0d88555cea1ae855d2df92ad4 - 14.57% (4.77 MB)

[#002] sha256:5c23e844d658bda9dbd89bb137244a27daa519a6a0d8e31b2bbafda968bfcb76 - 0.0% (449 Bytes)

[#003] sha256:5114d92862f43394a31439b7ebe3780abba972b35340edd6d0898529d6a1d7bf - 42.15% (13.8 MB)

[#004] sha256:4ecd0e176fadc75534589c6719eb3a8deba44110ddb653a7121c57be89e7c498 - 0.01% (2.92 KB)

[#005] sha256:8fc74b0e5f6697b7d8cf73a824494866ed43b2b1a9e46470f4b6fc7e4d7e77f7 - 4.34% (1.42 MB)

[#006] sha256:7a2b294d1c347dd5e5461fb36cbe02052a4e57383f69e8f317da8934e05e7d32 - 31.17% (10.2 MB)

[#007] sha256:03c67063f7c987e94f99f9e6c7d1e7a76be31fafc992c8ef991fdda4b531c8dd - 0.01% (1.89 KB)


History
2019-03-22 23:43:40 UTC

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

2019-03-22 23:43:41 UTC

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

2019-03-22 23:43:42 UTC

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

2019-03-22 23:43:43 UTC

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

2019-03-22 23:43:45 UTC

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

2019-03-22 23:44:03 UTC

|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.22.0.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/*

2019-03-22 23:44:06 UTC

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

2019-03-22 23:44:07 UTC

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

2019-03-22 23:48:02 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl2.7-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

2019-03-22 23:48:30 UTC

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

2019-03-22 23:48:54 UTC

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

2019-03-22 23:49:06 UTC

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

2019-03-23 00:59:20 UTC

/bin/sh -c #(nop) COPY file:6c922dd07f5693673ff4f8452125ea1f2df16fffbe47cefb85ff34e4507dd3e6 in /usr/bin

2019-03-23 00:59:22 UTC

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

2019-03-23 00:59:23 UTC

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

2019-03-23 00:59:23 UTC

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

2019-03-23 00:59:25 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.1.13-ls34 Build-date:- 2019-03-23T00:58:25+00:00

2019-03-23 00:59:25 UTC

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

2019-03-23 00:59:26 UTC

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

2019-03-23 00:59:46 UTC

|3 BUILD_DATE=2019-03-23T00:58:25+00:00 HEIMDALL_RELEASE=2.1.13 VERSION=2.1.13-ls34 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl nginx php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip tar && echo "**** install heimdall ****" && mkdir -p /var/www/localhost/heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && tar xf /tmp/heimdall.tar.gz -C /var/www/localhost/heimdall --strip-components=1 && echo "**** configure nginx ****" && echo -e '\n# Heimdall user authorization\nfastcgi_param PHP_AUTH_USER $remote_user;\nfastcgi_param PHP_AUTH_PW $http_authorization;' >> /etc/nginx/fastcgi_params && echo "**** cleanup ****" && rm -rf /tmp/*

2019-03-23 00:59:53 UTC

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