Namespace
linuxserver
Image / Tag
heimdall:2.1.13-ls29
Content Digest
sha256:9636902458e81300ce9d6fa847fde3dc12d710ab36976fc4a8a9553ca589cf7d
Details
Created

2019-02-23 01:03:33 UTC

Size

33.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.1.13-ls29 Build-date:- 2019-02-22T20:02:50-05: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:a6a46a4045d818f9c63b3b77f04f971e6d0d29bff78539736faf1db457de96e9 - 6.63% (2.22 MB)

[#001] sha256:a6868fd12de8965190b27dca0bf7ecece570f97a650b93bbb1fb2a2bd58b7f6a - 14.45% (4.84 MB)

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

[#003] sha256:4e2cc2c0a267a87252783d444413abe592160b241aa625c3882bce03be55d2d1 - 44.9% (15 MB)

[#004] sha256:d406f0fb0060e81292651c892c0e0dd1e21014428e4436bc7c64bc89c6e83799 - 0.01% (2.86 KB)

[#005] sha256:5af07ee1802bca6fac26266a6fce3ffd325979be6a3c22b7446233f90161cb7d - 34.01% (11.4 MB)

[#006] sha256:1ec01ee2ab94414606eee723f294f13ce2eba038f5488336a97fc72286864a24 - 0.01% (1.87 KB)


History
2019-02-15 23:09:37 UTC

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

2019-02-15 23:09:37 UTC

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

2019-02-15 23:09:37 UTC

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

2019-02-15 23:09:37 UTC

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

2019-02-15 23:09:38 UTC

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

2019-02-15 23:09:45 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.8.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-02-15 23:09:46 UTC

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

2019-02-15 23:09:46 UTC

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

2019-02-15 23:10:33 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-02-15 23:10:33 UTC

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

2019-02-15 23:10:34 UTC

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

2019-02-15 23:10:34 UTC

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

2019-02-23 01:03:21 UTC

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

2019-02-23 01:03:21 UTC

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

2019-02-23 01:03:21 UTC

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

2019-02-23 01:03:21 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.1.13-ls29 Build-date:- 2019-02-22T20:02:50-05:00

2019-02-23 01:03:22 UTC

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

2019-02-23 01:03:22 UTC

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

2019-02-23 01:03:32 UTC

|3 BUILD_DATE=2019-02-22T20:02:50-05:00 HEIMDALL_RELEASE=2.1.13 VERSION=2.1.13-ls29 /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-02-23 01:03:33 UTC

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

Details
Created

2019-02-23 01:10:08 UTC

Size

33.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.1.13-ls29 Build-date:- 2019-02-22T20:02:50-05: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:2a5b06b88378da540267dc819c796551d7b92c7cc53d801457ebb4b655162b49 - 6.42% (2.16 MB)

[#001] sha256:7c44ebbea1b328382889b48ba963c6cb1e50cddb30a8eed908852668a8af6499 - 14.28% (4.8 MB)

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

[#003] sha256:fabaad2e66cf3e4444fecd22f706117dada95725fe1ce8b51ec0094c52bacd9c - 41.59% (14 MB)

[#004] sha256:fe2ebb0e53a9d6d02f426c8697870f7ae06f16e761cacdb16535b5972345141c - 0.01% (2.93 KB)

[#005] sha256:6567605981996621d63832a6b671dce1a02b6b3691aad2668083e9d36b2e4c57 - 4.22% (1.42 MB)

[#006] sha256:85d12c12d72b5321426a1868f0f94b08d40009145548bcf15cfbf7fff27347cd - 33.48% (11.2 MB)

[#007] sha256:11652bdadc43c153dfd21bbcdd23d4a356d8a64eda7affb0016a2e593be4a05a - 0.01% (1.89 KB)


History
2019-02-15 23:17:22 UTC

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

2019-02-15 23:17:23 UTC

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

2019-02-15 23:17:24 UTC

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

2019-02-15 23:17:25 UTC

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

2019-02-15 23:17:25 UTC

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

2019-02-15 23:17:36 UTC

|2 OVERLAY_ARCH=armhf OVERLAY_VERSION=v1.21.8.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-02-15 23:17:38 UTC

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

2019-02-15 23:17:39 UTC

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

2019-02-15 23:18:59 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-02-15 23:19:02 UTC

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

2019-02-15 23:19:03 UTC

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

2019-02-15 23:19:04 UTC

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

2019-02-23 01:03:33 UTC

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

2019-02-23 01:04:05 UTC

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

2019-02-23 01:04:11 UTC

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

2019-02-23 01:04:23 UTC

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

2019-02-23 01:04:36 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.1.13-ls29 Build-date:- 2019-02-22T20:02:50-05:00

2019-02-23 01:04:42 UTC

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

2019-02-23 01:04:58 UTC

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

2019-02-23 01:09:37 UTC

|3 BUILD_DATE=2019-02-22T20:02:50-05:00 HEIMDALL_RELEASE=2.1.13 VERSION=2.1.13-ls29 /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-02-23 01:10:08 UTC

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

Details
Created

2019-02-23 01:06:48 UTC

Size

33.5 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.1.13-ls29 Build-date:- 2019-02-22T20:02:50-05: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:3e6b690cd7e49f65bdd9c4f6cb87f3bfc05f2d03eca75a458aafbc803ee3b471 - 6.3% (2.11 MB)

[#001] sha256:8c295a40fd6bf5b6858f5799e32787f749030966745dcaa6bdb38f5cd9362325 - 14.43% (4.83 MB)

[#002] sha256:815bac6a1f4e0b1ed1caf7a6e6b745d53d14a125998a12ca3056464630e8f6e1 - 0.0% (450 Bytes)

[#003] sha256:d791ffcc01969ade9a285bc609d9dbf36db3724690dade960df1cab8eb6321a0 - 41.05% (13.7 MB)

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

[#005] sha256:6d058ec714473c443afa89e0dd3ab42ca9ba89f700c28984435e4beebd440bee - 4.69% (1.57 MB)

[#006] sha256:393cc2d8ee866acec4c4a853ca866e5ef790de21da712c377077688317ee1513 - 33.51% (11.2 MB)

[#007] sha256:81a3e97b9fe0a908ddd431f2a65b2bf98983987747c7c2942f47b224c90ec7e9 - 0.01% (1.89 KB)


History
2019-02-15 23:50:08 UTC

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

2019-02-15 23:50:09 UTC

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

2019-02-15 23:50:10 UTC

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

2019-02-15 23:50:10 UTC

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

2019-02-15 23:50:11 UTC

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

2019-02-15 23:50:26 UTC

|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.21.8.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-02-15 23:50:30 UTC

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

2019-02-15 23:50:30 UTC

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

2019-02-15 23:51:28 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-02-15 23:51:32 UTC

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

2019-02-15 23:51:32 UTC

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

2019-02-15 23:51:33 UTC

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

2019-02-23 01:03:44 UTC

/bin/sh -c #(nop) COPY file:252e67e7e6dc493b406cb5806c23967ecdbea98b88c359a799de12f94be6c067 in /usr/bin

2019-02-23 01:04:00 UTC

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

2019-02-23 01:04:03 UTC

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

2019-02-23 01:04:06 UTC

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

2019-02-23 01:04:09 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.1.13-ls29 Build-date:- 2019-02-22T20:02:50-05:00

2019-02-23 01:04:12 UTC

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

2019-02-23 01:04:15 UTC

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

2019-02-23 01:06:32 UTC

|3 BUILD_DATE=2019-02-22T20:02:50-05:00 HEIMDALL_RELEASE=2.1.13 VERSION=2.1.13-ls29 /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-02-23 01:06:48 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