Namespace
linuxserver
Image / Tag
heimdall:2.2.2-ls127
Content Digest
sha256:34a0107094dc07d7419dddebf7b7d7b5b5d769d6c265e4d9229cc0dc4284418f
Details
Created

2021-05-30 08:37:53 UTC

Size

37 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls127 Build-date:- 2021-05-30T08:36:27+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-05-30T08:36:27+00: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
    69e79491367d494d5ff3b477c4bf2c9fa214014b
  • org.opencontainers.image.revision
    69e79491367d494d5ff3b477c4bf2c9fa214014b
  • 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-ls127

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:37981f420038e520bb64e8ac9224ff67d1d6c1e1a6e3319fb4c37553abe788bc - 7.53% (2.79 MB)

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

[#002] sha256:a806d0a6bfbdfa4b7945ef90a22349d599d36b8464a0130b26ce81e9879e67a8 - 4.69% (1.74 MB)

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

[#004] sha256:aa6d6cae0669b71f8652119bef249b08b9ac701cd060d8e6917df0d179cf2554 - 7.72% (2.86 MB)

[#005] sha256:f5576829d6cb9b1db92bc07d348575e74e81f8472afe9ef29a993ad71ef7c556 - 0.01% (2.61 KB)

[#006] sha256:34d8ce515b517a3bb762a3a7001c01af0bbd65232062a331e2ed925457d87446 - 41.8% (15.5 MB)

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

[#008] sha256:643678fab4b222ea618fab4a26caaa6e2e611daf27582d01d76fd52c3b859fae - 33.38% (12.4 MB)

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


History
2021-04-20 11:56:55 UTC

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

2021-04-20 11:56:55 UTC

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

2021-04-20 11:56:56 UTC

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

2021-04-20 11:56:56 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3e3be7bf-ls22 Build-date:- 2021-04-20T12:55:46+01:00

2021-04-20 11:56:57 UTC

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

2021-04-20 11:56:57 UTC

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

2021-04-20 11:56:57 UTC

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

2021-04-20 11:57:00 UTC

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

2021-04-20 11:57:02 UTC

|4 BUILD_DATE=2021-04-20T12:55:46+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=3e3be7bf-ls22 /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-04-20 11:57:02 UTC

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

2021-04-20 11:57:03 UTC

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

2021-04-20 11:57:06 UTC

|4 BUILD_DATE=2021-04-20T12:55:46+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=3e3be7bf-ls22 /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-04-20 11:57:07 UTC

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

2021-04-20 11:57:07 UTC

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

2021-04-20 11:57:08 UTC

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

2021-04-20 11:57:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-20T12:55:46+01:00

2021-04-20 11:57:08 UTC

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

2021-04-20 11:57:09 UTC

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

2021-04-20 11:57:09 UTC

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

2021-04-20 11:57:10 UTC

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

2021-04-20 11:57:10 UTC

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

2021-04-20 11:57:11 UTC

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

2021-04-20 11:57:11 UTC

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

2021-04-20 11:57:11 UTC

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

2021-04-20 11:57:12 UTC

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

2021-04-20 11:57:12 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3e3be7bf-ls22

2021-05-27 06:33:01 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-05-27 06:33:02 UTC

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

2021-05-27 06:33:02 UTC

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

2021-05-27 06:33:03 UTC

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

2021-05-27 06:33:03 UTC

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

2021-05-27 06:33:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-27T07:32:11+01:00

2021-05-27 06:33:04 UTC

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

2021-05-27 06:33:05 UTC

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

2021-05-27 06:33:05 UTC

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

2021-05-27 06:33:06 UTC

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

2021-05-27 06:33:06 UTC

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

2021-05-27 06:33:06 UTC

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

2021-05-27 06:33:07 UTC

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

2021-05-27 06:33:07 UTC

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

2021-05-27 06:33:08 UTC

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

2021-05-27 06:33:08 UTC

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

2021-05-30 08:37:41 UTC

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

2021-05-30 08:37:41 UTC

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

2021-05-30 08:37:41 UTC

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

2021-05-30 08:37:42 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls127 Build-date:- 2021-05-30T08:36:27+00:00

2021-05-30 08:37:42 UTC

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

2021-05-30 08:37:42 UTC

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

2021-05-30 08:37:48 UTC

|3 BUILD_DATE=2021-05-30T08:36:27+00:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls127 /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-05-30 08:37:49 UTC

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

2021-05-30 08:37:49 UTC

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

2021-05-30 08:37:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-30T08:36:27+00:00

2021-05-30 08:37:50 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-05-30 08:37:50 UTC

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

2021-05-30 08:37:50 UTC

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

2021-05-30 08:37:51 UTC

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

2021-05-30 08:37:51 UTC

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

2021-05-30 08:37:51 UTC

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

2021-05-30 08:37:52 UTC

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

2021-05-30 08:37:52 UTC

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

2021-05-30 08:37:52 UTC

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

2021-05-30 08:37:53 UTC

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

Details
Created

2021-05-30 08:37:55 UTC

Size

36.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls127 Build-date:- 2021-05-30T08:36:27+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-05-30T08:36:27+00: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
    69e79491367d494d5ff3b477c4bf2c9fa214014b
  • org.opencontainers.image.revision
    69e79491367d494d5ff3b477c4bf2c9fa214014b
  • 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-ls127

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

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

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

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

[#004] sha256:811cb0c5269a2687a795363d9fa4afec3008034421395333b64ad29fa2e57d5d - 11.03% (3.98 MB)

[#005] sha256:7339e5ac1e69f9d1740438acd8ebf1c85f3fa465bb673cc30e78e9fffe27f817 - 0.01% (2.61 KB)

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

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

[#008] sha256:855e245f1b80f5fb5cc68a6d87672bcc9c0605e7f09bb413ba30d9b86d4114fb - 33.41% (12.1 MB)

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


History
2021-04-20 11:57:04 UTC

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

2021-04-20 11:57:05 UTC

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

2021-04-20 11:57:06 UTC

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

2021-04-20 11:57:06 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3e3be7bf-ls22 Build-date:- 2021-04-20T12:55:46+01:00

2021-04-20 11:57:06 UTC

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

2021-04-20 11:57:06 UTC

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

2021-04-20 11:57:07 UTC

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

2021-04-20 11:57:08 UTC

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

2021-04-20 11:57:10 UTC

|4 BUILD_DATE=2021-04-20T12:55:46+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=3e3be7bf-ls22 /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-04-20 11:57:11 UTC

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

2021-04-20 11:57:11 UTC

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

2021-04-20 11:57:17 UTC

|4 BUILD_DATE=2021-04-20T12:55:46+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=3e3be7bf-ls22 /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-04-20 11:57:18 UTC

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

2021-04-20 11:57:18 UTC

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

2021-04-20 11:57:19 UTC

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

2021-04-20 11:57:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-20T12:55:46+01:00

2021-04-20 11:57:19 UTC

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

2021-04-20 11:57:20 UTC

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

2021-04-20 11:57:20 UTC

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

2021-04-20 11:57:20 UTC

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

2021-04-20 11:57:21 UTC

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

2021-04-20 11:57:21 UTC

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

2021-04-20 11:57:21 UTC

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

2021-04-20 11:57:21 UTC

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

2021-04-20 11:57:22 UTC

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

2021-04-20 11:57:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3e3be7bf-ls22

2021-05-27 06:33:07 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-05-27 06:33:07 UTC

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

2021-05-27 06:33:08 UTC

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

2021-05-27 06:33:08 UTC

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

2021-05-27 06:33:08 UTC

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

2021-05-27 06:33:09 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-27T07:32:11+01:00

2021-05-27 06:33:09 UTC

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

2021-05-27 06:33:09 UTC

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

2021-05-27 06:33:10 UTC

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

2021-05-27 06:33:10 UTC

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

2021-05-27 06:33:10 UTC

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

2021-05-27 06:33:11 UTC

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

2021-05-27 06:33:11 UTC

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

2021-05-27 06:33:11 UTC

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

2021-05-27 06:33:11 UTC

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

2021-05-27 06:33:12 UTC

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

2021-05-30 08:37:45 UTC

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

2021-05-30 08:37:45 UTC

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

2021-05-30 08:37:46 UTC

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

2021-05-30 08:37:46 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls127 Build-date:- 2021-05-30T08:36:27+00:00

2021-05-30 08:37:46 UTC

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

2021-05-30 08:37:46 UTC

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

2021-05-30 08:37:51 UTC

|3 BUILD_DATE=2021-05-30T08:36:27+00:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls127 /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-05-30 08:37:52 UTC

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

2021-05-30 08:37:52 UTC

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

2021-05-30 08:37:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-30T08:36:27+00:00

2021-05-30 08:37:53 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-05-30 08:37:53 UTC

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

2021-05-30 08:37:53 UTC

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

2021-05-30 08:37:53 UTC

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

2021-05-30 08:37:54 UTC

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

2021-05-30 08:37:54 UTC

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

2021-05-30 08:37:54 UTC

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

2021-05-30 08:37:55 UTC

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

2021-05-30 08:37:55 UTC

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

2021-05-30 08:37:55 UTC

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

Details
Created

2021-05-30 08:38:33 UTC

Size

39.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls127 Build-date:- 2021-05-30T08:36:27+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-05-30T08:36:27+00: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
    69e79491367d494d5ff3b477c4bf2c9fa214014b
  • org.opencontainers.image.revision
    69e79491367d494d5ff3b477c4bf2c9fa214014b
  • 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-ls127

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:bba528f16f91426ddd5137a3f2bc192e43f7e15694c7c4a4dd9fae1b713f9a88 - 6.83% (2.7 MB)

[#001] sha256:37b2aeb200eb590e648f605225c72610c20b0513098d2908a3fd5e703b5c6c9d - 5.42% (2.15 MB)

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

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

[#004] sha256:1f59e065c7c4141ff95c2f61f56dc9fbcb530632d462b2e3a2b5c634196d44c9 - 11.39% (4.51 MB)

[#005] sha256:780fb7b23cdda49d4f2742b7ebcab7fe7705e62d6d5722815ea9ed03e9707757 - 0.01% (2.61 KB)

[#006] sha256:965e36f554d11639143defffe13b9dd85045f56c0cb8c7da4082eab2c8b881bf - 39.67% (15.7 MB)

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

[#008] sha256:b555c412f73bcbaeb1dd918b5fcf9becc6c68aac28df495cd1e366899f7502a2 - 31.36% (12.4 MB)

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


History
2021-04-20 11:57:39 UTC

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

2021-04-20 11:57:41 UTC

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

2021-04-20 11:57:42 UTC

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

2021-04-20 11:57:44 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 3e3be7bf-ls22 Build-date:- 2021-04-20T12:55:46+01:00

2021-04-20 11:57:46 UTC

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

2021-04-20 11:57:50 UTC

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

2021-04-20 11:57:51 UTC

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

2021-04-20 11:57:55 UTC

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

2021-04-20 11:58:04 UTC

|4 BUILD_DATE=2021-04-20T12:55:46+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=3e3be7bf-ls22 /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-04-20 11:58:07 UTC

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

2021-04-20 11:58:08 UTC

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

2021-04-20 11:58:23 UTC

|4 BUILD_DATE=2021-04-20T12:55:46+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=3e3be7bf-ls22 /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-04-20 11:58:28 UTC

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

2021-04-20 11:58:30 UTC

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

2021-04-20 11:58:34 UTC

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

2021-04-20 11:58:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-20T12:55:46+01:00

2021-04-20 11:58:39 UTC

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

2021-04-20 11:58:40 UTC

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

2021-04-20 11:58:42 UTC

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

2021-04-20 11:58:44 UTC

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

2021-04-20 11:58:45 UTC

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

2021-04-20 11:58:47 UTC

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

2021-04-20 11:58:49 UTC

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

2021-04-20 11:58:50 UTC

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

2021-04-20 11:58:52 UTC

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

2021-04-20 11:58:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=3e3be7bf-ls22

2021-05-27 06:33:18 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-05-27 06:33:24 UTC

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

2021-05-27 06:33:27 UTC

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

2021-05-27 06:33:28 UTC

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

2021-05-27 06:33:29 UTC

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

2021-05-27 06:33:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-27T07:32:11+01:00

2021-05-27 06:33:32 UTC

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

2021-05-27 06:33:34 UTC

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

2021-05-27 06:33:35 UTC

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

2021-05-27 06:33:36 UTC

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

2021-05-27 06:33:37 UTC

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

2021-05-27 06:33:38 UTC

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

2021-05-27 06:33:39 UTC

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

2021-05-27 06:33:40 UTC

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

2021-05-27 06:33:41 UTC

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

2021-05-27 06:33:42 UTC

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

2021-05-30 08:37:52 UTC

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

2021-05-30 08:37:53 UTC

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

2021-05-30 08:37:55 UTC

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

2021-05-30 08:37:57 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls127 Build-date:- 2021-05-30T08:36:27+00:00

2021-05-30 08:38:00 UTC

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

2021-05-30 08:38:02 UTC

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

2021-05-30 08:38:09 UTC

|3 BUILD_DATE=2021-05-30T08:36:27+00:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls127 /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-05-30 08:38:12 UTC

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

2021-05-30 08:38:13 UTC

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

2021-05-30 08:38:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-30T08:36:27+00:00

2021-05-30 08:38:17 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-05-30 08:38:19 UTC

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

2021-05-30 08:38:21 UTC

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

2021-05-30 08:38:22 UTC

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

2021-05-30 08:38:24 UTC

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

2021-05-30 08:38:26 UTC

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

2021-05-30 08:38:27 UTC

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

2021-05-30 08:38:28 UTC

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

2021-05-30 08:38:32 UTC

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

2021-05-30 08:38:33 UTC

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

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