2022-08-14 08:06:57 UTC
129 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:cc973e044254918798accb2fb3c8bd5180b57374357dca5acdba05a316348fed - 3.97% (5.11 MB)
[#001] sha256:a88506c85fa9ec1212729f2030a13700eae6f3e319b0a34a0ff0c30b537d8735 - 2.92% (3.76 MB)
[#002] sha256:02ad9491891f357196900f818ed9dab08672b2471a5cf983b55c23c267db1efd - 0.0% (4.96 KB)
[#003] sha256:9702ecf5afa8caa274c4295a38b97456ad9a72e09c1f424230e5d31fb7ed9341 - 93.11% (120 MB)
[#004] sha256:61e0125cc4c72987080951c41daa2e94313ccec78b330e73cd4b7df62b313693 - 0.0% (733 Bytes)
/bin/sh -c #(nop) COPY dir:e845faddec1f4a6b1810099cc05c34048bc96954c1547b824bafd82f5915f118 in /
2022-08-09 06:35:02 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-09 06:35:03 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-09 06:35:03 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 964a6e1f-ls40 Build-date:- 2022-08-09T08:33:46+02:00
2022-08-09 06:35:03 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-09 06:35:03 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-09 06:35:07 UTC|2 BUILD_DATE=2022-08-09T08:33:46+02:00 VERSION=964a6e1f-ls40 /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 "**** cleanup ****" && rm -rf /tmp/*
2022-08-09 06:35:07 UTC/bin/sh -c #(nop) COPY dir:6b87860e4508c417d46f8a6f369140573757bf916ad6e42187671d0981dcd338 in /
2022-08-09 06:35:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-09 06:35:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-09 06:35:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-09T08:33:46+02:00
2022-08-09 06:35:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-09 06:35:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-09 06:35:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-09 06:35:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e915eb1a8b872d9c13ef8e96481139c91a9540b9
2022-08-09 06:35:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e915eb1a8b872d9c13ef8e96481139c91a9540b9
2022-08-09 06:35:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-09 06:35:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-09 06:35:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-09 06:35:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-09 06:35:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=964a6e1f-ls40
2022-08-14 08:03:04 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-14 08:03:04 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-14 08:03:05 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-08-14 08:03:05 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls41 Build-date:- 2022-08-14T03:01:59-05:00
2022-08-14 08:03:05 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-14 08:03:05 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-08-14 08:06:53 UTC|3 BUILD_DATE=2022-08-14T03:01:59-05:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls41 /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-14 08:06:55 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-08-14 08:06:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-14 08:06:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-14T03:01:59-05:00
2022-08-14 08:06: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.
2022-08-14 08:06:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-08-14 08:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-14 08:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=1b68b9036b6ceeb4a2450a80f8f52cf0c4de56d5
2022-08-14 08:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=1b68b9036b6ceeb4a2450a80f8f52cf0c4de56d5
2022-08-14 08:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-08-14 08:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-08-14 08:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-08-14 08:06:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-14 08:06:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls41
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.