Namespace
linuxserver
Image / Tag
heimdall:development-61a5a1a8-ls96
Content Digest
sha256:9d93a85e98e04b66a26013d9be0f750337ac03a25c5174acd73f6299dc29eadb
Details
Created

2021-08-08 07:58:44 UTC

Size

35.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 61a5a1a8-ls96 Build-date:- 2021-08-08T09:57:53+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-08-08T09:57:53+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
    bddbb1d7df7bd109de290b8bdbbee9a3594dc59a
  • org.opencontainers.image.revision
    bddbb1d7df7bd109de290b8bdbbee9a3594dc59a
  • 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
    61a5a1a8-ls96

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:1fa70ecae9a97d6534805a7bee490a0d85b3fa20a64c26ea9d0c28683ed3da8b - 7.8% (2.79 MB)

[#001] sha256:014067441f437778ade8e007c6404b6a03e9050f7a36ff654058078d59183288 - 5.05% (1.8 MB)

[#002] sha256:1734034296d4866ef374add0f7e5214433610b062879898f0664ac05bce414fe - 4.85% (1.74 MB)

[#003] sha256:d0ec46b22e9a93987af2a81a162784562160279593df481d14fee14e8656d59c - 0.0% (437 Bytes)

[#004] sha256:0d51ad210fa4ab331627218ab2acda8e405a0b52fea9ed97d886177d439f27b3 - 7.99% (2.86 MB)

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

[#006] sha256:a42d55c413c3e615ba552ae63c5e42de6429b73c22230a02837c46a286a47dd2 - 43.31% (15.5 MB)

[#007] sha256:55c9986e937a426e049f2bee6479f8692397339af919d39ade172a53d8a3be11 - 0.01% (3.02 KB)

[#008] sha256:6e85f0f2699a10762adf718f7b5e80225cd0e0039cc28771a6846b2da8657118 - 30.97% (11.1 MB)

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


History
2021-08-03 06:29:55 UTC

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

2021-08-03 06:29:55 UTC

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

2021-08-03 06:29:55 UTC

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

2021-08-03 06:29:55 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 34594ff1-ls25 Build-date:- 2021-08-03T08:29:09+02:00

2021-08-03 06:29:55 UTC

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

2021-08-03 06:29:55 UTC

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

2021-08-03 06:29:55 UTC

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

2021-08-03 06:29:56 UTC

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

2021-08-03 06:29:56 UTC

|4 BUILD_DATE=2021-08-03T08:29:09+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=34594ff1-ls25 /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-03 06:29:56 UTC

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

2021-08-03 06:29:56 UTC

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

2021-08-03 06:29:58 UTC

|4 BUILD_DATE=2021-08-03T08:29:09+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=34594ff1-ls25 /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 "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-08-03 06:29:58 UTC

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

2021-08-03 06:29:58 UTC

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

2021-08-03 06:29:58 UTC

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

2021-08-03 06:29:58 UTC

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

2021-08-03 06:29:59 UTC

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

2021-08-03 06:29:59 UTC

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

2021-08-03 06:29:59 UTC

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

2021-08-03 06:29:59 UTC

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

2021-08-03 06:29:59 UTC

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

2021-08-03 06:29:59 UTC

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

2021-08-03 06:29:59 UTC

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

2021-08-03 06:29:59 UTC

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

2021-08-03 06:29:59 UTC

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

2021-08-03 06:29:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=34594ff1-ls25

2021-08-05 05:54:09 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-05 05:54:09 UTC

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

2021-08-05 05:54:09 UTC

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

2021-08-05 05:54:09 UTC

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

2021-08-05 05:54:10 UTC

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

2021-08-05 05:54:10 UTC

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

2021-08-05 05:54:10 UTC

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

2021-08-05 05:54:10 UTC

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

2021-08-05 05:54:10 UTC

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

2021-08-05 05:54:10 UTC

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

2021-08-05 05:54:10 UTC

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

2021-08-05 05:54:10 UTC

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

2021-08-05 05:54:10 UTC

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

2021-08-05 05:54:11 UTC

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

2021-08-05 05:54:11 UTC

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

2021-08-05 05:54:11 UTC

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

2021-08-08 07:58:39 UTC

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

2021-08-08 07:58:39 UTC

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

2021-08-08 07:58:39 UTC

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

2021-08-08 07:58:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 61a5a1a8-ls96 Build-date:- 2021-08-08T09:57:53+02:00

2021-08-08 07:58:39 UTC

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

2021-08-08 07:58:40 UTC

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

2021-08-08 07:58:42 UTC

|3 BUILD_DATE=2021-08-08T09:57:53+02:00 HEIMDALL_RELEASE=61a5a1a8 VERSION=61a5a1a8-ls96 /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/*

2021-08-08 07:58:43 UTC

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

2021-08-08 07:58:43 UTC

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

2021-08-08 07:58:43 UTC

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

2021-08-08 07:58:43 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-08 07:58:43 UTC

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

2021-08-08 07:58:43 UTC

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

2021-08-08 07:58:43 UTC

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

2021-08-08 07:58:43 UTC

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

2021-08-08 07:58:44 UTC

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

2021-08-08 07:58:44 UTC

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

2021-08-08 07:58:44 UTC

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

2021-08-08 07:58:44 UTC

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

2021-08-08 07:58:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=61a5a1a8-ls96

Details
Created

2021-08-08 07:58:54 UTC

Size

35 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 61a5a1a8-ls96 Build-date:- 2021-08-08T09:57:53+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-08-08T09:57:53+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
    bddbb1d7df7bd109de290b8bdbbee9a3594dc59a
  • org.opencontainers.image.revision
    bddbb1d7df7bd109de290b8bdbbee9a3594dc59a
  • 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
    61a5a1a8-ls96

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:8311d78ccbd995a16a46a1d5c3cf551ccbe41e6b2a4432a950f8999408858be2 - 6.86% (2.4 MB)

[#001] sha256:859f93fcfd5fa0b40c7392316690e9a2567453d081ef427251ac79d980d3e2ee - 6.15% (2.15 MB)

[#002] sha256:50818f48fd32cf7b12fa6be23c92742cfa44eb244888e573a910a550f2da3728 - 5.95% (2.08 MB)

[#003] sha256:4f9004e5174e2a92f76be1d10b32401041f288c60c3b690fe7d02e7fb4a11234 - 0.0% (436 Bytes)

[#004] sha256:fd02f0ae2b352073a9f5406a12d0b86c1b22ca6513c97efb3c28c5f402ebf7eb - 11.38% (3.98 MB)

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

[#006] sha256:b3f0312578be1ace9db367de967119363c12d8917b377047da91dc199b03ed1e - 38.35% (13.4 MB)

[#007] sha256:a7f3f1a3b364b66d8c63c4f765c2cfeaa1bde935b0b26323580a0cb8c3e8e075 - 0.01% (2.96 KB)

[#008] sha256:330864cb24f1047a2b11a7d029e80091fb9660c3d2d9d95ce826330aa9fa2880 - 31.28% (10.9 MB)

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


History
2021-08-03 06:30:12 UTC

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

2021-08-03 06:30:12 UTC

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

2021-08-03 06:30:13 UTC

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

2021-08-03 06:30:13 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 34594ff1-ls25 Build-date:- 2021-08-03T08:29:09+02:00

2021-08-03 06:30:13 UTC

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

2021-08-03 06:30:14 UTC

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

2021-08-03 06:30:14 UTC

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

2021-08-03 06:30:15 UTC

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

2021-08-03 06:30:17 UTC

|4 BUILD_DATE=2021-08-03T08:29:09+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=34594ff1-ls25 /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-03 06:30:18 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-08-03 06:30:18 UTC

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

2021-08-03 06:30:25 UTC

|4 BUILD_DATE=2021-08-03T08:29:09+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=34594ff1-ls25 /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-03 06:30:26 UTC

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

2021-08-03 06:30:26 UTC

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

2021-08-03 06:30:26 UTC

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

2021-08-03 06:30:26 UTC

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

2021-08-03 06:30:27 UTC

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

2021-08-03 06:30:27 UTC

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

2021-08-03 06:30:27 UTC

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

2021-08-03 06:30:28 UTC

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

2021-08-03 06:30:28 UTC

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

2021-08-03 06:30:28 UTC

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

2021-08-03 06:30:29 UTC

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

2021-08-03 06:30:29 UTC

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

2021-08-03 06:30:29 UTC

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

2021-08-03 06:30:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=34594ff1-ls25

2021-08-05 05:54:17 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-05 05:54:18 UTC

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

2021-08-05 05:54:18 UTC

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

2021-08-05 05:54:19 UTC

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

2021-08-05 05:54:20 UTC

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

2021-08-05 05:54:21 UTC

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

2021-08-05 05:54:22 UTC

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

2021-08-05 05:54:23 UTC

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

2021-08-05 05:54:24 UTC

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

2021-08-05 05:54:25 UTC

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

2021-08-05 05:54:26 UTC

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

2021-08-05 05:54:27 UTC

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

2021-08-05 05:54:28 UTC

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

2021-08-05 05:54:29 UTC

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

2021-08-05 05:54:30 UTC

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

2021-08-05 05:54:31 UTC

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

2021-08-08 07:58:43 UTC

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

2021-08-08 07:58:43 UTC

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

2021-08-08 07:58:44 UTC

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

2021-08-08 07:58:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 61a5a1a8-ls96 Build-date:- 2021-08-08T09:57:53+02:00

2021-08-08 07:58:44 UTC

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

2021-08-08 07:58:44 UTC

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

2021-08-08 07:58:50 UTC

|3 BUILD_DATE=2021-08-08T09:57:53+02:00 HEIMDALL_RELEASE=61a5a1a8 VERSION=61a5a1a8-ls96 /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/*

2021-08-08 07:58:51 UTC

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

2021-08-08 07:58:51 UTC

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

2021-08-08 07:58:51 UTC

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

2021-08-08 07:58:52 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-08 07:58:52 UTC

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

2021-08-08 07:58:52 UTC

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

2021-08-08 07:58:52 UTC

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

2021-08-08 07:58:53 UTC

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

2021-08-08 07:58:53 UTC

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

2021-08-08 07:58:53 UTC

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

2021-08-08 07:58:53 UTC

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

2021-08-08 07:58:54 UTC

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

2021-08-08 07:58:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=61a5a1a8-ls96

Details
Created

2021-08-08 07:59:20 UTC

Size

38.3 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 61a5a1a8-ls96 Build-date:- 2021-08-08T09:57:53+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-08-08T09:57:53+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
    bddbb1d7df7bd109de290b8bdbbee9a3594dc59a
  • org.opencontainers.image.revision
    bddbb1d7df7bd109de290b8bdbbee9a3594dc59a
  • 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
    61a5a1a8-ls96

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:a700664cf57edf33489ac6e510107fbf8608bfb86ff4e35600c1e0eeb02560fe - 7.06% (2.7 MB)

[#001] sha256:8473fe99b3d98cd98d75099eefeae013c0b0cd335ec1628df7386b07950ae71b - 5.61% (2.15 MB)

[#002] sha256:aceaa9496325427e70626df6a7d56a93e1c1f6b2e3de93a04bae1896276594d1 - 5.49% (2.1 MB)

[#003] sha256:215801326ae05af62d77e53d57901410188490a8ef15786fd1c85228572fa2bf - 0.0% (411 Bytes)

[#004] sha256:48baff39a975dfbb6681e1fbd5a932dbd4d684e61f88db47f72c1d404e5ada32 - 11.78% (4.51 MB)

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

[#006] sha256:04cb5a36eaec508bf82e9701d03438ba7a5d42e0c27b4333a7fcd834511adac7 - 41.04% (15.7 MB)

[#007] sha256:78648170a397d6ebccd48f8eb98a6bf0d71c29c4ec827f80865db92e33dc8a11 - 0.01% (2.96 KB)

[#008] sha256:126c5fd8dd55d36cee9583d0ba85eebe35a3162f9ee5a80ce4f752ab3c0e5bc5 - 29.0% (11.1 MB)

[#009] sha256:63cab14c929beb4637e4f4e8526c647137815069e28dc4c1909308795469f9cf - 0.01% (2.2 KB)


History
2021-08-03 06:30:01 UTC

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

2021-08-03 06:30:01 UTC

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

2021-08-03 06:30:02 UTC

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

2021-08-03 06:30:03 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 34594ff1-ls25 Build-date:- 2021-08-03T08:29:09+02:00

2021-08-03 06:30:04 UTC

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

2021-08-03 06:30:05 UTC

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

2021-08-03 06:30:06 UTC

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

2021-08-03 06:30:08 UTC

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

2021-08-03 06:30:08 UTC

|4 BUILD_DATE=2021-08-03T08:29:09+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=34594ff1-ls25 /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-03 06:30:10 UTC

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

2021-08-03 06:30:10 UTC

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

2021-08-03 06:30:14 UTC

|4 BUILD_DATE=2021-08-03T08:29:09+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=34594ff1-ls25 /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/*

2021-08-03 06:30:15 UTC

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

2021-08-03 06:30:15 UTC

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

2021-08-03 06:30:16 UTC

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

2021-08-03 06:30:17 UTC

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

2021-08-03 06:30:18 UTC

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

2021-08-03 06:30:19 UTC

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

2021-08-03 06:30:20 UTC

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

2021-08-03 06:30:21 UTC

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

2021-08-03 06:30:22 UTC

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

2021-08-03 06:30:23 UTC

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

2021-08-03 06:30:24 UTC

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

2021-08-03 06:30:25 UTC

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

2021-08-03 06:30:26 UTC

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

2021-08-03 06:30:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=34594ff1-ls25

2021-08-05 05:54:21 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-05 05:54:23 UTC

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

2021-08-05 05:54:23 UTC

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

2021-08-05 05:54:24 UTC

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

2021-08-05 05:54:25 UTC

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

2021-08-05 05:54:26 UTC

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

2021-08-05 05:54:27 UTC

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

2021-08-05 05:54:28 UTC

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

2021-08-05 05:54:29 UTC

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

2021-08-05 05:54:30 UTC

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

2021-08-05 05:54:31 UTC

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

2021-08-05 05:54:32 UTC

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

2021-08-05 05:54:33 UTC

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

2021-08-05 05:54:34 UTC

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

2021-08-05 05:54:35 UTC

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

2021-08-05 05:54:36 UTC

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

2021-08-08 07:58:46 UTC

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

2021-08-08 07:58:47 UTC

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

2021-08-08 07:58:48 UTC

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

2021-08-08 07:58:49 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 61a5a1a8-ls96 Build-date:- 2021-08-08T09:57:53+02:00

2021-08-08 07:58:50 UTC

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

2021-08-08 07:58:51 UTC

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

2021-08-08 07:59:07 UTC

|3 BUILD_DATE=2021-08-08T09:57:53+02:00 HEIMDALL_RELEASE=61a5a1a8 VERSION=61a5a1a8-ls96 /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/*

2021-08-08 07:59:09 UTC

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

2021-08-08 07:59:09 UTC

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

2021-08-08 07:59:10 UTC

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

2021-08-08 07:59:11 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-08 07:59:12 UTC

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

2021-08-08 07:59:13 UTC

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

2021-08-08 07:59:14 UTC

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

2021-08-08 07:59:15 UTC

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

2021-08-08 07:59:16 UTC

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

2021-08-08 07:59:17 UTC

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

2021-08-08 07:59:18 UTC

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

2021-08-08 07:59:19 UTC

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

2021-08-08 07:59:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=61a5a1a8-ls96

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