2022-08-21 08:08:22 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:d1cf4aa47ba147afdbf2fa9660c3725493fd66d87c69942b69a2e72ce504e7a3 - 3.97% (5.11 MB)
[#001] sha256:2faa9f4c1b683e3fb4f9c5ddf23aa5d50e86689bc7dffeca34f4932a0af234fc - 2.92% (3.76 MB)
[#002] sha256:c2db843987b3a5952b167bbd8a2f4f7867de187aa6c4172353135bd1f4a5cf5a - 0.0% (4.96 KB)
[#003] sha256:ece6d451d37164c2a4ba9d5fcd0fe1dd016ced85de97c54b17e923fe88e8d2c4 - 93.11% (120 MB)
[#004] sha256:b988a56b8a535b76e0820bad9a5a196ea347be6a603cf2671852b4367c41b6f6 - 0.0% (734 Bytes)
/bin/sh -c #(nop) COPY dir:00e544670b3d2ffa21ff95fdea5522f7f47e7cdaab5edef8fe7b85a0533313e2 in /
2022-08-16 06:32:57 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-16 06:32:57 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-16 06:32:57 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8c7719ed-ls41 Build-date:- 2022-08-16T08:31:44+02:00
2022-08-16 06:32:57 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-16 06:32:58 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-16 06:33:00 UTC|2 BUILD_DATE=2022-08-16T08:31:44+02:00 VERSION=8c7719ed-ls41 /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-08-16 06:33:00 UTC/bin/sh -c #(nop) COPY dir:6b87860e4508c417d46f8a6f369140573757bf916ad6e42187671d0981dcd338 in /
2022-08-16 06:33:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-16 06:33:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-16 06:33:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-16T08:31:44+02:00
2022-08-16 06:33:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-16 06:33:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-16 06:33:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-16 06:33:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ab3b56d3b6c48c2239b5eb2ace53b9023a869581
2022-08-16 06:33:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ab3b56d3b6c48c2239b5eb2ace53b9023a869581
2022-08-16 06:33:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-16 06:33:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-16 06:33:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-16 06:33:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-16 06:33:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8c7719ed-ls41
2022-08-21 08:03:52 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-21 08:03:53 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-21 08:03:53 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-08-21 08:03:53 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls42 Build-date:- 2022-08-21T10:02:57+02:00
2022-08-21 08:03:53 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-21 08:03:53 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-08-21 08:08:18 UTC|3 BUILD_DATE=2022-08-21T10:02:57+02:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls42 /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-08-21 08:08:20 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-08-21 08:08:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-21 08:08:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-21T10:02:57+02:00
2022-08-21 08:08:21 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-08-21 08:08:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-08-21 08:08:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-21 08:08:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=6e19a94f0f47b673fa98d412f6f565e830a766b5
2022-08-21 08:08:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=6e19a94f0f47b673fa98d412f6f565e830a766b5
2022-08-21 08:08:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-08-21 08:08:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-08-21 08:08:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-08-21 08:08:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-21 08:08:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls42
2022-08-21 08:10:04 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:ff10194bd0f09bd30a857a95f5ee6957779168f1a902a46d919204c9f87cd465 - 3.73% (5.08 MB)
[#001] sha256:4e3f3cf62ea5fcb063477ac1fc67ea97384a642af5666551d03bc4f02cb7506e - 3.55% (4.83 MB)
[#002] sha256:68cacd3857763094903253fc7327ded9b55613e4b0735bea24fec5ed0a8c7925 - 0.0% (4.96 KB)
[#003] sha256:f0a7489ade3f79017531c8df29fd3cb79c54e9df245e470b351203accef18880 - 92.71% (126 MB)
[#004] sha256:6d68b97d297788ce79cbea739923c4f6be7949697c1a8d342f3c25489415352e - 0.0% (705 Bytes)
/bin/sh -c #(nop) COPY dir:203e27566bc25f66eb08cfdaa173d691ae82c355251da74515229347abf72556 in /
2022-08-16 06:33:16 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-16 06:33:16 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-16 06:33:16 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8c7719ed-ls41 Build-date:- 2022-08-16T08:31:44+02:00
2022-08-16 06:33:17 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-16 06:33:17 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-16 06:33:24 UTC|2 BUILD_DATE=2022-08-16T08:31:44+02:00 VERSION=8c7719ed-ls41 /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-08-16 06:33:24 UTC/bin/sh -c #(nop) COPY dir:f89a86eec25791e37f812e53a5a1ae2504fd49a15276c44e657fb123cff0d682 in /
2022-08-16 06:33:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-16 06:33:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-16 06:33:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-16T08:31:44+02:00
2022-08-16 06:33:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-16 06:33:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-16 06:33:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-16 06:33:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ab3b56d3b6c48c2239b5eb2ace53b9023a869581
2022-08-16 06:33:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ab3b56d3b6c48c2239b5eb2ace53b9023a869581
2022-08-16 06:33:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-16 06:33:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-16 06:33:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-16 06:33:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-16 06:33:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8c7719ed-ls41
2022-08-21 08:04:01 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-21 08:04:02 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-21 08:04:03 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-08-21 08:04:04 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls42 Build-date:- 2022-08-21T10:02:57+02:00
2022-08-21 08:04:05 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-21 08:04:06 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-08-21 08:09:42 UTC|3 BUILD_DATE=2022-08-21T10:02:57+02:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls42 /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-08-21 08:09:44 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-08-21 08:09:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-21 08:09:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-21T10:02:57+02:00
2022-08-21 08:09:49 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-08-21 08:09:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-08-21 08:09:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-21 08:09:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=6e19a94f0f47b673fa98d412f6f565e830a766b5
2022-08-21 08:09:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=6e19a94f0f47b673fa98d412f6f565e830a766b5
2022-08-21 08:09:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-08-21 08:09:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-08-21 08:10:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-08-21 08:10:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-21 08:10:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls42
2022-08-21 08:09:41 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:3432a88d1807d16e586a782d701482a99946ae98f42fc4dd2ac535f7e64cb9c6 - 3.83% (5.31 MB)
[#001] sha256:616783dae09e2d261844eaae135a440c866f85b0717da1fbaf53313693aabf7b - 3.9% (5.41 MB)
[#002] sha256:23e8ce3cdd591ad4d1422bca9e0e744d2e3494de6accb08a0c3ec00d1b1e05df - 0.0% (4.96 KB)
[#003] sha256:f00af7be100a05485201a283d1e6752627bb7b0c7caf8076212fcd13f69d1831 - 92.27% (128 MB)
[#004] sha256:04e3a28a39ddf5c9517840215e9657e2631cd6725609049eb75d1cd24be94e22 - 0.0% (731 Bytes)
/bin/sh -c #(nop) COPY dir:757ae1d0773193fb474886c7c1e7e0921a605553f19a9170e6ec0621de9a287e in /
2022-08-16 06:32:59 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-16 06:32:59 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-16 06:32:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8c7719ed-ls41 Build-date:- 2022-08-16T08:31:44+02:00
2022-08-16 06:32:59 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-08-16 06:32:59 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-08-16 06:33:04 UTC|2 BUILD_DATE=2022-08-16T08:31:44+02:00 VERSION=8c7719ed-ls41 /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-08-16 06:33:04 UTC/bin/sh -c #(nop) COPY dir:6b87860e4508c417d46f8a6f369140573757bf916ad6e42187671d0981dcd338 in /
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-16T08:31:44+02:00
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-16 06:33:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ab3b56d3b6c48c2239b5eb2ace53b9023a869581
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ab3b56d3b6c48c2239b5eb2ace53b9023a869581
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-16 06:33:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=8c7719ed-ls41
2022-08-21 08:03:59 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-08-21 08:03:59 UTC/bin/sh -c #(nop) ARG VERSION
2022-08-21 08:03:59 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-08-21 08:03:59 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls42 Build-date:- 2022-08-21T10:02:57+02:00
2022-08-21 08:03:59 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-08-21 08:04:00 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-08-21 08:09:33 UTC|3 BUILD_DATE=2022-08-21T10:02:57+02:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls42 /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-08-21 08:09:39 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-08-21 08:09:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-08-21 08:09:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-08-21T10:02:57+02:00
2022-08-21 08:09:39 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-08-21 08:09:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-08-21 08:09:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-08-21 08:09:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=6e19a94f0f47b673fa98d412f6f565e830a766b5
2022-08-21 08:09:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=6e19a94f0f47b673fa98d412f6f565e830a766b5
2022-08-21 08:09:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-08-21 08:09:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-08-21 08:09:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-08-21 08:09:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-08-21 08:09:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls42
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.