2022-09-18 08:03:48 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:a3ab31eb6d00cd9d0024705efe1d5829656bd5f7297c90733c55747d7ce9d5ac - 3.97% (5.11 MB)
[#001] sha256:758a0571afd1e48765a66874c81b4c8df4d15d6ac1dc7e70ff9b5af9cc97cfd8 - 2.92% (3.75 MB)
[#002] sha256:db79f42a21090d1bf6697c730e8155af1a5ff52b2a8cefd92a5c9ba675222b35 - 0.0% (5.63 KB)
[#003] sha256:5ae82e82b7da6f8c80b4b87a83c8a6de8f62265a07c988119380480bfff1383c - 93.11% (120 MB)
[#004] sha256:43ae92c92facac56d31f3c00b9f4c28ea1adc0e4966b811fe943a93961ef15c3 - 0.0% (730 Bytes)
/bin/sh -c #(nop) COPY dir:c44309ac6a7d62e9edcf1236431006104e672601373f9808a8588eaafe51027b in /
2022-09-13 12:04:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-13 12:04:08 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-13 12:04:08 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 44292966-ls47 Build-date:- 2022-09-13T14:02:48+02:00
2022-09-13 12:04:08 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-13 12:04:09 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-13 12:04:11 UTC|2 BUILD_DATE=2022-09-13T14:02:48+02:00 VERSION=44292966-ls47 /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-09-13 12:04:12 UTC/bin/sh -c #(nop) COPY dir:c3f691a713f86881157fd18ec3d6bfb9d200fb11c232e9d661f0e642112c90ee in /
2022-09-13 12:04:12 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-13 12:04:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-13 12:04:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-13T14:02:48+02:00
2022-09-13 12:04:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-13 12:04:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-13 12:04:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-13 12:04:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=bbca056b867a15a4c0de99cd3c10523ab74d94c5
2022-09-13 12:04:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=bbca056b867a15a4c0de99cd3c10523ab74d94c5
2022-09-13 12:04:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-13 12:04:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-13 12:04:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-13 12:04:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-13 12:04:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=44292966-ls47
2022-09-18 07:58:52 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-18 07:58:52 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-18 07:58:52 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-09-18 07:58:52 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls45 Build-date:- 2022-09-18T02:57:43-05:00
2022-09-18 07:58:53 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-09-18 07:58:53 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-09-18 08:03:44 UTC|3 BUILD_DATE=2022-09-18T02:57:43-05:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls45 /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-09-18 08:03:46 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-09-18 08:03:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-18 08:03:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-18T02:57:43-05:00
2022-09-18 08:03:47 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-09-18 08:03:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-09-18 08:03:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-18 08:03:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ccbb8d8dc056f8e330e8ccac99eb703883562e04
2022-09-18 08:03:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ccbb8d8dc056f8e330e8ccac99eb703883562e04
2022-09-18 08:03:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-09-18 08:03:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-09-18 08:03:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-09-18 08:03:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-18 08:03:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls45
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.