Namespace
linuxserver
Image / Tag
heimdall:arm64v8-development-398df758-ls152
Content Digest
sha256:32da491380ae7cc3e94016abdd5617a6bd8da694126a0869519451a5db477ad0
Details
Created

2022-07-10 07:58:23 UTC

Size

37.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 398df758-ls152 Build-date:- 2022-07-10T09:57:12+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-07-10T09:57:12+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
    22f248749b5129da0c44c75ef81611c1905daff6
  • org.opencontainers.image.revision
    22f248749b5129da0c44c75ef81611c1905daff6
  • 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
    398df758-ls152

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:fa3f90508cff5825c49aaa0361d4510941f0082c97c68f9471ac28dcd902e995 - 7.24% (2.71 MB)

[#001] sha256:e7ceb3c5704c2ee701aa5c9abc15b56cebe878196a5ee3d3bdc10703367faec4 - 5.74% (2.15 MB)

[#002] sha256:e1aa7a1e11b218fb9676d0f09633047aedfbd98538ddb7a93a74288be5de400b - 5.62% (2.1 MB)

[#003] sha256:fef9a2e3f8986432b9c662d3c061639e3df303919594e63fa697819f08063a3b - 0.0% (440 Bytes)

[#004] sha256:81544ee535344a8ef0ba9714895fe36702c53089d32bb006b118d58b993db084 - 12.48% (4.67 MB)

[#005] sha256:cea00f4576f70e7309c1b1274b6877efdb17b56833dad61af462f09af21d95f9 - 0.01% (3.34 KB)

[#006] sha256:adee88fcbf5a260f69eb78285615fb0c4c4822b393a7d3990bfbe80a466b85cf - 39.09% (14.6 MB)

[#007] sha256:b0cb7568993b8f1e995361016207a446df8c5a0df300c3a51d5fb2cb2e72f3be - 0.01% (2.85 KB)

[#008] sha256:d8247113771fd99e5a87419f8d75ecd97cfa6105b02f1e819e316928f69ccf79 - 29.82% (11.2 MB)

[#009] sha256:7b79343729fed30196ea49822d094b1fc11342e506c1783ccceffa56f03bad1e - 0.01% (2.29 KB)


History
2022-07-05 06:33:31 UTC

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

2022-07-05 06:33:31 UTC

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

2022-07-05 06:33:31 UTC

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

2022-07-05 06:33:31 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f72ef10e-ls23 Build-date:- 2022-07-05T08:32:20+02:00

2022-07-05 06:33:31 UTC

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

2022-07-05 06:33:31 UTC

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

2022-07-05 06:33:32 UTC

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

2022-07-05 06:33:32 UTC

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

2022-07-05 06:33:33 UTC

|4 BUILD_DATE=2022-07-05T08:32:20+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f72ef10e-ls23 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-07-05 06:33:34 UTC

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

2022-07-05 06:33:34 UTC

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

2022-07-05 06:33:38 UTC

|4 BUILD_DATE=2022-07-05T08:32:20+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f72ef10e-ls23 /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-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/*

2022-07-05 06:33:38 UTC

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

2022-07-05 06:33:38 UTC

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

2022-07-05 06:33:38 UTC

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

2022-07-05 06:33:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-05T08:32:20+02:00

2022-07-05 06:33:39 UTC

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

2022-07-05 06:33:39 UTC

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

2022-07-05 06:33:39 UTC

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

2022-07-05 06:33:39 UTC

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

2022-07-05 06:33:39 UTC

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

2022-07-05 06:33:39 UTC

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

2022-07-05 06:33:40 UTC

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

2022-07-05 06:33:40 UTC

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

2022-07-05 06:33:40 UTC

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

2022-07-05 06:33:40 UTC

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

2022-07-07 05:55:57 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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 HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.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

2022-07-07 05:55:57 UTC

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

2022-07-07 05:55:57 UTC

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

2022-07-07 05:55:58 UTC

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

2022-07-07 05:55:58 UTC

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

2022-07-07 05:55:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-07T00:54:49-05:00

2022-07-07 05:55:58 UTC

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

2022-07-07 05:55:58 UTC

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

2022-07-07 05:55:58 UTC

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

2022-07-07 05:55:59 UTC

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

2022-07-07 05:55:59 UTC

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

2022-07-07 05:55:59 UTC

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

2022-07-07 05:55:59 UTC

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

2022-07-07 05:55:59 UTC

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

2022-07-07 05:55:59 UTC

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

2022-07-07 05:55:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=025426c9-ls23

2022-07-10 07:58:16 UTC

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

2022-07-10 07:58:16 UTC

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

2022-07-10 07:58:16 UTC

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

2022-07-10 07:58:16 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 398df758-ls152 Build-date:- 2022-07-10T09:57:12+02:00

2022-07-10 07:58:17 UTC

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

2022-07-10 07:58:17 UTC

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

2022-07-10 07:58:21 UTC

|3 BUILD_DATE=2022-07-10T09:57:12+02:00 HEIMDALL_RELEASE=398df758 VERSION=398df758-ls152 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip && 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/*

2022-07-10 07:58:21 UTC

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

2022-07-10 07:58:22 UTC

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

2022-07-10 07:58:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-10T09:57:12+02:00

2022-07-10 07:58:22 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.

2022-07-10 07:58:22 UTC

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

2022-07-10 07:58:22 UTC

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

2022-07-10 07:58:22 UTC

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

2022-07-10 07:58:23 UTC

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

2022-07-10 07:58:23 UTC

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

2022-07-10 07:58:23 UTC

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

2022-07-10 07:58:23 UTC

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

2022-07-10 07:58:23 UTC

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

2022-07-10 07:58:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=398df758-ls152

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