Namespace
linuxserver
Image / Tag
heimdall:2.2.2-ls156
Content Digest
sha256:3ccfe72758c7da1be485b74c77cceb82b234b1045257328b04070c067a42b504
Details
Created

2022-02-13 07:59:42 UTC

Size

37.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls156 Build-date:- 2022-02-13T08:58:35+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-02-13T08:58:35+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
    2ee91c559d76a0a70995d8282b893ef9fcb04e76
  • org.opencontainers.image.revision
    2ee91c559d76a0a70995d8282b893ef9fcb04e76
  • 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-ls156

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

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

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

[#003] sha256:66700e36e0274c556cce06e60a1781cdb2d81361fce3450cc3cfedcd32fd838c - 0.0% (438 Bytes)

[#004] sha256:9021789cbd3ce0f573f42ea9d997d722dbdcb26fed325fba3245c0e55953cc0d - 7.73% (2.86 MB)

[#005] sha256:905080a9a35a16a6b4d673bdfdc737dbb24b00d1b8cb35e1b1e15ae93031dcbb - 0.01% (3.13 KB)

[#006] sha256:0783eed510e69e73c37b133da0b81660a1a350a830535e037a5b954824d6d204 - 41.79% (15.5 MB)

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

[#008] sha256:b37179a02f97968861b62c4e44ad8a9305752df63ddb5c44e644f6b926d1198c - 33.37% (12.4 MB)

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


History
2022-01-24 19:19:01 UTC

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

2022-01-24 19:19:02 UTC

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

2022-01-24 19:19:02 UTC

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

2022-01-24 19:19:02 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- efd90ca6-ls35 Build-date:- 2022-01-24T20:17:55+01:00

2022-01-24 19:19:02 UTC

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

2022-01-24 19:19:02 UTC

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

2022-01-24 19:19:02 UTC

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

2022-01-24 19:19:03 UTC

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

2022-01-24 19:19:04 UTC

|4 BUILD_DATE=2022-01-24T20:17:55+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=efd90ca6-ls35 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-01-24 19:19:04 UTC

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

2022-01-24 19:19:04 UTC

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

2022-01-24 19:19:07 UTC

|4 BUILD_DATE=2022-01-24T20:17:55+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=efd90ca6-ls35 /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/*

2022-01-24 19:19:07 UTC

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

2022-01-24 19:19:08 UTC

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

2022-01-24 19:19:08 UTC

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

2022-01-24 19:19:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-24T20:17:55+01:00

2022-01-24 19:19:08 UTC

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

2022-01-24 19:19:09 UTC

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

2022-01-24 19:19:09 UTC

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

2022-01-24 19:19:09 UTC

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

2022-01-24 19:19:09 UTC

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

2022-01-24 19:19:09 UTC

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

2022-01-24 19:19:10 UTC

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

2022-01-24 19:19:10 UTC

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

2022-01-24 19:19:10 UTC

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

2022-01-24 19:19:10 UTC

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

2022-02-10 05:53:19 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

2022-02-10 05:53:20 UTC

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

2022-02-10 05:53:20 UTC

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

2022-02-10 05:53:20 UTC

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

2022-02-10 05:53:21 UTC

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

2022-02-10 05:53:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-10T06:52:27+01:00

2022-02-10 05:53:21 UTC

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

2022-02-10 05:53:22 UTC

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

2022-02-10 05:53:22 UTC

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

2022-02-10 05:53:22 UTC

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

2022-02-10 05:53:23 UTC

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

2022-02-10 05:53:23 UTC

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

2022-02-10 05:53:23 UTC

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

2022-02-10 05:53:24 UTC

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

2022-02-10 05:53:25 UTC

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

2022-02-10 05:53:25 UTC

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

2022-02-13 07:59:34 UTC

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

2022-02-13 07:59:35 UTC

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

2022-02-13 07:59:35 UTC

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

2022-02-13 07:59:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls156 Build-date:- 2022-02-13T08:58:35+01:00

2022-02-13 07:59:35 UTC

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

2022-02-13 07:59:35 UTC

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

2022-02-13 07:59:40 UTC

|3 BUILD_DATE=2022-02-13T08:58:35+01:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls156 /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/*

2022-02-13 07:59:40 UTC

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

2022-02-13 07:59:40 UTC

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

2022-02-13 07:59:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-13T08:58:35+01:00

2022-02-13 07:59:41 UTC

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

2022-02-13 07:59:41 UTC

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

2022-02-13 07:59:41 UTC

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

2022-02-13 07:59:41 UTC

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

2022-02-13 07:59:42 UTC

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

2022-02-13 07:59:42 UTC

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

2022-02-13 07:59:42 UTC

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

2022-02-13 07:59:42 UTC

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

2022-02-13 07:59:42 UTC

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

2022-02-13 07:59:42 UTC

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

Details
Created

2022-02-13 07:59:58 UTC

Size

36.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls156 Build-date:- 2022-02-13T08:58:35+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-02-13T08:58:35+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
    2ee91c559d76a0a70995d8282b893ef9fcb04e76
  • org.opencontainers.image.revision
    2ee91c559d76a0a70995d8282b893ef9fcb04e76
  • 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-ls156

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

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

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

[#003] sha256:aebfb4d2abdb1072103b8ea3966abf70ce864e12f31df1d10c8439a963129e74 - 0.0% (408 Bytes)

[#004] sha256:5e6e54af33fdcca013f02abaa9490a3b37fc1b58a679d41cff4a042bdeb2f97c - 11.05% (3.99 MB)

[#005] sha256:648887dd66889fdb3a6b906cf5fcc7918b7985cd1f3aba9a33d62e9c7538d04f - 0.01% (3.13 KB)

[#006] sha256:0e8912dc41bfb0743334d9bcdf2754f550b3d1622c880a13cb98e25e63c6b072 - 37.15% (13.4 MB)

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

[#008] sha256:0890158fb773015d3d268ac288e9e1160481d44658db7deaf6dc1e7db8ce7581 - 33.41% (12.1 MB)

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


History
2022-01-24 19:19:03 UTC

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

2022-01-24 19:19:03 UTC

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

2022-01-24 19:19:04 UTC

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

2022-01-24 19:19:05 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- efd90ca6-ls35 Build-date:- 2022-01-24T20:17:55+01:00

2022-01-24 19:19:06 UTC

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

2022-01-24 19:19:07 UTC

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

2022-01-24 19:19:08 UTC

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

2022-01-24 19:19:10 UTC

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

2022-01-24 19:19:11 UTC

|4 BUILD_DATE=2022-01-24T20:17:55+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=efd90ca6-ls35 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-01-24 19:19:12 UTC

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

2022-01-24 19:19:12 UTC

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

2022-01-24 19:19:16 UTC

|4 BUILD_DATE=2022-01-24T20:17:55+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=efd90ca6-ls35 /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/*

2022-01-24 19:19:17 UTC

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

2022-01-24 19:19:17 UTC

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

2022-01-24 19:19:18 UTC

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

2022-01-24 19:19:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-24T20:17:55+01:00

2022-01-24 19:19:20 UTC

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

2022-01-24 19:19:21 UTC

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

2022-01-24 19:19:22 UTC

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

2022-01-24 19:19:23 UTC

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

2022-01-24 19:19:24 UTC

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

2022-01-24 19:19:25 UTC

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

2022-01-24 19:19:26 UTC

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

2022-01-24 19:19:27 UTC

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

2022-01-24 19:19:28 UTC

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

2022-01-24 19:19:29 UTC

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

2022-02-10 05:53:30 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

2022-02-10 05:53:31 UTC

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

2022-02-10 05:53:31 UTC

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

2022-02-10 05:53:32 UTC

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

2022-02-10 05:53:33 UTC

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

2022-02-10 05:53:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-10T06:52:27+01:00

2022-02-10 05:53:35 UTC

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

2022-02-10 05:53:36 UTC

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

2022-02-10 05:53:37 UTC

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

2022-02-10 05:53:38 UTC

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

2022-02-10 05:53:39 UTC

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

2022-02-10 05:53:40 UTC

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

2022-02-10 05:53:41 UTC

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

2022-02-10 05:53:42 UTC

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

2022-02-10 05:53:43 UTC

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

2022-02-10 05:53:44 UTC

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

2022-02-13 07:59:46 UTC

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

2022-02-13 07:59:47 UTC

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

2022-02-13 07:59:47 UTC

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

2022-02-13 07:59:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls156 Build-date:- 2022-02-13T08:58:35+01:00

2022-02-13 07:59:47 UTC

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

2022-02-13 07:59:48 UTC

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

2022-02-13 07:59:54 UTC

|3 BUILD_DATE=2022-02-13T08:58:35+01:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls156 /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/*

2022-02-13 07:59:54 UTC

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

2022-02-13 07:59:54 UTC

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

2022-02-13 07:59:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-13T08:58:35+01:00

2022-02-13 07:59:55 UTC

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

2022-02-13 07:59:55 UTC

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

2022-02-13 07:59:56 UTC

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

2022-02-13 07:59:56 UTC

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

2022-02-13 07:59:56 UTC

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

2022-02-13 07:59:57 UTC

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

2022-02-13 07:59:57 UTC

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

2022-02-13 07:59:57 UTC

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

2022-02-13 07:59:57 UTC

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

2022-02-13 07:59:58 UTC

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

Details
Created

2022-02-13 08:00:05 UTC

Size

39.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls156 Build-date:- 2022-02-13T08:58:35+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2022-02-13T08:58:35+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
    2ee91c559d76a0a70995d8282b893ef9fcb04e76
  • org.opencontainers.image.revision
    2ee91c559d76a0a70995d8282b893ef9fcb04e76
  • 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-ls156

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

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

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

[#003] sha256:ed984f366a8ba1071a30e5d4f7c19d20e8cba800eb15c5f8cd0c2386998dddea - 0.0% (410 Bytes)

[#004] sha256:7439e1eebfb9080d252d368217fcfe9e8f5792e036b4a211c3bccf1f7f9e0260 - 11.41% (4.52 MB)

[#005] sha256:3cf2cca01d12064b55839e298438f704bba9eeb3301196e33b54e4a94cfb410f - 0.01% (3.13 KB)

[#006] sha256:acd82f4b3e4357242cd728213a7347118cad17ecab02b6808b6e0477a9224a2f - 39.65% (15.7 MB)

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

[#008] sha256:3e7f89e7035c3fc8ddd3d0c155a19ba52b9b0b03955bc30584ec9b4a4fc6d283 - 31.35% (12.4 MB)

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


History
2022-01-24 19:19:06 UTC

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

2022-01-24 19:19:06 UTC

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

2022-01-24 19:19:07 UTC

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

2022-01-24 19:19:08 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- efd90ca6-ls35 Build-date:- 2022-01-24T20:17:55+01:00

2022-01-24 19:19:09 UTC

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

2022-01-24 19:19:10 UTC

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

2022-01-24 19:19:11 UTC

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

2022-01-24 19:19:13 UTC

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

2022-01-24 19:19:13 UTC

|4 BUILD_DATE=2022-01-24T20:17:55+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=efd90ca6-ls35 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2022-01-24 19:19:15 UTC

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

2022-01-24 19:19:15 UTC

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

2022-01-24 19:19:19 UTC

|4 BUILD_DATE=2022-01-24T20:17:55+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=efd90ca6-ls35 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && echo "**** create abc user and make our folders ****" && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2022-01-24 19:19:20 UTC

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

2022-01-24 19:19:20 UTC

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

2022-01-24 19:19:21 UTC

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

2022-01-24 19:19:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-24T20:17:55+01:00

2022-01-24 19:19:23 UTC

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

2022-01-24 19:19:24 UTC

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

2022-01-24 19:19:25 UTC

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

2022-01-24 19:19:26 UTC

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

2022-01-24 19:19:27 UTC

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

2022-01-24 19:19:28 UTC

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

2022-01-24 19:19:29 UTC

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

2022-01-24 19:19:30 UTC

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

2022-01-24 19:19:31 UTC

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

2022-01-24 19:19:32 UTC

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

2022-02-10 05:53:27 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

2022-02-10 05:53:28 UTC

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

2022-02-10 05:53:28 UTC

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

2022-02-10 05:53:29 UTC

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

2022-02-10 05:53:30 UTC

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

2022-02-10 05:53:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-10T06:52:27+01:00

2022-02-10 05:53:32 UTC

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

2022-02-10 05:53:33 UTC

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

2022-02-10 05:53:34 UTC

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

2022-02-10 05:53:35 UTC

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

2022-02-10 05:53:36 UTC

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

2022-02-10 05:53:37 UTC

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

2022-02-10 05:53:38 UTC

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

2022-02-10 05:53:39 UTC

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

2022-02-10 05:53:40 UTC

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

2022-02-10 05:53:41 UTC

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

2022-02-13 07:59:42 UTC

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

2022-02-13 07:59:43 UTC

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

2022-02-13 07:59:44 UTC

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

2022-02-13 07:59:45 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls156 Build-date:- 2022-02-13T08:58:35+01:00

2022-02-13 07:59:46 UTC

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

2022-02-13 07:59:47 UTC

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

2022-02-13 07:59:53 UTC

|3 BUILD_DATE=2022-02-13T08:58:35+01:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls156 /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/*

2022-02-13 07:59:54 UTC

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

2022-02-13 07:59:54 UTC

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

2022-02-13 07:59:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-02-13T08:58:35+01:00

2022-02-13 07:59:56 UTC

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

2022-02-13 07:59:57 UTC

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

2022-02-13 07:59:58 UTC

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

2022-02-13 07:59:59 UTC

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

2022-02-13 08:00:00 UTC

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

2022-02-13 08:00:01 UTC

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

2022-02-13 08:00:02 UTC

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

2022-02-13 08:00:03 UTC

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

2022-02-13 08:00:04 UTC

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

2022-02-13 08:00:05 UTC

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

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