Namespace
linuxserver
Image / Tag
heimdall:arm32v7-e7a6ac5a-ls40
Content Digest
sha256:3a658c58e0553aefab28337049da4678e7de850eac3f2a5d717176c01fc4424a
Details
Created

2020-01-06 09:45:23 UTC

Size

32.9 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:91ae08bd5a078a68c7c8981e5c57988511a359c433070e06b3365ff4cf87fa43 - 7.31% (2.41 MB)

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

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

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

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

[#005] sha256:afab3510cf5e0cab74e41a2d6297a00036cdf64f8d7c5431111975fda79e3090 - 33.37% (11 MB)

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


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

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

2019-12-26 18:45:11 UTC

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

2019-12-26 18:45:11 UTC

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

2019-12-26 18:45:12 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:12 UTC

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

2019-12-26 18:45:13 UTC

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

2019-12-26 18:45:14 UTC

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

2019-12-26 18:45:14 UTC

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

2019-12-26 18:45:27 UTC

|4 BUILD_DATE=2019-12-26T19:44:02+01:00 OVERLAY_ARCH=arm 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-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-26 18:45:28 UTC

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

2019-12-26 18:45:29 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:25 UTC

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

2020-01-01 06:18:25 UTC

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

2020-01-01 06:18:26 UTC

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

2020-01-06 09:45:13 UTC

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

2020-01-06 09:45:13 UTC

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

2020-01-06 09:45:14 UTC

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

2020-01-06 09:45:15 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:45:15 UTC

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

2020-01-06 09:45:16 UTC

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

2020-01-06 09:45:22 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:45:23 UTC

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