2022-08-07 08:08:52 UTC
139 MB
/app/heimdall
NODE_ENVproduction
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
S6_CMD_WAIT_FOR_SERVICES_MAXTIME0
TERMxterm
[#000] sha256:b96a431e6ce4bfc76a7fc06a045ed7f0715827395c8e16be5b58cac961dca252 - 3.83% (5.31 MB)
[#001] sha256:630835c38e9100578004dc353feed0acc39d870b2f083fa107d26539e070dac8 - 3.9% (5.41 MB)
[#002] sha256:d44ee1de3481ae1ae5687d7b423d9b438b50c46bf5c74082341a8cc394b82a8a - 0.0% (5 KB)
[#003] sha256:03420bf08721d71b1b29f47091a00cfcd8fa6d98ff507b0348e06811e6de7f74 - 92.27% (128 MB)
[#004] sha256:04e3a28a39ddf5c9517840215e9657e2631cd6725609049eb75d1cd24be94e22 - 0.0% (731 Bytes)
/bin/sh -c #(nop) COPY dir:656e0a9e039303581fbe26734500e6a0ccf0508f256c6c8fc5e12d40731bd8de in /
2022-07-31 10:57:02 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-31 10:57:02 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-31 10:57:02 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 67e55375-ls39 Build-date:- 2022-07-31T12:55:42+02:00
2022-07-31 10:57:02 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-31 10:57:02 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-31 10:57:05 UTC|2 BUILD_DATE=2022-07-31T12:55:42+02:00 VERSION=67e55375-ls39 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils curl 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 && 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 ****" && rm -rf /tmp/*
2022-07-31 10:57:06 UTC/bin/sh -c #(nop) COPY dir:6b87860e4508c417d46f8a6f369140573757bf916ad6e42187671d0981dcd338 in /
2022-07-31 10:57:06 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-31 10:57:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-31 10:57:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-31T12:55:42+02:00
2022-07-31 10:57:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-31 10:57:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-31 10:57:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-31 10:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=994e04057d5d7793f0a440a2360374e6997eaf64
2022-07-31 10:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=994e04057d5d7793f0a440a2360374e6997eaf64
2022-07-31 10:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-31 10:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-31 10:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-31 10:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-31 10:57:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=67e55375-ls39
2022-08-07 08:03:10 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-07 08:03:10 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-07 08:03:10 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-08-07 08:03:10 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls40 Build-date:- 2022-08-07T10:02:10+02:00
2022-08-07 08:03:10 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-07 08:03:10 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-08-07 08:08:43 UTC|3 BUILD_DATE=2022-08-07T10:02:10+02:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls40 /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/*
2022-08-07 08:08:49 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-08-07 08:08:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-07 08:08:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-07T10:02:10+02:00
2022-08-07 08:08: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.
2022-08-07 08:08:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-08-07 08:08:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-07 08:08:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=21110141496400b1d5bb6b7de4d1e27c45855c88
2022-08-07 08:08:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=21110141496400b1d5bb6b7de4d1e27c45855c88
2022-08-07 08:08:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-08-07 08:08:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-08-07 08:08:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-08-07 08:08:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-07 08:08:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls40
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.