2022-07-03 08:06:29 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:704b648b60e3cfc805626ea2402e28ae24f170dce50b9365cfeb6972481f0be4 - 3.96% (5.1 MB)
[#001] sha256:d05297d394b758487b2250255a7c8143065a64d0d0c4c0a7bfeb87e3edc48257 - 2.91% (3.75 MB)
[#002] sha256:e69f7a9537d836ef2665a3094c85f745d6bc67367ab44622699a0f812983bc50 - 0.0% (3.92 KB)
[#003] sha256:01f5336c0356b1f09394b182d8fb40309493cd34ee2bb64deb42028ea4164c93 - 93.12% (120 MB)
[#004] sha256:23fd583a3ff79447854d800a3221a9aa82f4ee088f76ba6abdaff0ceb60a86a2 - 0.0% (731 Bytes)
/bin/sh -c #(nop) COPY dir:5a4086d885d630388a743a6bc50ac6433696705fec5ae25e8d320c57d63468dc in /
2022-07-01 16:14:58 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-01 16:14:58 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-01 16:14:58 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- c1f7f25a-ls34 Build-date:- 2022-07-01T18:13:33+02:00
2022-07-01 16:14:58 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-01 16:14:59 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-01 16:15:03 UTC|2 BUILD_DATE=2022-07-01T18:13:33+02:00 VERSION=c1f7f25a-ls34 /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-07-01 16:15:04 UTC/bin/sh -c #(nop) COPY dir:3784f5a3877fd2d0f90c6e3fd6c2fe62ae8537a6e4e9cad4388f82719d765341 in /
2022-07-01 16:15:04 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-01 16:15:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-01 16:15:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-01T18:13:33+02:00
2022-07-01 16:15:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-01 16:15:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-01 16:15:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-01 16:15:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=82102368805bc92f9537ed792bd11a6fb5e400cb
2022-07-01 16:15:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=82102368805bc92f9537ed792bd11a6fb5e400cb
2022-07-01 16:15:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-01 16:15:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-01 16:15:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-01 16:15:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-01 16:15:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=c1f7f25a-ls34
2022-07-03 08:02:53 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-03 08:02:53 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-03 08:02:53 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-07-03 08:02:53 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls37 Build-date:- 2022-07-03T03:01:49-05:00
2022-07-03 08:02:53 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-03 08:02:53 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-07-03 08:06:26 UTC|3 BUILD_DATE=2022-07-03T03:01:49-05:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls37 /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-07-03 08:06:27 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-07-03 08:06:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-03 08:06:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-03T03:01:49-05:00
2022-07-03 08:06:28 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-07-03 08:06:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-07-03 08:06:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-03 08:06:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=f32bc7b0b381eadb294cbb3caf25b103161cbeec
2022-07-03 08:06:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=f32bc7b0b381eadb294cbb3caf25b103161cbeec
2022-07-03 08:06:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-07-03 08:06:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-07-03 08:06:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-07-03 08:06:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-03 08:06:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls37
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.