Namespace
linuxserver
Image / Tag
heimdall:2.2.2-ls147
Content Digest
sha256:1e3145d0dd272a5b8230f2ba787117cbfa2bd24bca830c63fc0bad479e1b83f2
Details
Created

2021-11-07 08:00:22 UTC

Size

37.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls147 Build-date:- 2021-11-07T08:59:20+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-11-07T08:59:20+01: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
    5fb64c3d1aba9645e827e7296cf46d974ea216e1
  • org.opencontainers.image.revision
    5fb64c3d1aba9645e827e7296cf46d974ea216e1
  • 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-ls147

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:894263db14c139fee673b3f25aeeb16f242b0a3676582c402a2953f4882ad85d - 7.54% (2.79 MB)

[#001] sha256:87c438db469d19116f8422a819d02fc9d1bca894384907a1fcc55bd466d9514e - 4.87% (1.8 MB)

[#002] sha256:25dbc5668e532bd760a820cad4fe13ff9c6d3886e4831651679259a63d93d075 - 4.68% (1.74 MB)

[#003] sha256:3e45e5da6525f76702687a25dfb537ebc0f9bca4f8bf394b710c15f01f2ac116 - 0.0% (439 Bytes)

[#004] sha256:d2a794a5d933db3fe9e0789cdc54a60afcb2954f6373b516caaa60c5b41a57ec - 7.77% (2.88 MB)

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

[#006] sha256:8c478a95433df1919b71e904680faa48dbbcdcb7892dc14d555303e24f540f2c - 41.77% (15.5 MB)

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

[#008] sha256:82622dfc3b590b87b504dea463433e1729a1bfac04b0a1324a2f34e8ab90cdcb - 33.35% (12.4 MB)

[#009] sha256:c58aa644b03ad6008b7667139ca5a967c4e7c7e89112ba73f5611a7cbe87feb1 - 0.01% (2.26 KB)


History
2021-10-26 06:29:13 UTC

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

2021-10-26 06:29:13 UTC

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

2021-10-26 06:29:13 UTC

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

2021-10-26 06:29:13 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7f1b6bbf-ls31 Build-date:- 2021-10-26T08:28:02+02:00

2021-10-26 06:29:13 UTC

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

2021-10-26 06:29:14 UTC

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

2021-10-26 06:29:14 UTC

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

2021-10-26 06:29:15 UTC

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

2021-10-26 06:29:16 UTC

|4 BUILD_DATE=2021-10-26T08:28:02+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=7f1b6bbf-ls31 /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-10-26 06:29:16 UTC

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

2021-10-26 06:29:16 UTC

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

2021-10-26 06:29:19 UTC

|4 BUILD_DATE=2021-10-26T08:28:02+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=7f1b6bbf-ls31 /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-10-26 06:29:19 UTC

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

2021-10-26 06:29:19 UTC

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

2021-10-26 06:29:19 UTC

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

2021-10-26 06:29:20 UTC

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

2021-10-26 06:29:20 UTC

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

2021-10-26 06:29:20 UTC

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

2021-10-26 06:29:20 UTC

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

2021-10-26 06:29:20 UTC

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

2021-10-26 06:29:21 UTC

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

2021-10-26 06:29:21 UTC

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

2021-10-26 06:29:21 UTC

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

2021-10-26 06:29:21 UTC

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

2021-10-26 06:29:21 UTC

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

2021-10-26 06:29:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=7f1b6bbf-ls31

2021-11-04 05:53:14 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-11-04 05:53:14 UTC

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

2021-11-04 05:53:14 UTC

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

2021-11-04 05:53:14 UTC

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

2021-11-04 05:53:15 UTC

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

2021-11-04 05:53:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-04T06:52:30+01:00

2021-11-04 05:53:15 UTC

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

2021-11-04 05:53:15 UTC

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

2021-11-04 05:53:15 UTC

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

2021-11-04 05:53:15 UTC

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

2021-11-04 05:53:15 UTC

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

2021-11-04 05:53:15 UTC

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

2021-11-04 05:53:15 UTC

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

2021-11-04 05:53:15 UTC

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

2021-11-04 05:53:16 UTC

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

2021-11-04 05:53:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=87327cf1-ls32

2021-11-07 08:00:16 UTC

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

2021-11-07 08:00:16 UTC

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

2021-11-07 08:00:17 UTC

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

2021-11-07 08:00:17 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls147 Build-date:- 2021-11-07T08:59:20+01:00

2021-11-07 08:00:17 UTC

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

2021-11-07 08:00:17 UTC

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

2021-11-07 08:00:20 UTC

|3 BUILD_DATE=2021-11-07T08:59:20+01:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls147 /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-11-07 08:00:21 UTC

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

2021-11-07 08:00:21 UTC

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

2021-11-07 08:00:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-07T08:59:20+01:00

2021-11-07 08:00:21 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-11-07 08:00:21 UTC

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

2021-11-07 08:00:21 UTC

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

2021-11-07 08:00:22 UTC

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

2021-11-07 08:00:22 UTC

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

2021-11-07 08:00:22 UTC

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

2021-11-07 08:00:22 UTC

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

2021-11-07 08:00:22 UTC

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

2021-11-07 08:00:22 UTC

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

2021-11-07 08:00:22 UTC

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

Details
Created

2021-11-07 08:00:47 UTC

Size

36.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls147 Build-date:- 2021-11-07T08:59:20+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-11-07T08:59:20+01: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
    5fb64c3d1aba9645e827e7296cf46d974ea216e1
  • org.opencontainers.image.revision
    5fb64c3d1aba9645e827e7296cf46d974ea216e1
  • 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-ls147

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:78dacceb6eef747169cf6aafaa0060ca8e76cb95bc1b224c838c4e44e242c970 - 6.67% (2.41 MB)

[#001] sha256:f9f3af843b10b29d7dd23924fe867b68ac73580793378541d593c941fbeeb5d0 - 5.95% (2.15 MB)

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

[#003] sha256:3bb7c56862dcc480d743e3365b17dd2c144aca7e903fde975ebc493cf8a7c546 - 0.0% (413 Bytes)

[#004] sha256:4a24f80eebe8c20a28f4db398199bf581b684bd6fb87920190ac9923ade33560 - 11.07% (4 MB)

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

[#006] sha256:673c4883fd6a6b7870d78936319dc6b2c7e0473c9a8d1e1983b44394a025c9d6 - 37.13% (13.4 MB)

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

[#008] sha256:bd4579f70ba221bece90ad286a6ca9762739e0c534cc32233a53b4d6d5c08ada - 33.39% (12.1 MB)

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


History
2021-10-26 06:29:17 UTC

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

2021-10-26 06:29:17 UTC

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

2021-10-26 06:29:18 UTC

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

2021-10-26 06:29:19 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7f1b6bbf-ls31 Build-date:- 2021-10-26T08:28:02+02:00

2021-10-26 06:29:20 UTC

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

2021-10-26 06:29:21 UTC

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

2021-10-26 06:29:22 UTC

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

2021-10-26 06:29:24 UTC

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

2021-10-26 06:29:25 UTC

|4 BUILD_DATE=2021-10-26T08:28:02+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=7f1b6bbf-ls31 /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-10-26 06:29:26 UTC

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

2021-10-26 06:29:26 UTC

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

2021-10-26 06:29:30 UTC

|4 BUILD_DATE=2021-10-26T08:28:02+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=7f1b6bbf-ls31 /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-10-26 06:29:31 UTC

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

2021-10-26 06:29:31 UTC

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

2021-10-26 06:29:32 UTC

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

2021-10-26 06:29:33 UTC

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

2021-10-26 06:29:34 UTC

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

2021-10-26 06:29:35 UTC

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

2021-10-26 06:29:36 UTC

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

2021-10-26 06:29:37 UTC

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

2021-10-26 06:29:38 UTC

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

2021-10-26 06:29:39 UTC

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

2021-10-26 06:29:40 UTC

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

2021-10-26 06:29:41 UTC

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

2021-10-26 06:29:42 UTC

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

2021-10-26 06:29:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=7f1b6bbf-ls31

2021-11-04 05:53:23 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-11-04 05:53:24 UTC

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

2021-11-04 05:53:24 UTC

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

2021-11-04 05:53:25 UTC

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

2021-11-04 05:53:26 UTC

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

2021-11-04 05:53:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-04T06:52:30+01:00

2021-11-04 05:53:28 UTC

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

2021-11-04 05:53:29 UTC

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

2021-11-04 05:53:30 UTC

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

2021-11-04 05:53:31 UTC

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

2021-11-04 05:53:32 UTC

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

2021-11-04 05:53:33 UTC

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

2021-11-04 05:53:34 UTC

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

2021-11-04 05:53:35 UTC

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

2021-11-04 05:53:36 UTC

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

2021-11-04 05:53:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=87327cf1-ls32

2021-11-07 08:00:25 UTC

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

2021-11-07 08:00:26 UTC

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

2021-11-07 08:00:27 UTC

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

2021-11-07 08:00:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls147 Build-date:- 2021-11-07T08:59:20+01:00

2021-11-07 08:00:29 UTC

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

2021-11-07 08:00:30 UTC

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

2021-11-07 08:00:35 UTC

|3 BUILD_DATE=2021-11-07T08:59:20+01:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls147 /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-11-07 08:00:36 UTC

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

2021-11-07 08:00:36 UTC

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

2021-11-07 08:00:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-07T08:59:20+01:00

2021-11-07 08:00:38 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-11-07 08:00:39 UTC

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

2021-11-07 08:00:40 UTC

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

2021-11-07 08:00:41 UTC

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

2021-11-07 08:00:42 UTC

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

2021-11-07 08:00:43 UTC

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

2021-11-07 08:00:44 UTC

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

2021-11-07 08:00:45 UTC

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

2021-11-07 08:00:46 UTC

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

2021-11-07 08:00:47 UTC

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

Details
Created

2021-11-07 08:00:42 UTC

Size

39.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls147 Build-date:- 2021-11-07T08:59:20+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-11-07T08:59:20+01: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
    5fb64c3d1aba9645e827e7296cf46d974ea216e1
  • org.opencontainers.image.revision
    5fb64c3d1aba9645e827e7296cf46d974ea216e1
  • 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-ls147

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:f6890f815a2cfc21ea7da91c6350c37400c88340b5e88bb007195a55252a2002 - 6.85% (2.71 MB)

[#001] sha256:77b66a38ae1d4502539da6248338d28a521705017235e3b057aaa15bf44a06ca - 5.42% (2.15 MB)

[#002] sha256:ee5e9125f8f17a8ce563dc0ab6b54b2c925c385ba97639527d1699c4ee83240c - 5.31% (2.1 MB)

[#003] sha256:09060deddb9a8f40ffa00d1d09f0a6f50fe9af1e04dba99e2fbb8d27d7a99492 - 0.0% (412 Bytes)

[#004] sha256:420499f01241f4e68791002c25c058901395d3fa4a2c7251f1b8738f70a2a688 - 11.43% (4.53 MB)

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

[#006] sha256:1f3688b1dafd878bb106d57868ae7c57ffbe6b1f36605dd87953df931343f7ba - 39.64% (15.7 MB)

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

[#008] sha256:59afa869d537b6666e4d40953af8df6f1e0b5ab9f053f1eee2ce66e3f8c011ae - 31.34% (12.4 MB)

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


History
2021-10-26 06:29:23 UTC

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

2021-10-26 06:29:23 UTC

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

2021-10-26 06:29:24 UTC

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

2021-10-26 06:29:25 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 7f1b6bbf-ls31 Build-date:- 2021-10-26T08:28:02+02:00

2021-10-26 06:29:26 UTC

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

2021-10-26 06:29:27 UTC

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

2021-10-26 06:29:28 UTC

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

2021-10-26 06:29:30 UTC

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

2021-10-26 06:29:31 UTC

|4 BUILD_DATE=2021-10-26T08:28:02+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=7f1b6bbf-ls31 /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-10-26 06:29:32 UTC

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

2021-10-26 06:29:32 UTC

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

2021-10-26 06:29:40 UTC

|4 BUILD_DATE=2021-10-26T08:28:02+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=7f1b6bbf-ls31 /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-10-26 06:29:42 UTC

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

2021-10-26 06:29:42 UTC

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

2021-10-26 06:29:43 UTC

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

2021-10-26 06:29:44 UTC

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

2021-10-26 06:29:45 UTC

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

2021-10-26 06:29:46 UTC

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

2021-10-26 06:29:47 UTC

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

2021-10-26 06:29:48 UTC

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

2021-10-26 06:29:49 UTC

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

2021-10-26 06:29:50 UTC

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

2021-10-26 06:29:51 UTC

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

2021-10-26 06:29:52 UTC

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

2021-10-26 06:29:53 UTC

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

2021-10-26 06:29:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=7f1b6bbf-ls31

2021-11-04 05:53:23 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-11-04 05:53:24 UTC

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

2021-11-04 05:53:24 UTC

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

2021-11-04 05:53:25 UTC

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

2021-11-04 05:53:26 UTC

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

2021-11-04 05:53:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-04T06:52:30+01:00

2021-11-04 05:53:28 UTC

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

2021-11-04 05:53:29 UTC

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

2021-11-04 05:53:30 UTC

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

2021-11-04 05:53:31 UTC

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

2021-11-04 05:53:32 UTC

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

2021-11-04 05:53:33 UTC

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

2021-11-04 05:53:34 UTC

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

2021-11-04 05:53:35 UTC

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

2021-11-04 05:53:36 UTC

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

2021-11-04 05:53:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=87327cf1-ls32

2021-11-07 08:00:19 UTC

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

2021-11-07 08:00:20 UTC

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

2021-11-07 08:00:21 UTC

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

2021-11-07 08:00:22 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls147 Build-date:- 2021-11-07T08:59:20+01:00

2021-11-07 08:00:23 UTC

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

2021-11-07 08:00:24 UTC

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

2021-11-07 08:00:30 UTC

|3 BUILD_DATE=2021-11-07T08:59:20+01:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls147 /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-11-07 08:00:31 UTC

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

2021-11-07 08:00:31 UTC

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

2021-11-07 08:00:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-07T08:59:20+01:00

2021-11-07 08:00:33 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-11-07 08:00:34 UTC

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

2021-11-07 08:00:35 UTC

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

2021-11-07 08:00:36 UTC

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

2021-11-07 08:00:37 UTC

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

2021-11-07 08:00:38 UTC

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

2021-11-07 08:00:39 UTC

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

2021-11-07 08:00:40 UTC

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

2021-11-07 08:00:41 UTC

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

2021-11-07 08:00:42 UTC

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

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