Namespace
linuxserver
Image / Tag
heimdall:arm32v7-2.2.2-ls137
Content Digest
sha256:f73f26af321a6cabbe1b874b9a6f502e5ef85d3f855ab325cffb0fc3f62d82e4
Details
Created

2021-08-22 08:00:45 UTC

Size

36.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls137 Build-date:- 2021-08-22T09:59:13+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-08-22T09:59:13+02:00
  • org.opencontainers.image.description
    [Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-heimdall
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    1fdc74ecdfbf1a9172759196c849a8c361404516
  • org.opencontainers.image.revision
    1fdc74ecdfbf1a9172759196c849a8c361404516
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-heimdall
  • org.opencontainers.image.title
    Heimdall
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-heimdall/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    2.2.2-ls137

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:52170e8750cdb02986a8941361ea84e53cee8fa1a2de297f2ba87669d945b2e4 - 6.65% (2.4 MB)

[#001] sha256:b6c262e834f58183ba6afe4f4043ad492199c953d4f7a25e4bad30aac1131d11 - 5.96% (2.15 MB)

[#002] sha256:e109d392c820273ea0756ca56fb403ff81bd1a9502cd5dde70443a3599a81b19 - 5.76% (2.08 MB)

[#003] sha256:05339d5ad26b16cf3a75e9df7cc6a0effd87fa19f4ac52ae3dff718d56037596 - 0.0% (409 Bytes)

[#004] sha256:451122da503d5eef12575e89b1d33e51e478c4c1d9f91e641e84411c1d510d16 - 11.03% (3.98 MB)

[#005] sha256:aaba881bfa31396f2a0a833fec948858e37dde286a5ac609b276eb5c81a86899 - 0.01% (2.7 KB)

[#006] sha256:e6d244bf91cd3140d3c54784f7c0437c3e1e0ef852a9839d85668717747aee47 - 37.16% (13.4 MB)

[#007] sha256:935886663d51b46ea9dff75845a471e00cc4049b58b6998fe743fc3e9c4bd328 - 0.01% (3.03 KB)

[#008] sha256:451186372832371556e4677f11356d19af665c832f3bcbcfa639176da8e86e2a - 33.41% (12.1 MB)

[#009] sha256:f65dc790ef89dc4e1fecadf5ca0af2b84a39e2ae8c4345d8822a345f07a2fc25 - 0.01% (2.23 KB)


History
2021-08-10 06:30:29 UTC

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

2021-08-10 06:30:29 UTC

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

2021-08-10 06:30:30 UTC

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

2021-08-10 06:30:31 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e566ecd9-ls26 Build-date:- 2021-08-10T08:29:18+02:00

2021-08-10 06:30:32 UTC

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

2021-08-10 06:30:33 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-08-10 06:30:34 UTC

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

2021-08-10 06:30:37 UTC

/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/

2021-08-10 06:30:38 UTC

|4 BUILD_DATE=2021-08-10T08:29:18+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=e566ecd9-ls26 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-08-10 06:30:39 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-08-10 06:30:39 UTC

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

2021-08-10 06:30:44 UTC

|4 BUILD_DATE=2021-08-10T08:29:18+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=e566ecd9-ls26 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && 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/*

2021-08-10 06:30:45 UTC

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

2021-08-10 06:30:45 UTC

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

2021-08-10 06:30:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-08-10 06:30:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-10T08:29:18+02:00

2021-08-10 06:30:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-08-10 06:30:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-08-10 06:30:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-08-10 06:30:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=8cb47208d5b1ce46fb7dcb0f1dea52c89cd4ebb4

2021-08-10 06:30:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=8cb47208d5b1ce46fb7dcb0f1dea52c89cd4ebb4

2021-08-10 06:30:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-08-10 06:30:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-08-10 06:30:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-08-10 06:30:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-08-10 06:30:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=e566ecd9-ls26

2021-08-12 05:53:49 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.1-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

2021-08-12 05:53:50 UTC

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

2021-08-12 05:53:50 UTC

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

2021-08-12 05:53:50 UTC

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

2021-08-12 05:53:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-08-12 05:53:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-12T07:53:01+02:00

2021-08-12 05:53:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io

2021-08-12 05:53:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx

2021-08-12 05:53:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-08-12 05:53:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=f982aa3f85003f1d7ea4683bfb72e94a0b398d77

2021-08-12 05:53:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f982aa3f85003f1d7ea4683bfb72e94a0b398d77

2021-08-12 05:53:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx

2021-08-12 05:53:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx

2021-08-12 05:53:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages

2021-08-12 05:53:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-08-12 05:53:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=c0abbd55-ls26

2021-08-22 08:00:22 UTC

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

2021-08-22 08:00:22 UTC

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

2021-08-22 08:00:23 UTC

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

2021-08-22 08:00:24 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls137 Build-date:- 2021-08-22T09:59:13+02:00

2021-08-22 08:00:25 UTC

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

2021-08-22 08:00:26 UTC

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

2021-08-22 08:00:33 UTC

|3 BUILD_DATE=2021-08-22T09:59:13+02:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls137 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl php7-ctype php7-curl php7-pdo_pgsql php7-pdo_sqlite php7-pdo_mysql 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/releases/latest" | awk '/tag_name/{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/*

2021-08-22 08:00:34 UTC

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

2021-08-22 08:00:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-08-22 08:00:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-08-22T09:59:13+02:00

2021-08-22 08:00:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.

2021-08-22 08:00:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall

2021-08-22 08:00:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-08-22 08:00:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1fdc74ecdfbf1a9172759196c849a8c361404516

2021-08-22 08:00:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1fdc74ecdfbf1a9172759196c849a8c361404516

2021-08-22 08:00:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall

2021-08-22 08:00:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall

2021-08-22 08:00:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages

2021-08-22 08:00:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-08-22 08:00:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.2.2-ls137

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