Namespace
linuxserver
Image / Tag
heimdall:e2cc32fd-ls39
Content Digest
sha256:ab38f8d43f2d893113be45e1d99b70dc61a1068c6cc593713c6f2b15aad37f90
Details
Created

2019-12-29 23:12:40 UTC

Size

34.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- e2cc32fd-ls39 Build-date:- 2019-12-30T00:11:45+01: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:05b6fb9d8a1c7c32f448f464f2f08fb7e6ebce8eb55a00f0d39351b9bf07fad7 - 8.15% (2.79 MB)

[#001] sha256:4fa2725a3e0c0de93bfbc026f080f3e6268f3be2680c3380591476be3aae5db1 - 14.54% (4.97 MB)

[#002] sha256:16b1397224c35edb5e553bf8032506f735fd8a8581614d1d313d319c46f1cf91 - 0.01% (3.97 KB)

[#003] sha256:cc14d1c178a501748907fe2944011a20a9a8a36fe1b954c4c62f9e59b0070151 - 44.8% (15.3 MB)

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

[#005] sha256:a00072a6de4b57fcd56f6416f868a9da4e9c874fde1a25b09245377d88b14e7d - 32.49% (11.1 MB)

[#006] sha256:29271d8c0a01c7e5d2a1f42cbbefc4fa8887d03d4e3becaa550f3449264ae76a - 0.01% (2.2 KB)


History
2019-12-19 22:26:40 UTC

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

2019-12-19 22:26:40 UTC

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

2019-12-19 22:26:41 UTC

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

2019-12-19 22:26:41 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 44ef4662-ls1 Build-date:- 2019-12-19T23:25:45+01:00

2019-12-19 22:26:41 UTC

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

2019-12-19 22:26:42 UTC

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

2019-12-19 22:26:42 UTC

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

2019-12-19 22:26:42 UTC

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

2019-12-19 22:26:50 UTC

|4 BUILD_DATE=2019-12-19T23:25:45+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=44ef4662-ls1 /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-12-19 22:26:51 UTC

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

2019-12-19 22:26:51 UTC

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

2019-12-25 06:17:40 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.0-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 && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2019-12-25 06:17:40 UTC

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

2019-12-25 06:17:40 UTC

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

2019-12-25 06:17:41 UTC

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

2019-12-29 23:12:32 UTC

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

2019-12-29 23:12:33 UTC

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

2019-12-29 23:12:33 UTC

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

2019-12-29 23:12:33 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2cc32fd-ls39 Build-date:- 2019-12-30T00:11:45+01:00

2019-12-29 23:12:34 UTC

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

2019-12-29 23:12:34 UTC

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

2019-12-29 23:12:39 UTC

|3 BUILD_DATE=2019-12-30T00:11:45+01:00 HEIMDALL_RELEASE=e2cc32fd VERSION=e2cc32fd-ls39 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip tar && echo "**** install heimdall ****" && mkdir -p /heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /heimdall/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && echo "**** cleanup ****" && rm -rf /tmp/*

2019-12-29 23:12:40 UTC

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

Details
Created

2019-12-29 23:12:52 UTC

Size

32.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- e2cc32fd-ls39 Build-date:- 2019-12-30T00:11:45+01: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:4369fe386e8cffa7e583de97e60aae168a9f7c048fd82c07bf5ae36c82598fc7 - 7.31% (2.41 MB)

[#001] sha256:e7d944a1913462342f7b0e714d4b69aceab807df92ac3151de23ae838882d6a2 - 18.96% (6.24 MB)

[#002] sha256:e0f2858ca29579539717dcd3e8c6fc4d1891575ceca9d583562c7da5d4659f8c - 0.01% (3.97 KB)

[#003] sha256:f43e8d0457fde75d2d5dc12ee64ac02721a8ba8d940dc1598921d0a403406a61 - 40.34% (13.3 MB)

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

[#005] sha256:fbe4b2408887dddeb715e3522d89e7de1f332d569dff257804082467fd78f1a4 - 33.36% (11 MB)

[#006] sha256:2a90d1bc10db83c780dc4fc9ec86c3bafb9b664f9848f587fcaa770b889e7176 - 0.01% (2.23 KB)


History
2019-12-19 22:27:00 UTC

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

2019-12-19 22:27:02 UTC

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

2019-12-19 22:27:02 UTC

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

2019-12-19 22:27:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 44ef4662-ls1 Build-date:- 2019-12-19T23:25:45+01:00

2019-12-19 22:27:03 UTC

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

2019-12-19 22:27:04 UTC

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

2019-12-19 22:27:04 UTC

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

2019-12-19 22:27:05 UTC

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

2019-12-19 22:27:19 UTC

|4 BUILD_DATE=2019-12-19T23:25:45+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v1.22.1.0 VERSION=44ef4662-ls1 /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 "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2019-12-19 22:27:22 UTC

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

2019-12-19 22:27:23 UTC

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

2019-12-25 06:18:01 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.0-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 && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2019-12-25 06:18:03 UTC

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

2019-12-25 06:18:03 UTC

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

2019-12-25 06:18:04 UTC

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

2019-12-29 23:12:40 UTC

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

2019-12-29 23:12:41 UTC

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

2019-12-29 23:12:41 UTC

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

2019-12-29 23:12:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2cc32fd-ls39 Build-date:- 2019-12-30T00:11:45+01:00

2019-12-29 23:12:42 UTC

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

2019-12-29 23:12:43 UTC

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

2019-12-29 23:12:51 UTC

|3 BUILD_DATE=2019-12-30T00:11:45+01:00 HEIMDALL_RELEASE=e2cc32fd VERSION=e2cc32fd-ls39 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip tar && echo "**** install heimdall ****" && mkdir -p /heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /heimdall/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && echo "**** cleanup ****" && rm -rf /tmp/*

2019-12-29 23:12:52 UTC

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

Details
Created

2019-12-29 23:14:01 UTC

Size

36.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- e2cc32fd-ls39 Build-date:- 2019-12-30T00:11:45+01: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:57a73f8efcceea6692e52f1ba53ed2c3967abb0c96a0aa81bde442e249eac250 - 7.49% (2.71 MB)

[#001] sha256:c2129cf3418785f6216003915ea365c18f01efd0a22851e7183024839ced9b7d - 18.75% (6.78 MB)

[#002] sha256:b950677918387924e1af914c52911369978635640c1e84617e65b4482fa6671a - 0.01% (3.97 KB)

[#003] sha256:fa63d6c0819076f64a54edc6349e4073028895eb71fd29bf1074bf4d70e763b5 - 42.95% (15.5 MB)

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

[#005] sha256:f0dc14432ddbd967941206f216d37a075eedebc5885a6d42c8c4867fe2a070ee - 30.78% (11.1 MB)

[#006] sha256:abc21a563197d8111933242db134e4c456863a522ce7006b8f41b92317ac882d - 0.01% (2.23 KB)


History
2019-12-19 22:29:47 UTC

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

2019-12-19 22:30:09 UTC

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

2019-12-19 22:30:24 UTC

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

2019-12-19 22:30:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 44ef4662-ls1 Build-date:- 2019-12-19T23:25:45+01:00

2019-12-19 22:30:52 UTC

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

2019-12-19 22:31:02 UTC

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

2019-12-19 22:31:09 UTC

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

2019-12-19 22:31:26 UTC

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

2019-12-19 22:31:54 UTC

|4 BUILD_DATE=2019-12-19T23:25:45+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=44ef4662-ls1 /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 "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2019-12-19 22:32:04 UTC

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

2019-12-19 22:32:11 UTC

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

2019-12-25 06:18:18 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.0-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 && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2019-12-25 06:18:29 UTC

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

2019-12-25 06:18:29 UTC

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

2019-12-25 06:18:30 UTC

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

2019-12-29 23:13:17 UTC

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

2019-12-29 23:13:23 UTC

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

2019-12-29 23:13:26 UTC

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

2019-12-29 23:13:27 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2cc32fd-ls39 Build-date:- 2019-12-30T00:11:45+01:00

2019-12-29 23:13:28 UTC

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

2019-12-29 23:13:37 UTC

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

2019-12-29 23:13:50 UTC

|3 BUILD_DATE=2019-12-30T00:11:45+01:00 HEIMDALL_RELEASE=e2cc32fd VERSION=e2cc32fd-ls39 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip tar && echo "**** install heimdall ****" && mkdir -p /heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /heimdall/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && echo "**** cleanup ****" && rm -rf /tmp/*

2019-12-29 23:14:01 UTC

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