2022-10-09 08:09:56 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:68f9482a382c28cf1b519ebf4a555463ac24b4b2a98605797a1e55f828891b78 - 3.83% (5.31 MB)
[#001] sha256:7def1527dac2c52cf227beb9e2033ebea045edb8f5f8e604758e3d7dd2f02f27 - 3.9% (5.41 MB)
[#002] sha256:afe17d1f5da8d0363bea1433fe5ed31936d63742b0547ba91924a1223eb3342d - 0.0% (5.63 KB)
[#003] sha256:f3b20f29261600a3db6dc6b748c9bb6f126ae6b0972f1cee179fbd41720e6144 - 92.27% (128 MB)
[#004] sha256:26662b4170f8bdcea7ca0e10f778aa8731f3d0c27289ff8ca9104ecfb1491545 - 0.0% (704 Bytes)
/bin/sh -c #(nop) COPY dir:fff8dfb3b6fa85b3b68b03ef86565be99cead4c76f9a77ab1277e11b817c97fd in /
2022-09-20 06:58:02 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-20 06:58:03 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-20 06:58:03 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 44292966-ls48 Build-date:- 2022-09-20T01:56:43-05:00
2022-09-20 06:58:03 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-20 06:58:03 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-20 06:58:06 UTC|2 BUILD_DATE=2022-09-20T01:56:43-05:00 VERSION=44292966-ls48 /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-09-20 06:58:06 UTC/bin/sh -c #(nop) COPY dir:c3f691a713f86881157fd18ec3d6bfb9d200fb11c232e9d661f0e642112c90ee in /
2022-09-20 06:58:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-20 06:58:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-20 06:58:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-20T01:56:43-05:00
2022-09-20 06:58:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-20 06:58:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-20 06:58:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-20 06:58:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=bd29d09c00920d2edc795f84f60a855f795a0efd
2022-09-20 06:58:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=bd29d09c00920d2edc795f84f60a855f795a0efd
2022-09-20 06:58:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-20 06:58:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-20 06:58:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-20 06:58:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-20 06:58:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=44292966-ls48
2022-10-09 08:03:41 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-10-09 08:03:41 UTC/bin/sh -c #(nop) ARG VERSION
2022-10-09 08:03:41 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-10-09 08:03:41 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls46 Build-date:- 2022-10-09T10:02:28+02:00
2022-10-09 08:03:41 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-10-09 08:03:42 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-10-09 08:09:48 UTC|3 BUILD_DATE=2022-10-09T10:02:28+02:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls46 /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-10-09 08:09:54 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-10-09 08:09:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-10-09 08:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-10-09T10:02:28+02:00
2022-10-09 08:09: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-10-09 08:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-10-09 08:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-10-09 08:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=069e3aa6d10c2ab6406d9905216fa370b5707cdc
2022-10-09 08:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=069e3aa6d10c2ab6406d9905216fa370b5707cdc
2022-10-09 08:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-10-09 08:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-10-09 08:09:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-10-09 08:09:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-10-09 08:09:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls46
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.