2022-09-04 08:08:49 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:856eb0744c11e31cf7bb318fbf39f7d9f0d235c6c070ec5c30391c0606827db5 - 3.83% (5.31 MB)
[#001] sha256:3de987f6289ca5123fc31cf46a5540893be66ec4551d9571e721bc7afecb5b09 - 3.9% (5.41 MB)
[#002] sha256:a59edcd77fcf379788a39163ef68b840b6a4f596c674177a3936bff75053a7cd - 0.0% (5.16 KB)
[#003] sha256:bc1ad8c81b42785f9d81967382d237ce6d25a48b1e4bf8b17f3b5baacb0d2dd2 - 92.27% (128 MB)
[#004] sha256:04e3a28a39ddf5c9517840215e9657e2631cd6725609049eb75d1cd24be94e22 - 0.0% (731 Bytes)
/bin/sh -c #(nop) COPY dir:a10929a23766aae5bbe58005f8d8ad154eb59dfd06193aa8d2c73221f7528c5d in /
2022-09-03 14:33:26 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-03 14:33:26 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-03 14:33:27 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 44292966-ls45 Build-date:- 2022-09-03T09:31:51-05:00
2022-09-03 14:33:28 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-09-03 14:33:29 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-09-03 14:33:35 UTC|2 BUILD_DATE=2022-09-03T09:31:51-05:00 VERSION=44292966-ls45 /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-03 14:33:36 UTC/bin/sh -c #(nop) COPY dir:97b42690899f9c19ff73fe29711829a0a25678de4c2138ba7f1f26990762fd35 in /
2022-09-03 14:33:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-09-03 14:33:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-03 14:33:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-03T09:31:51-05:00
2022-09-03 14:33:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-09-03 14:33:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-09-03 14:33:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-03 14:33:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ee1e4861a5f9e1161c6c4037117e8a14551a60da
2022-09-03 14:33:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ee1e4861a5f9e1161c6c4037117e8a14551a60da
2022-09-03 14:33:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-09-03 14:33:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-09-03 14:33:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-09-03 14:33:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-03 14:33:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=44292966-ls45
2022-09-04 08:03:08 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-09-04 08:03:08 UTC/bin/sh -c #(nop) ARG VERSION
2022-09-04 08:03:08 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-09-04 08:03:08 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls44 Build-date:- 2022-09-04T10:02:05+02:00
2022-09-04 08:03:08 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-09-04 08:03:08 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-09-04 08:08:41 UTC|3 BUILD_DATE=2022-09-04T10:02:05+02:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls44 /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-04 08:08:47 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-09-04 08:08:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-09-04 08:08:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-09-04T10:02:05+02:00
2022-09-04 08:08: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-04 08:08:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-09-04 08:08:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-09-04 08:08:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=2ab82cba59a6f4dbf0e0d4b0bf6b6fba944525c0
2022-09-04 08:08:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2ab82cba59a6f4dbf0e0d4b0bf6b6fba944525c0
2022-09-04 08:08:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-09-04 08:08:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-09-04 08:08:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-09-04 08:08:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-09-04 08:08:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls44
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.