2021-04-13 15:19:09 UTC
128 MB
/app/heimdall
NODE_ENVproduction
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PS1$(whoami)@$(hostname):$(pwd)\$
TERMxterm
[#000] sha256:490e421b0584ed63333e984d0895da0df07d8dd454847df980ac2f24bfba1ed1 - 2.19% (2.8 MB)
[#001] sha256:afe69cc7373e7446338c72a8255aff79b4e8c46c678c53c8f301d835a281629f - 1.41% (1.8 MB)
[#002] sha256:ddb1ac3dd43fdf524281a495e84845083a3d0d7853685fdf866e650c7bdd3d71 - 1.36% (1.74 MB)
[#003] sha256:1f4e58d508f181480d920cbc2c1ca889c82a1a6f699a0d85174c07ebb875445f - 0.0% (439 Bytes)
[#004] sha256:6a7c68663fc01d6d702be541fca65b196cc7616addd8c8e0ddbe17901cb37d64 - 2.35% (3 MB)
[#005] sha256:90eca04f97372b9344e6a5ec6daaaa62da311b339918a009a624d39da05e44eb - 0.0% (2.77 KB)
[#006] sha256:26c33c36b2454bf44fe1a66a6d4a7126bbc6b0af9d15aa0b6a1a3ea9b498d670 - 92.69% (118 MB)
[#007] sha256:6c3228ea5a7e0451d55a176bed9530601c0554f5498c7a5f45721dc59f9d5579 - 0.0% (734 Bytes)
/bin/sh -c #(nop) COPY dir:e266802ba63115ae82ad994faf38f5dcc7758ebbdda35b11f717d7cb3622dbe0 in /
2021-04-13 06:39:38 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-13 06:39:38 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-13 06:39:38 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 4928c559-ls11 Build-date:- 2021-04-13T07:38:41+01:00
2021-04-13 06:39:39 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2021-04-13 06:39:39 UTC/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3
2021-04-13 06:39:39 UTC/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64
2021-04-13 06:39:42 UTC/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/
2021-04-13 06:39:43 UTC|4 BUILD_DATE=2021-04-13T07:38:41+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=4928c559-ls11 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer
2021-04-13 06:39:44 UTC/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch
2021-04-13 06:39:44 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm
2021-04-13 06:39:48 UTC|4 BUILD_DATE=2021-04-13T07:38:41+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=4928c559-ls11 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*
2021-04-13 06:39:48 UTC/bin/sh -c #(nop) COPY dir:abf7501ef60ed34ad238fb8014199cea647a9129f593a578d4bdd70795f6fa6d in /
2021-04-13 06:39:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2021-04-13 15:13:54 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2021-04-13 15:13:54 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-13 15:13:54 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2021-04-13 15:13:54 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- a63686b8-ls1 Build-date:- 2021-04-13T11:12:53-04:00
2021-04-13 15:13:54 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2021-04-13 15:13:54 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2021-04-13 15:19:08 UTC|3 BUILD_DATE=2021-04-13T11:12:53-04:00 HEIMDALL_RELEASE=a63686b8 VERSION=a63686b8-ls1 /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/*
2021-04-13 15:19:09 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
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.