2022-07-17 08:07:57 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:19672c8d10ce1deb19a59d105e314e8657e35d23ab9366b32bfcb43185cee401 - 3.96% (5.1 MB)
[#001] sha256:b83bf4c948dbcf033b1a56c9d950d97d6c9aea2b4d402757641dcd765542e4d6 - 2.91% (3.75 MB)
[#002] sha256:02c125f755d415b8be65977d3916284263cbd6c0a6a648a9c923f2710fe72af4 - 0.0% (3.92 KB)
[#003] sha256:abb5a4ad34472439dd7e841b463a0d39893dca1cbe4401b11a3fd30c8400d78f - 93.12% (120 MB)
[#004] sha256:943f45927f9415fb80fbe2e251c07ae443e6b801a15104959fc1862255d1f882 - 0.0% (730 Bytes)
/bin/sh -c #(nop) COPY dir:16176dda87811d3a005c9e1430fbd39707735a9f7e694f37783f3587b23dc383 in /
2022-07-12 06:34:30 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-12 06:34:30 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-12 06:34:30 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- dffd677f-ls35 Build-date:- 2022-07-12T08:33:18+02:00
2022-07-12 06:34:31 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-12 06:34:31 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-12 06:34:33 UTC|2 BUILD_DATE=2022-07-12T08:33:18+02:00 VERSION=dffd677f-ls35 /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-12 06:34:33 UTC/bin/sh -c #(nop) COPY dir:3784f5a3877fd2d0f90c6e3fd6c2fe62ae8537a6e4e9cad4388f82719d765341 in /
2022-07-12 06:34:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-12 06:34:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-12 06:34:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-12T08:33:18+02:00
2022-07-12 06:34:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-12 06:34:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-12 06:34:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-12 06:34:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4640fffa8b4a9ce7db9d8f1402dffe52bd753dee
2022-07-12 06:34:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4640fffa8b4a9ce7db9d8f1402dffe52bd753dee
2022-07-12 06:34:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-12 06:34:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-12 06:34:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-12 06:34:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-12 06:34:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=dffd677f-ls35
2022-07-17 08:03:24 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-17 08:03:24 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-17 08:03:24 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-07-17 08:03:24 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls38 Build-date:- 2022-07-17T10:02:29+02:00
2022-07-17 08:03:24 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-17 08:03:24 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-07-17 08:07:53 UTC|3 BUILD_DATE=2022-07-17T10:02:29+02:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls38 /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-17 08:07:55 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-07-17 08:07:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-17 08:07:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-17T10:02:29+02:00
2022-07-17 08:07:56 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-17 08:07:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-07-17 08:07:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-17 08:07:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=02dcbde11688629d4346461a18d2f780518ab6cc
2022-07-17 08:07:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=02dcbde11688629d4346461a18d2f780518ab6cc
2022-07-17 08:07:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-07-17 08:07:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-07-17 08:07:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-07-17 08:07:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-17 08:07:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls38
2022-07-17 08:17:55 UTC
136 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:f030c0d640dcdc86ce815372727b15975bb6aa2a95103117a1684c298392960c - 3.73% (5.07 MB)
[#001] sha256:24af6a45fe203f37fb8d8475894b2b5f2fed308fa5169309161213761620d9fc - 3.54% (4.82 MB)
[#002] sha256:352abf05847111bffd2aafa8ea55fe68014c2b5be9c962478d45347e0a0862ad - 0.0% (3.92 KB)
[#003] sha256:77cc0e47f6c29676accd3f54e7190a6b367beb3abe07a2e5503a9fc01b4829ed - 92.73% (126 MB)
[#004] sha256:5b6f5e7e492b6abe8d691062fb23aaeaabba10f487e59b1cf47ab52b7e80574b - 0.0% (731 Bytes)
/bin/sh -c #(nop) COPY dir:46ad30faa4c799782c05efe3698716ea192ab62a08c52f8a4834224b8e273691 in /
2022-07-12 06:34:52 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-12 06:34:53 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-12 06:34:53 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- dffd677f-ls35 Build-date:- 2022-07-12T08:33:18+02:00
2022-07-12 06:34:53 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-12 06:34:53 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-12 06:35:01 UTC|2 BUILD_DATE=2022-07-12T08:33:18+02:00 VERSION=dffd677f-ls35 /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-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && rm -rf /tmp/*
2022-07-12 06:35:02 UTC/bin/sh -c #(nop) COPY dir:b369d9e10725d60c750869d447630f5ff9c035a5140242cf5c65440f690fcad2 in /
2022-07-12 06:35:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-12 06:35:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-12 06:35:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-12T08:33:18+02:00
2022-07-12 06:35:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-12 06:35:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-12 06:35:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-12 06:35:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4640fffa8b4a9ce7db9d8f1402dffe52bd753dee
2022-07-12 06:35:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4640fffa8b4a9ce7db9d8f1402dffe52bd753dee
2022-07-12 06:35:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-12 06:35:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-12 06:35:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-12 06:35:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-12 06:35:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=dffd677f-ls35
2022-07-17 08:03:28 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-17 08:03:28 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-17 08:03:29 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-07-17 08:03:29 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls38 Build-date:- 2022-07-17T10:02:29+02:00
2022-07-17 08:03:29 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-17 08:03:29 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-07-17 08:17:48 UTC|3 BUILD_DATE=2022-07-17T10:02:29+02:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls38 /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-17 08:17:52 UTC/bin/sh -c #(nop) COPY dir:6b8572c8fe8981fbe4403cc6fd5ea02ec86aea53e1c07650d134dac45762edbc in /
2022-07-17 08:17:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-17 08:17:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-17T10:02:29+02:00
2022-07-17 08:17:52 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-17 08:17:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-07-17 08:17:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-17 08:17:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=02dcbde11688629d4346461a18d2f780518ab6cc
2022-07-17 08:17:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=02dcbde11688629d4346461a18d2f780518ab6cc
2022-07-17 08:17:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-07-17 08:17:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-07-17 08:17:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-07-17 08:17:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-17 08:17:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls38
2022-07-17 08:09:10 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:84c0a0803693b427fba102108c71ed1dcbbd9cbf6f2873f87c4b52766cec7eb9 - 3.82% (5.31 MB)
[#001] sha256:f0f5ede6fda4005080953e5d82acc6699b4d67d0ba0e381083e430c00dbfa6cd - 3.89% (5.4 MB)
[#002] sha256:a0c58c770fc0e362d823458a4f147980069e3c5f345df12a65c2593338b0ea22 - 0.0% (3.85 KB)
[#003] sha256:816fd6acfca3c1b2ba4e76e7c04c6394c9a614384865300af95f6968a1723cd0 - 92.28% (128 MB)
[#004] sha256:04e3a28a39ddf5c9517840215e9657e2631cd6725609049eb75d1cd24be94e22 - 0.0% (731 Bytes)
/bin/sh -c #(nop) COPY dir:ce494abef0c120c841859a1177ac3704884501b555b0064b7c2b0d3ec1f1a488 in /
2022-07-12 06:34:46 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-12 06:34:46 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-12 06:34:47 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- dffd677f-ls35 Build-date:- 2022-07-12T08:33:18+02:00
2022-07-12 06:34:48 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-12 06:34:49 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-12 06:34:56 UTC|2 BUILD_DATE=2022-07-12T08:33:18+02:00 VERSION=dffd677f-ls35 /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-07-12 06:34:57 UTC/bin/sh -c #(nop) COPY dir:3784f5a3877fd2d0f90c6e3fd6c2fe62ae8537a6e4e9cad4388f82719d765341 in /
2022-07-12 06:34:57 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-12 06:34:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-12 06:34:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-12T08:33:18+02:00
2022-07-12 06:35:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-12 06:35:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-12 06:35:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-12 06:35:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=4640fffa8b4a9ce7db9d8f1402dffe52bd753dee
2022-07-12 06:35:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4640fffa8b4a9ce7db9d8f1402dffe52bd753dee
2022-07-12 06:35:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-12 06:35:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-12 06:35:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-12 06:35:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-12 06:35:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=dffd677f-ls35
2022-07-17 08:03:30 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-17 08:03:30 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-17 08:03:31 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-07-17 08:03:31 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls38 Build-date:- 2022-07-17T10:02:29+02:00
2022-07-17 08:03:31 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-17 08:03:31 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-07-17 08:09:02 UTC|3 BUILD_DATE=2022-07-17T10:02:29+02:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls38 /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-17 08:09:08 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-07-17 08:09:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-17 08:09:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-17T10:02:29+02:00
2022-07-17 08:09:09 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-17 08:09:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-07-17 08:09:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-17 08:09:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=02dcbde11688629d4346461a18d2f780518ab6cc
2022-07-17 08:09:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=02dcbde11688629d4346461a18d2f780518ab6cc
2022-07-17 08:09:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-07-17 08:09:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-07-17 08:09:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-07-17 08:09:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-17 08:09:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls38
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.