2022-11-13 08:13:51 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:0ba1ced6b06ef1d408aaa8c6960a5af7f82d1d45264237c49e8c10a3a14486f3 - 3.83% (5.31 MB)
[#001] sha256:ad2c0f64b297d0345d7e197eb43445df0246c86c2e6de559e1cc85f1d4bbc4d5 - 3.89% (5.39 MB)
[#002] sha256:c35ef6638089b52e904caf35f36a04fd16d38ed21c712e9b7d3ee640b9b2e30b - 0.0% (5.43 KB)
[#003] sha256:f018d19c90bb48f6a47f8b077199a90ecccf37bd935d185cddc083f1d1403b7a - 92.28% (128 MB)
[#004] sha256:015eb3057cc1d20001df99835a80fddb0112d8ab8a389d1d8f7be7bd5549a834 - 0.0% (705 Bytes)
/bin/sh -c #(nop) COPY dir:58791b6d27e8fec64a0a42f8b5934c582e08e1fc7f85a46b695ed72c847d178c in /
2022-11-08 06:36:19 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-08 06:36:19 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-08 06:36:20 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2446639f-ls49 Build-date:- 2022-11-08T07:35:05+01:00
2022-11-08 06:36:20 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-11-08 06:36:20 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-11-08 06:36:23 UTC|2 BUILD_DATE=2022-11-08T07:35:05+01:00 VERSION=2446639f-ls49 /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-11-08 06:36:23 UTC/bin/sh -c #(nop) COPY dir:c3f691a713f86881157fd18ec3d6bfb9d200fb11c232e9d661f0e642112c90ee in /
2022-11-08 06:36:23 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-11-08 06:36:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-08 06:36:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-08T07:35:05+01:00
2022-11-08 06:36:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-11-08 06:36:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-11-08 06:36:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-08 06:36:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=68578b2e8fb3d289b1427eca609182e7452d2534
2022-11-08 06:36:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=68578b2e8fb3d289b1427eca609182e7452d2534
2022-11-08 06:36:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-11-08 06:36:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-08 06:36:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2446639f-ls49
2022-11-13 08:07:36 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-13 08:07:37 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-13 08:07:38 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-11-13 08:07:39 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls47 Build-date:- 2022-11-13T02:06:09-06:00
2022-11-13 08:07:40 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-11-13 08:07:41 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-11-13 08:13:30 UTC|3 BUILD_DATE=2022-11-13T02:06:09-06:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls47 /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-11-13 08:13:33 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-11-13 08:13:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-13 08:13:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-13T02:06:09-06:00
2022-11-13 08:13:37 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-11-13 08:13:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-11-13 08:13:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-13 08:13:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d457f2be3f8660d7a41e93701fedf485086905ad
2022-11-13 08:13:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d457f2be3f8660d7a41e93701fedf485086905ad
2022-11-13 08:13:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-11-13 08:13:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-11-13 08:13:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-11-13 08:13:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-13 08:13:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls47
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.