2022-11-13 08:22:01 UTC
136 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:fb185a9fd9b2d249eeee21d723671f5604f4d16326cd9482e7d438a16696f226 - 3.74% (5.08 MB)
[#001] sha256:c575212013b5ed99d8e22f16c34b36abbe7eddd0a415685f049a99d8ff316e69 - 3.54% (4.81 MB)
[#002] sha256:7474cd73ec9e60740d7a0dadb5378888100e53e6fcebae0cccaef94cf973f4e1 - 0.0% (5.43 KB)
[#003] sha256:ffa01381eb6016cbe3c079234eaef991c911286a2ffcc4bf06d103bb2c527a3d - 92.72% (126 MB)
[#004] sha256:cfc871a59e0aeb8ee5653f3cb1cacaceea53be7bf80a4f7c00153c0e37adb6f0 - 0.0% (733 Bytes)
/bin/sh -c #(nop) COPY dir:f2d750c77df4b3b4e5637ee36f7af190e18efaa33064ecb71c96aed80acc2119 in /
2022-11-08 06:36:34 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-08 06:36:35 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-08 06:36:36 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:37 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-11-08 06:36:38 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:44 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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/*
2022-11-08 06:36:45 UTC/bin/sh -c #(nop) COPY dir:c3f691a713f86881157fd18ec3d6bfb9d200fb11c232e9d661f0e642112c90ee in /
2022-11-08 06:36:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-11-08 06:36:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-08 06:36:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-08T07:35:05+01:00
2022-11-08 06:36:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-11-08 06:36:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-11-08 06:36:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-08 06:36:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=68578b2e8fb3d289b1427eca609182e7452d2534
2022-11-08 06:36:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=68578b2e8fb3d289b1427eca609182e7452d2534
2022-11-08 06:36:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-11-08 06:36:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-11-08 06:36:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-11-08 06:36:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-08 06:36:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2446639f-ls49
2022-11-13 08:07:38 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-11-13 08:07:38 UTC/bin/sh -c #(nop) ARG VERSION
2022-11-13 08:07:39 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:39 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-11-13 08:07:39 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-11-13 08:21:54 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:21:58 UTC/bin/sh -c #(nop) COPY dir:6b8572c8fe8981fbe4403cc6fd5ea02ec86aea53e1c07650d134dac45762edbc in /
2022-11-13 08:21:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-11-13 08:21:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-13T02:06:09-06:00
2022-11-13 08:21:59 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:21:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-11-13 08:21:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-11-13 08:22:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=d457f2be3f8660d7a41e93701fedf485086905ad
2022-11-13 08:22:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=d457f2be3f8660d7a41e93701fedf485086905ad
2022-11-13 08:22:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-11-13 08:22:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-11-13 08:22:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-11-13 08:22:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-11-13 08:22:01 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.