Namespace
linuxserver
Image / Tag
heimdall:arm64v8-e2cc32fd-ls37
Content Digest
sha256:210785f2c68696c5652d06865d28d5ea454e0f512f2cf69c6d5c9b49475e7b86
Details
Created

2019-12-15 23:12:07 UTC

Size

36 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- e2cc32fd-ls37 Build-date:- 2019-12-15T18:10:47-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:42c96e1c249afd1335fe5d097863d7652e3a182b3d8c6c9a3b0560b5fe23fb78 - 7.53% (2.71 MB)

[#001] sha256:e1596843f41d2641c24c5feb66d948d175f6a0dc19def06ce2253cee317f2605 - 18.84% (6.78 MB)

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

[#003] sha256:ca61f97742bcfa719993559dc4494a5d8c837595887523f88a62bb930c6703fe - 42.64% (15.3 MB)

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

[#005] sha256:35b2e7ab8d6e526b5a712167a261b8b3582c9875537f7ac4a6f79cb923487e91 - 30.96% (11.1 MB)

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


History
2019-11-27 22:19:01 UTC

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

2019-11-27 22:19:06 UTC

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

2019-11-27 22:19:08 UTC

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

2019-11-27 22:19:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8d9407a6-ls12 Build-date:- 2019-11-27T17:16:20-05:00

2019-11-27 22:19:14 UTC

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

2019-11-27 22:19:16 UTC

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

2019-11-27 22:19:18 UTC

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

2019-11-27 22:19:21 UTC

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

2019-11-27 22:20:05 UTC

|4 BUILD_DATE=2019-11-27T17:16:20-05:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=8d9407a6-ls12 /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-11-27 22:20:18 UTC

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

2019-11-27 22:20:21 UTC

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

2019-12-10 22:20:27 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 && 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-10 22:20:29 UTC

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

2019-12-10 22:20:30 UTC

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

2019-12-10 22:20:30 UTC

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

2019-12-15 23:11:58 UTC

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

2019-12-15 23:11:59 UTC

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

2019-12-15 23:12:00 UTC

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

2019-12-15 23:12:00 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e2cc32fd-ls37 Build-date:- 2019-12-15T18:10:47-05:00

2019-12-15 23:12:01 UTC

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

2019-12-15 23:12:01 UTC

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

2019-12-15 23:12:06 UTC

|3 BUILD_DATE=2019-12-15T18:10:47-05:00 HEIMDALL_RELEASE=e2cc32fd VERSION=e2cc32fd-ls37 /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-15 23:12:07 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