Namespace
linuxserver
Image / Tag
heimdall:arm64v8-e7a6ac5a-ls40
Content Digest
sha256:434bd5a542a77b6618e51e345f52e1674a8337096d3ee94b46acb1a6ebe9c2a7
Details
Created

2020-01-06 09:46:53 UTC

Size

36.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- e7a6ac5a-ls40 Build-date:- 2020-01-06T04:43:31-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:a666ea55f3c321bdc673eb993cf43b3a4ecd43e0c5452b29850f1d31709b9de9 - 7.49% (2.71 MB)

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

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

[#003] sha256:8fcf3e69de6366c2b026951586c5363f223b8d8d41d1eabfd197b0b336b33515 - 42.94% (15.5 MB)

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

[#005] sha256:c72982b12d4f69c9ad1e27ea26d2140e4ac39f4d275884e8f0ef8ebe1c1f65da - 30.79% (11.1 MB)

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


History
2019-12-26 18:45:22 UTC

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

2019-12-26 18:45:23 UTC

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

2019-12-26 18:45:23 UTC

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

2019-12-26 18:45:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f99185da-ls2 Build-date:- 2019-12-26T19:44:02+01:00

2019-12-26 18:45:25 UTC

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

2019-12-26 18:45:25 UTC

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

2019-12-26 18:45:26 UTC

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

2019-12-26 18:45:26 UTC

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

2019-12-26 18:45:40 UTC

|4 BUILD_DATE=2019-12-26T19:44:02+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.22.1.0 VERSION=f99185da-ls2 /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-26 18:45:42 UTC

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

2019-12-26 18:45:43 UTC

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

2020-01-01 06:18:22 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

2020-01-01 06:18:24 UTC

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

2020-01-01 06:18:25 UTC

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

2020-01-01 06:18:25 UTC

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

2020-01-06 09:45:44 UTC

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

2020-01-06 09:45:47 UTC

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

2020-01-06 09:45:55 UTC

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

2020-01-06 09:46:05 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e7a6ac5a-ls40 Build-date:- 2020-01-06T04:43:31-05:00

2020-01-06 09:46:15 UTC

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

2020-01-06 09:46:18 UTC

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

2020-01-06 09:46:36 UTC

|3 BUILD_DATE=2020-01-06T04:43:31-05:00 HEIMDALL_RELEASE=e7a6ac5a VERSION=e7a6ac5a-ls40 /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/*

2020-01-06 09:46:53 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