2022-08-28 08:06:09 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:b52f419f9afca2615e2bc624fcfe73a008a7652cf3f3c628c7374256ba815633 - 3.97% (5.11 MB)
[#001] sha256:ed17fe40ad5719fc18ec17ede064101184030b5060de9f0e096b630ec30c2b28 - 2.92% (3.75 MB)
[#002] sha256:cb99c5010c1b80a3099b4c86e85485ca465b42758bca642ec2695af41c7b31b0 - 0.0% (4.96 KB)
[#003] sha256:92b84a043d77962f309098cccdea75377482b0bb7afd1c1a3308ac83c4db72a4 - 93.11% (120 MB)
[#004] sha256:7cf7cf84b4404a455d338d986e0d8df7ad4ce64d6230c9def04038f8609ebe81 - 0.0% (734 Bytes)
/bin/sh -c #(nop) COPY dir:a4f018e8f66d6aaa4d516168ab5628870de5a18170c0db2180a230ed3f4d5af5 in /
2022-08-23 06:41:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-23 06:41:08 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-23 06:41:08 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f7d6ee73-ls42 Build-date:- 2022-08-23T01:39:52-05:00
2022-08-23 06:41:09 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-23 06:41:09 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-23 06:41:11 UTC|2 BUILD_DATE=2022-08-23T01:39:52-05:00 VERSION=f7d6ee73-ls42 /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-23 06:41:11 UTC/bin/sh -c #(nop) COPY dir:6b87860e4508c417d46f8a6f369140573757bf916ad6e42187671d0981dcd338 in /
2022-08-23 06:41:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-23 06:41:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-23 06:41:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-23T01:39:52-05:00
2022-08-23 06:41:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-23 06:41:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-23 06:41:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-23 06:41:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=39fa8a90e8ffe3f74f1ddb9859c6da8b069736b5
2022-08-23 06:41:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=39fa8a90e8ffe3f74f1ddb9859c6da8b069736b5
2022-08-23 06:41:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-23 06:41:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-23 06:41:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-23 06:41:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-23 06:41:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f7d6ee73-ls42
2022-08-28 08:02:35 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-28 08:02:35 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-28 08:02:35 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-08-28 08:02:35 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls43 Build-date:- 2022-08-28T03:01:31-05:00
2022-08-28 08:02:35 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-28 08:02:35 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-08-28 08:06:06 UTC|3 BUILD_DATE=2022-08-28T03:01:31-05:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls43 /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-28 08:06:08 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-08-28 08:06:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-28 08:06:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-28T03:01:31-05:00
2022-08-28 08:06:08 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-28 08:06:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-08-28 08:06:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-28 08:06:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=91583d6728ec1ebc6e1f7ffc8d58e4e40c63d642
2022-08-28 08:06:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=91583d6728ec1ebc6e1f7ffc8d58e4e40c63d642
2022-08-28 08:06:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-08-28 08:06:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-08-28 08:06:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-08-28 08:06:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-28 08:06:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls43
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.