Namespace
linuxserver
Image / Tag
heimdall:js-b4527734-ls21
Content Digest
sha256:4a39a557171a078e3a279554acc2129efe108919f57d1fc3033e47391f461461
Details
Created

2021-10-24 08:07:56 UTC

Size

129 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- b4527734-ls21 Build-date:- 2021-10-24T10:02:37+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-10-24T10:02:37+02:00
  • org.opencontainers.image.description
    [Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-heimdall
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    c2143f0bba6ffe88aac1e268fe73696c4fabd8ec
  • org.opencontainers.image.revision
    c2143f0bba6ffe88aac1e268fe73696c4fabd8ec
  • 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
    b4527734-ls21

Environment
HOME

/app/heimdall

NODE_ENV

production

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:e297ef793a673721760212f3ce03b8c0e58154a9113816f72326d0ec173de8e1 - 2.18% (2.81 MB)

[#001] sha256:90f89dfe5a62c27bbd9522441c24feaefb0d7d77cb5aaef96e5492e988cb7019 - 1.4% (1.8 MB)

[#002] sha256:b5a822cca69f0a7d87557f3bd52f50c01a471dcc6f6bd91c3edf36aba36517cb - 1.34% (1.74 MB)

[#003] sha256:e33cc194440a0657313de1e561af5fa6f037fedc262a640479ae6a3f07fc1da9 - 0.0% (441 Bytes)

[#004] sha256:71817cbd01a2cc60283efa6abe19f8c58264a6b224997539ecab8396bbc03b19 - 2.34% (3.02 MB)

[#005] sha256:d71578c0500a0d39c4f2f3c81d75087c89f63694043110a479853d4a6abe5ad8 - 0.0% (2.85 KB)

[#006] sha256:bc477d6d4870c3264e4285d7e418895c37316d360fe99de67ffa50f98535ba56 - 92.74% (120 MB)

[#007] sha256:af90062b1c6e1cc1e646cf70de1a7b71e92fa14c23dc1b6f81c0925335790b99 - 0.0% (733 Bytes)


History
2021-10-21 20:12:25 UTC

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

2021-10-21 20:12:26 UTC

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

2021-10-21 20:12:26 UTC

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

2021-10-21 20:12:26 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5326b47f-ls24 Build-date:- 2021-10-21T22:11:32+02:00

2021-10-21 20:12:26 UTC

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

2021-10-21 20:12:26 UTC

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

2021-10-21 20:12:26 UTC

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

2021-10-21 20:12:27 UTC

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

2021-10-21 20:12:27 UTC

|4 BUILD_DATE=2021-10-21T22:11:32+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5326b47f-ls24 /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-21 20:12:28 UTC

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

2021-10-21 20:12:28 UTC

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

2021-10-21 20:12:30 UTC

|4 BUILD_DATE=2021-10-21T22:11:32+02:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=5326b47f-ls24 /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-21 20:12:30 UTC

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

2021-10-21 20:12:30 UTC

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

2021-10-21 20:12:30 UTC

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

2021-10-21 20:12:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-21T22:11:32+02:00

2021-10-21 20:12:30 UTC

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

2021-10-21 20:12:31 UTC

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

2021-10-21 20:12:31 UTC

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

2021-10-21 20:12:31 UTC

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

2021-10-21 20:12:31 UTC

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

2021-10-21 20:12:31 UTC

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

2021-10-21 20:12:31 UTC

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

2021-10-21 20:12:31 UTC

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

2021-10-21 20:12:32 UTC

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

2021-10-21 20:12:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5326b47f-ls24

2021-10-24 08:03:34 UTC

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

2021-10-24 08:03:34 UTC

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

2021-10-24 08:03:34 UTC

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

2021-10-24 08:03:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b4527734-ls21 Build-date:- 2021-10-24T10:02:37+02:00

2021-10-24 08:03:35 UTC

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

2021-10-24 08:03:35 UTC

/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production

2021-10-24 08:07:52 UTC

|3 BUILD_DATE=2021-10-24T10:02:37+02:00 HEIMDALL_RELEASE=b4527734 VERSION=b4527734-ls21 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl g++ make python2 && echo "**** install runtime packages ****" && apk add --no-cache nodejs npm && echo "**** install heimdall ****" && mkdir -p /app/heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/heimdalljs/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/heimdalljs.tar.gz -L "https://github.com/linuxserver/heimdalljs/archive/${HEIMDALL_RELEASE}.tar.gz" && tar xf /tmp/heimdalljs.tar.gz -C /app/heimdall/ --strip-components=1 && cd /app/heimdall && NODE_ENV="development" npm install && cp .env.example .env && npm run build && echo "**** cleanup ****" && npm prune --production && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2021-10-24 08:07:54 UTC

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

2021-10-24 08:07:55 UTC

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

2021-10-24 08:07:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24T10:02:37+02:00

2021-10-24 08:07: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.

2021-10-24 08:07:55 UTC

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

2021-10-24 08:07:55 UTC

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

2021-10-24 08:07:55 UTC

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

2021-10-24 08:07:55 UTC

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

2021-10-24 08:07:55 UTC

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

2021-10-24 08:07:56 UTC

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

2021-10-24 08:07:56 UTC

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

2021-10-24 08:07:56 UTC

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

2021-10-24 08:07:56 UTC

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

Details
Created

2021-10-24 08:10:10 UTC

Size

137 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- b4527734-ls21 Build-date:- 2021-10-24T10:02:37+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-10-24T10:02:37+02:00
  • org.opencontainers.image.description
    [Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-heimdall
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    c2143f0bba6ffe88aac1e268fe73696c4fabd8ec
  • org.opencontainers.image.revision
    c2143f0bba6ffe88aac1e268fe73696c4fabd8ec
  • 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
    b4527734-ls21

Environment
HOME

/app/heimdall

NODE_ENV

production

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:a4a2f88496829e8a49ca113298782507eb27c78338aefc31bc2fb5d1b0fcb471 - 1.77% (2.43 MB)

[#001] sha256:4033d7e47789d33fcfb76d71a68d1542029befa5f4381219f68371e2c31c4ba0 - 1.57% (2.15 MB)

[#002] sha256:f5d8fa003b7ded60e4e6f9a2fd466aab5d86b280a823ad0e133248a0b03143cb - 1.52% (2.08 MB)

[#003] sha256:fe6b1c89366e38580bda5c0f6b2b75efa512aee7e1a9916cdd590310f213c289 - 0.0% (414 Bytes)

[#004] sha256:1f95d0d3c789f6e429c1a08b8376ed05c2739314e56155e5feaa63fb07dac443 - 3.03% (4.15 MB)

[#005] sha256:d44d0df54bee85c32261516d5bb5c29994375efa697bc452b0bfb24a688845cc - 0.0% (2.86 KB)

[#006] sha256:804521ef0ca009a5632713c73abc58ddb8b9c1140132f490283ac3e9245d8f16 - 92.1% (126 MB)

[#007] sha256:06397bdb7f7c188015d2ce6e8aac81d4b36926c563b56ce9342254d8c8776f0e - 0.0% (705 Bytes)


History
2021-10-21 20:12:37 UTC

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

2021-10-21 20:12:37 UTC

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

2021-10-21 20:12:38 UTC

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

2021-10-21 20:12:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5326b47f-ls24 Build-date:- 2021-10-21T22:11:32+02:00

2021-10-21 20:12:40 UTC

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

2021-10-21 20:12:41 UTC

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

2021-10-21 20:12:42 UTC

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

2021-10-21 20:12:44 UTC

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

2021-10-21 20:12:45 UTC

|4 BUILD_DATE=2021-10-21T22:11:32+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=5326b47f-ls24 /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-21 20:12:46 UTC

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

2021-10-21 20:12:46 UTC

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

2021-10-21 20:12:53 UTC

|4 BUILD_DATE=2021-10-21T22:11:32+02:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=5326b47f-ls24 /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-21 20:12:55 UTC

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

2021-10-21 20:12:55 UTC

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

2021-10-21 20:12:56 UTC

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

2021-10-21 20:12:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-21T22:11:32+02:00

2021-10-21 20:12:58 UTC

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

2021-10-21 20:12:59 UTC

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

2021-10-21 20:13:00 UTC

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

2021-10-21 20:13:01 UTC

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

2021-10-21 20:13:02 UTC

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

2021-10-21 20:13:03 UTC

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

2021-10-21 20:13:04 UTC

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

2021-10-21 20:13:05 UTC

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

2021-10-21 20:13:06 UTC

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

2021-10-21 20:13:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5326b47f-ls24

2021-10-24 08:03:36 UTC

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

2021-10-24 08:03:37 UTC

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

2021-10-24 08:03:38 UTC

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

2021-10-24 08:03:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b4527734-ls21 Build-date:- 2021-10-24T10:02:37+02:00

2021-10-24 08:03:40 UTC

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

2021-10-24 08:03:41 UTC

/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production

2021-10-24 08:09:46 UTC

|3 BUILD_DATE=2021-10-24T10:02:37+02:00 HEIMDALL_RELEASE=b4527734 VERSION=b4527734-ls21 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl g++ make python2 && echo "**** install runtime packages ****" && apk add --no-cache nodejs npm && echo "**** install heimdall ****" && mkdir -p /app/heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/heimdalljs/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/heimdalljs.tar.gz -L "https://github.com/linuxserver/heimdalljs/archive/${HEIMDALL_RELEASE}.tar.gz" && tar xf /tmp/heimdalljs.tar.gz -C /app/heimdall/ --strip-components=1 && cd /app/heimdall && NODE_ENV="development" npm install && cp .env.example .env && npm run build && echo "**** cleanup ****" && npm prune --production && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2021-10-24 08:09:49 UTC

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

2021-10-24 08:09:50 UTC

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

2021-10-24 08:09:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24T10:02:37+02:00

2021-10-24 08:09:54 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-10-24 08:09:56 UTC

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

2021-10-24 08:09:58 UTC

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

2021-10-24 08:10:00 UTC

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

2021-10-24 08:10:01 UTC

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

2021-10-24 08:10:03 UTC

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

2021-10-24 08:10:05 UTC

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

2021-10-24 08:10:07 UTC

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

2021-10-24 08:10:08 UTC

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

2021-10-24 08:10:10 UTC

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

Details
Created

2021-10-24 08:09:43 UTC

Size

140 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- b4527734-ls21 Build-date:- 2021-10-24T10:02:37+02:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-10-24T10:02:37+02:00
  • org.opencontainers.image.description
    [Heimdall](https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-heimdall
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    c2143f0bba6ffe88aac1e268fe73696c4fabd8ec
  • org.opencontainers.image.revision
    c2143f0bba6ffe88aac1e268fe73696c4fabd8ec
  • 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
    b4527734-ls21

Environment
HOME

/app/heimdall

NODE_ENV

production

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

TERM

xterm


Layers

[#000] sha256:0cb6c70b1bce1ff5126703ff2dc1baf752962b688da65cfcd0ab86985421e76b - 1.94% (2.71 MB)

[#001] sha256:3721431eda2205f83fb745b17c871edb4c2e1d2b510c6b7a9f3041bc60bb0124 - 1.54% (2.15 MB)

[#002] sha256:e6391f2fac05f40ce9c7a8dfd8c684b503d2ce2d999bf693944ab5d97335c205 - 1.51% (2.1 MB)

[#003] sha256:94c79a1dbe20ed5e2db06f20ce49496f3bdbce8fc2647186a2e42d7bec6ba732 - 0.0% (414 Bytes)

[#004] sha256:ac1292664788d0e2145df91ab7cb9bbd8a2731050152f027775b85fec7b028b4 - 3.35% (4.67 MB)

[#005] sha256:a4a9caaed2f33c9fe79d3be86eec963bf4e8829a2abb61764e9a096599a05978 - 0.0% (2.87 KB)

[#006] sha256:654d2f5ccf3b9849190652fa298a49b96dbc147971df5ccb1e95f80980e13387 - 91.66% (128 MB)

[#007] sha256:e9dfb9548d645b9da5db6e7cdfa2e12738d805a13dbdafda7ebbc972aafaad5b - 0.0% (704 Bytes)


History
2021-10-21 20:12:38 UTC

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

2021-10-21 20:12:38 UTC

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

2021-10-21 20:12:39 UTC

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

2021-10-21 20:12:40 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 5326b47f-ls24 Build-date:- 2021-10-21T22:11:32+02:00

2021-10-21 20:12:41 UTC

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

2021-10-21 20:12:42 UTC

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

2021-10-21 20:12:43 UTC

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

2021-10-21 20:12:45 UTC

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

2021-10-21 20:12:46 UTC

|4 BUILD_DATE=2021-10-21T22:11:32+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5326b47f-ls24 /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-21 20:12:47 UTC

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

2021-10-21 20:12:47 UTC

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

2021-10-21 20:12:55 UTC

|4 BUILD_DATE=2021-10-21T22:11:32+02:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=5326b47f-ls24 /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-21 20:12:56 UTC

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

2021-10-21 20:12:56 UTC

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

2021-10-21 20:12:57 UTC

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

2021-10-21 20:12:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-21T22:11:32+02:00

2021-10-21 20:12:59 UTC

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

2021-10-21 20:13:00 UTC

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

2021-10-21 20:13:01 UTC

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

2021-10-21 20:13:02 UTC

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

2021-10-21 20:13:03 UTC

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

2021-10-21 20:13:04 UTC

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

2021-10-21 20:13:05 UTC

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

2021-10-21 20:13:06 UTC

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

2021-10-21 20:13:07 UTC

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

2021-10-21 20:13:08 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=5326b47f-ls24

2021-10-24 08:03:40 UTC

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

2021-10-24 08:03:41 UTC

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

2021-10-24 08:03:42 UTC

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

2021-10-24 08:03:43 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- b4527734-ls21 Build-date:- 2021-10-24T10:02:37+02:00

2021-10-24 08:03:44 UTC

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

2021-10-24 08:03:45 UTC

/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production

2021-10-24 08:09:23 UTC

|3 BUILD_DATE=2021-10-24T10:02:37+02:00 HEIMDALL_RELEASE=b4527734 VERSION=b4527734-ls21 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl g++ make python2 && echo "**** install runtime packages ****" && apk add --no-cache nodejs npm && echo "**** install heimdall ****" && mkdir -p /app/heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/heimdalljs/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /tmp/heimdalljs.tar.gz -L "https://github.com/linuxserver/heimdalljs/archive/${HEIMDALL_RELEASE}.tar.gz" && tar xf /tmp/heimdalljs.tar.gz -C /app/heimdall/ --strip-components=1 && cd /app/heimdall && NODE_ENV="development" npm install && cp .env.example .env && npm run build && echo "**** cleanup ****" && npm prune --production && apk del --purge build-dependencies && rm -rf /root/.cache /tmp/*

2021-10-24 08:09:25 UTC

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

2021-10-24 08:09:27 UTC

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

2021-10-24 08:09:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24T10:02:37+02:00

2021-10-24 08:09:30 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-10-24 08:09:31 UTC

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

2021-10-24 08:09:33 UTC

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

2021-10-24 08:09:34 UTC

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

2021-10-24 08:09:36 UTC

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

2021-10-24 08:09:37 UTC

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

2021-10-24 08:09:39 UTC

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

2021-10-24 08:09:40 UTC

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

2021-10-24 08:09:42 UTC

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

2021-10-24 08:09:43 UTC

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

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