Namespace
linuxserver
Image / Tag
heimdall:2.1.12-ls21
Content Digest
sha256:ea91483f2a52fd34fa048f989f138dded00ef2d9e373ed32a7513d0a491fe7d9
Details
Created

2018-12-22 00:56:48 UTC

Size

32.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.1.12-ls21 Build-date:- 2018-12-22T00:55:51+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:0f1ad339d2e01adc4e03f5de2a7453abd25fd71a171622a4adf3565d85171bcc - 6.87% (2.22 MB)

[#001] sha256:4cb8a43a891643e2c337680f2b48c809e3dd8b421122f50a4fddae46fdf0e884 - 14.95% (4.83 MB)

[#002] sha256:5419e3b18744a2a8f55453220c4d28401baedf59dc3b84d3c8e84cfbc02569bf - 0.0% (456 Bytes)

[#003] sha256:a8adcbb10f4f0ee36827b824e3a1cdd579aa79170e8e2025f34a9ecac2b7c95e - 46.56% (15 MB)

[#004] sha256:68bcda9fd1290dcb4da896665ea66131e6202e02da2960e133fc09a881045206 - 0.01% (2.79 KB)

[#005] sha256:a6a7e5af6d84cb67aed0cd295c88ca11c21dcd559df6ac587d3d0e4c2231bd14 - 31.61% (10.2 MB)

[#006] sha256:287e23a8940b5ba216067b0e26e9aec836deb3208e2d806ddadd8e026db7ad25 - 0.01% (1.86 KB)


History
2018-12-14 23:09:41 UTC

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

2018-12-14 23:09:41 UTC

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

2018-12-14 23:09:41 UTC

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

2018-12-14 23:09:41 UTC

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

2018-12-14 23:09:41 UTC

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

2018-12-14 23:09:46 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.7.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-12-14 23:09:46 UTC

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

2018-12-14 23:09:46 UTC

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

2018-12-14 23:10:36 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

2018-12-14 23:10:36 UTC

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

2018-12-14 23:10:37 UTC

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

2018-12-14 23:10:37 UTC

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

2018-12-22 00:56:38 UTC

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

2018-12-22 00:56:39 UTC

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

2018-12-22 00:56:39 UTC

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

2018-12-22 00:56:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.1.12-ls21 Build-date:- 2018-12-22T00:55:51+00:00

2018-12-22 00:56:39 UTC

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

2018-12-22 00:56:39 UTC

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

2018-12-22 00:56:47 UTC

|3 BUILD_DATE=2018-12-22T00:55:51+00:00 HEIMDALL_RELEASE=2.1.12 VERSION=2.1.12-ls21 /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/*

2018-12-22 00:56:48 UTC

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

Details
Created

2018-12-22 00:59:45 UTC

Size

32.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.1.12-ls21 Build-date:- 2018-12-22T00:55:51+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:7c2e72777ac7dfa0550c2c81705a8475f0da307d545e5c26c4072a2596e30d5a - 6.65% (2.16 MB)

[#001] sha256:3aae590b32074e4e8cfd849e907e5061a98a411c8d41e1300a9ef39a7376aa92 - 14.75% (4.78 MB)

[#002] sha256:d6778356c26f9b14bf697c6d3e06379a32adb62ff0257559f0da0a3ac85a5650 - 0.0% (451 Bytes)

[#003] sha256:8f57a2d87ec42226aadee938084ae1a4211fd03b40011ff8913f92198828e13b - 43.07% (14 MB)

[#004] sha256:4dcebda229bfcda92682d8f47039819a7f58115535fd7ac65c4a58b0a9c53a3b - 0.01% (2.85 KB)

[#005] sha256:a5dd7b1e313dfbe69183dda91dfd86d4d224a9f1f923a38227907514807e484a - 4.17% (1.35 MB)

[#006] sha256:c792b498c50ef1f0e27c17d3082019698f997b71fd63385e783a15ac6d31495c - 31.35% (10.2 MB)

[#007] sha256:22dcb237567518334aeb2eb9a6ca90c98022a4f791f053834f0acbd3c3811bfb - 0.01% (1.89 KB)


History
2018-12-21 23:17:30 UTC

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

2018-12-21 23:17:32 UTC

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

2018-12-21 23:17:32 UTC

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

2018-12-21 23:17:33 UTC

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

2018-12-21 23:17:33 UTC

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

2018-12-21 23:17:44 UTC

|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.21.7.0 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && 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 / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*

2018-12-21 23:17:46 UTC

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

2018-12-21 23:17:46 UTC

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

2018-12-21 23:18:58 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

2018-12-21 23:19:00 UTC

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

2018-12-21 23:19:02 UTC

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

2018-12-21 23:19:04 UTC

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

2018-12-22 00:56:53 UTC

/bin/sh -c #(nop) COPY file:82149dbb7970ac4fc9c87a820b908d267b3427b0de720ef52ff156898a145fb6 in /usr/bin

2018-12-22 00:57:03 UTC

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

2018-12-22 00:57:09 UTC

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

2018-12-22 00:57:11 UTC

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

2018-12-22 00:57:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.1.12-ls21 Build-date:- 2018-12-22T00:55:51+00:00

2018-12-22 00:57:20 UTC

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

2018-12-22 00:57:25 UTC

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

2018-12-22 00:58:51 UTC

|3 BUILD_DATE=2018-12-22T00:55:51+00:00 HEIMDALL_RELEASE=2.1.12 VERSION=2.1.12-ls21 /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/*

2018-12-22 00:59:45 UTC

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

Details
Created

2018-12-22 01:01:37 UTC

Size

32.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.1.12-ls21 Build-date:- 2018-12-22T00:55:51+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:c0b58aec243609ce520f876e99e4ac6aa134a8154721d864d174e1b60fb74f51 - 6.54% (2.11 MB)

[#001] sha256:05d0a65f5c23f2e9a62fa87c5bd7ea9b54646ceaaf306935f97a46598d1b7e05 - 14.94% (4.82 MB)

[#002] sha256:b6ff87a83f81840b07a692f7761f80b77fc35083051f0237e899818f20a4936f - 0.0% (451 Bytes)

[#003] sha256:a848cbb1da280d19d2ac176f53529feeddd47c48384be18d60ac7412f3cd116e - 42.64% (13.7 MB)

[#004] sha256:169169296b24468dda89aa41d3aa9ed30e02155fd29236743477290aff27bb57 - 0.01% (2.79 KB)

[#005] sha256:4c3321091bcbde97cf6141a5975bb73003a337bd905b0996ca7afb2df82c0ad7 - 4.34% (1.4 MB)

[#006] sha256:fbaeef8ebd2d73822b780def69c762d4ce283da208187bae7dfcca1ad9955617 - 31.52% (10.2 MB)

[#007] sha256:67990745df48e9868de8365a4736995e1c8d38031cf6bf8ad5bae0eba6216594 - 0.01% (1.89 KB)


History
2018-12-14 23:50:28 UTC

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

2018-12-14 23:50:28 UTC

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

2018-12-14 23:50:29 UTC

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

2018-12-14 23:50:30 UTC

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

2018-12-14 23:50:32 UTC

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

2018-12-14 23:50:52 UTC

|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.21.7.0 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && 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 / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*

2018-12-14 23:50:53 UTC

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

2018-12-14 23:50:54 UTC

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

2018-12-14 23:52:13 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

2018-12-14 23:52:30 UTC

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

2018-12-14 23:52:38 UTC

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

2018-12-14 23:52:52 UTC

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

2018-12-22 00:57:03 UTC

/bin/sh -c #(nop) COPY file:91ef3dd64567ead8d68e576d7e79d501894dc70ad24db7efe5aae9771a019723 in /usr/bin

2018-12-22 00:57:09 UTC

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

2018-12-22 00:57:13 UTC

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

2018-12-22 00:57:15 UTC

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

2018-12-22 00:57:16 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.1.12-ls21 Build-date:- 2018-12-22T00:55:51+00:00

2018-12-22 00:57:17 UTC

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

2018-12-22 00:57:18 UTC

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

2018-12-22 01:00:05 UTC

|3 BUILD_DATE=2018-12-22T00:55:51+00:00 HEIMDALL_RELEASE=2.1.12 VERSION=2.1.12-ls21 /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/*

2018-12-22 01:01:37 UTC

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