Namespace
linuxserver
Image / Tag
heimdall:arm32v7-js-710b63f3-ls8
Content Digest
sha256:63319faa70d95af70c39b8ceaa1307806a17bb74a9caac39117dd4eb94f63344
Details
Created

2021-06-13 09:24:59 UTC

Size

136 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 710b63f3-ls8 Build-date:- 2021-06-13T08:41:19+00:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-06-13T08:41:19+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
    f2087a0f85560fb4f2a2fc620f1033744b2997f4
  • org.opencontainers.image.revision
    f2087a0f85560fb4f2a2fc620f1033744b2997f4
  • 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
    710b63f3-ls8

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:d9d0762f5088a06c2cf9f6aac7e3eb2d5ef6b5c7e973e1186cf2c0bd0f46df32 - 1.78% (2.41 MB)

[#001] sha256:6d1b406131b5cbc210f971d6abb66ab16b49cf1accb6eaf4290e02eff5bfc09f - 1.58% (2.15 MB)

[#002] sha256:517d583f7cf3068262e4446992d4da2134f0a56a5121894b914bc3db90bc76fe - 1.53% (2.08 MB)

[#003] sha256:23c36d03022e734d733e7cec7ddb4a3756bd4fe8876fc29695a3f18cee2aa597 - 0.0% (433 Bytes)

[#004] sha256:d2333d9be06a69c48d60b38beaa9d689bb24fe08f0e8d7a67ed4ab7ed1fbc225 - 3.04% (4.13 MB)

[#005] sha256:dec44f1c45c9c6d30007c21b951a5a5da0e25e17590d94badcaf6e4776d33c33 - 0.0% (2.76 KB)

[#006] sha256:f95584d2a923ef7408d33c97c97b6961e556c09849a11c5abd67bbb59953b5b7 - 92.07% (125 MB)

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


History
2021-06-08 06:50:21 UTC

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

2021-06-08 06:50:21 UTC

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

2021-06-08 06:50:21 UTC

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

2021-06-08 06:50:21 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- ad3ea322-ls14 Build-date:- 2021-06-08T06:49:01+00:00

2021-06-08 06:50:22 UTC

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

2021-06-08 06:50:22 UTC

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

2021-06-08 06:50:22 UTC

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

2021-06-08 06:50:24 UTC

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

2021-06-08 06:50:26 UTC

|4 BUILD_DATE=2021-06-08T06:49:01+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=ad3ea322-ls14 /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-06-08 06:50:27 UTC

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

2021-06-08 06:50:27 UTC

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

2021-06-08 06:50:35 UTC

|4 BUILD_DATE=2021-06-08T06:49:01+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=ad3ea322-ls14 /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-06-08 06:50:36 UTC

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

2021-06-08 06:50:36 UTC

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

2021-06-08 06:50:36 UTC

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

2021-06-08 06:50:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T06:49:01+00:00

2021-06-08 06:50:37 UTC

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

2021-06-08 06:50:37 UTC

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

2021-06-08 06:50:37 UTC

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

2021-06-08 06:50:38 UTC

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

2021-06-08 06:50:38 UTC

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

2021-06-08 06:50:38 UTC

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

2021-06-08 06:50:39 UTC

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

2021-06-08 06:50:39 UTC

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

2021-06-08 06:50:39 UTC

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

2021-06-08 06:50:39 UTC

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

2021-06-13 08:43:33 UTC

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

2021-06-13 08:43:34 UTC

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

2021-06-13 08:43:36 UTC

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

2021-06-13 08:43:38 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 710b63f3-ls8 Build-date:- 2021-06-13T08:41:19+00:00

2021-06-13 08:43:40 UTC

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

2021-06-13 08:43:42 UTC

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

2021-06-13 09:23:52 UTC

|3 BUILD_DATE=2021-06-13T08:41:19+00:00 HEIMDALL_RELEASE=710b63f3 VERSION=710b63f3-ls8 /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-06-13 09:24:31 UTC

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

2021-06-13 09:24:38 UTC

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

2021-06-13 09:24:40 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-13T08:41:19+00:00

2021-06-13 09:24:43 UTC

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

2021-06-13 09:24:44 UTC

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

2021-06-13 09:24:46 UTC

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

2021-06-13 09:24:47 UTC

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

2021-06-13 09:24:49 UTC

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

2021-06-13 09:24:51 UTC

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

2021-06-13 09:24:53 UTC

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

2021-06-13 09:24:55 UTC

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

2021-06-13 09:24:57 UTC

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

2021-06-13 09:24:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=710b63f3-ls8

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