2022-07-24 08:08:47 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:922eed5fb65bdb8033d5f8949409503dd5ffb8abc662c32a5699e4c2ba3c3314 - 3.96% (5.1 MB)
[#001] sha256:6a0e56055ba7e2aabb6c8cc0e5dc5de25cdb5a871039c1e6314d2d99d930e07d - 2.91% (3.75 MB)
[#002] sha256:133656e9fde941b66ee8cf66e83ad39e1280d8ccd0041624f3bf9b5c3407f008 - 0.0% (4 KB)
[#003] sha256:5742caf5afdaa66dba94ef97b4275da519a2f6923cf2e33d0cf153adc6baf913 - 93.12% (120 MB)
[#004] sha256:dc6019cd0fe95bf7d770337be7e2b0f7792923bbc556318d4f9684948546a0b3 - 0.0% (734 Bytes)
/bin/sh -c #(nop) COPY dir:9a9e53fd4f41e0e670e0211bcab6f92ebf98e43f7352fd42ef2655903da73a12 in /
2022-07-22 19:12:05 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-22 19:12:05 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-22 19:12:05 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2538328e-ls37 Build-date:- 2022-07-22T14:10:49-05:00
2022-07-22 19:12:05 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-22 19:12:06 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-22 19:12:08 UTC|2 BUILD_DATE=2022-07-22T14:10:49-05:00 VERSION=2538328e-ls37 /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-22 19:12:08 UTC/bin/sh -c #(nop) COPY dir:a69806cfd67ebaa6c1a4c63e1e0f022772328bc5a5872538956819cca84859a0 in /
2022-07-22 19:12:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-22 19:12:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-22 19:12:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-22T14:10:49-05:00
2022-07-22 19:12:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-22 19:12:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-22 19:12:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-22 19:12:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=928852a5f208a770aaa18588a296a840168b2654
2022-07-22 19:12:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=928852a5f208a770aaa18588a296a840168b2654
2022-07-22 19:12:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-22 19:12:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-22 19:12:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-22 19:12:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-22 19:12:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2538328e-ls37
2022-07-24 08:04:18 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-24 08:04:18 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-24 08:04:18 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-07-24 08:04:18 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls39 Build-date:- 2022-07-24T03:03:10-05:00
2022-07-24 08:04:18 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-24 08:04:18 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-07-24 08:08:44 UTC|3 BUILD_DATE=2022-07-24T03:03:10-05:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls39 /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-24 08:08:45 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-07-24 08:08:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-24 08:08:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-24T03:03:10-05:00
2022-07-24 08:08:46 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-24 08:08:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-07-24 08:08:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-24 08:08:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=2ddc260e343ef4b7d16b6a9dc9643e863c717097
2022-07-24 08:08:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2ddc260e343ef4b7d16b6a9dc9643e863c717097
2022-07-24 08:08:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-07-24 08:08:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-07-24 08:08:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-07-24 08:08:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-24 08:08:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls39
2022-07-24 08:18:56 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:7984dc25488736364bb64c84a63ffcabff1d68d4c566726a997963558fb08c3a - 3.73% (5.07 MB)
[#001] sha256:103e9c02f028fb9a7a14528fc04544de7e505a6f04fc177937012e1f6c588052 - 3.54% (4.82 MB)
[#002] sha256:0f7680a830393cd0e953cd32b829f193cf1ac186309ccd5e2826d534a41426e9 - 0.0% (3.94 KB)
[#003] sha256:f669a61192694eff3775ff4b1c6c72cf1257d5612c852824b50a6762955eec34 - 92.73% (126 MB)
[#004] sha256:953d33e52499b7d5ea2a7480911333c46c5e08da92383bc8efd76783474d6973 - 0.0% (733 Bytes)
/bin/sh -c #(nop) COPY dir:6a68e5bef3f8fd7baee7c9171f078e27f49a0199b6840ff6a751b5124fb65696 in /
2022-07-22 19:12:16 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-22 19:12:17 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-22 19:12:18 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2538328e-ls37 Build-date:- 2022-07-22T14:10:49-05:00
2022-07-22 19:12:19 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-22 19:12:20 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-22 19:12:24 UTC|2 BUILD_DATE=2022-07-22T14:10:49-05:00 VERSION=2538328e-ls37 /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-22 19:12:25 UTC/bin/sh -c #(nop) COPY dir:a69806cfd67ebaa6c1a4c63e1e0f022772328bc5a5872538956819cca84859a0 in /
2022-07-22 19:12:25 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-22 19:12:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-22 19:12:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-22T14:10:49-05:00
2022-07-22 19:12:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-22 19:12:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-22 19:12:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-22 19:12:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=928852a5f208a770aaa18588a296a840168b2654
2022-07-22 19:12:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=928852a5f208a770aaa18588a296a840168b2654
2022-07-22 19:12:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-22 19:12:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-22 19:12:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-22 19:12:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-22 19:12:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2538328e-ls37
2022-07-24 08:04:26 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-24 08:04:26 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-24 08:04:27 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-07-24 08:04:27 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls39 Build-date:- 2022-07-24T03:03:10-05:00
2022-07-24 08:04:27 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-24 08:04:27 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-07-24 08:18:50 UTC|3 BUILD_DATE=2022-07-24T03:03:10-05:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls39 /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-24 08:18:53 UTC/bin/sh -c #(nop) COPY dir:6b8572c8fe8981fbe4403cc6fd5ea02ec86aea53e1c07650d134dac45762edbc in /
2022-07-24 08:18:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-24 08:18:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-24T03:03:10-05:00
2022-07-24 08:18:54 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-24 08:18:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-07-24 08:18:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-24 08:18:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=2ddc260e343ef4b7d16b6a9dc9643e863c717097
2022-07-24 08:18:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2ddc260e343ef4b7d16b6a9dc9643e863c717097
2022-07-24 08:18:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-07-24 08:18:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-07-24 08:18:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-07-24 08:18:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-24 08:18:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls39
2022-07-24 08:10:43 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:066096ca1ba314e7995ab6e1c551c455ec0fb316f0d8459e67cdb9aeda81753f - 3.82% (5.31 MB)
[#001] sha256:6cf648d4bafec285da16d3e96ac0649e6f2c9f681ba2a063d2590575fa9a14df - 3.89% (5.4 MB)
[#002] sha256:b0d3894ba599ef28aa63df982f0dda7394e6106ffba2ad0ff9ac86476f4db331 - 0.0% (4 KB)
[#003] sha256:dbe4abef6ac989b1a45c2dafb3fc955e6129e38e211af1b5586c8a30c77c6506 - 92.28% (128 MB)
[#004] sha256:152e35c646ed037b943009dd05f80a19e4a1c7de3a3c97352d4fd5029be05ec3 - 0.0% (734 Bytes)
/bin/sh -c #(nop) COPY dir:78f0ab9f01fd45917ed66c513adc901022d3fa74dd4763cdf23d5cdc29c24400 in /
2022-07-22 19:12:06 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-22 19:12:06 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-22 19:12:06 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2538328e-ls37 Build-date:- 2022-07-22T14:10:49-05:00
2022-07-22 19:12:06 UTC/bin/sh -c #(nop) LABEL maintainer=TheLamer
2022-07-22 19:12:06 UTC/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0
2022-07-22 19:12:09 UTC|2 BUILD_DATE=2022-07-22T14:10:49-05:00 VERSION=2538328e-ls37 /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-22 19:12:09 UTC/bin/sh -c #(nop) COPY dir:a69806cfd67ebaa6c1a4c63e1e0f022772328bc5a5872538956819cca84859a0 in /
2022-07-22 19:12:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["/init"]
2022-07-22 19:12:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-22 19:12:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-22T14:10:49-05:00
2022-07-22 19:12:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io
2022-07-22 19:12:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine
2022-07-22 19:12:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-22 19:12:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=928852a5f208a770aaa18588a296a840168b2654
2022-07-22 19:12:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=928852a5f208a770aaa18588a296a840168b2654
2022-07-22 19:12:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine
2022-07-22 19:12:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine
2022-07-22 19:12:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages
2022-07-22 19:12:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-22 19:12:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2538328e-ls37
2022-07-24 08:04:21 UTC/bin/sh -c #(nop) ARG BUILD_DATE
2022-07-24 08:04:21 UTC/bin/sh -c #(nop) ARG VERSION
2022-07-24 08:04:21 UTC/bin/sh -c #(nop) ARG HEIMDALL_RELEASE
2022-07-24 08:04:21 UTC/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 48eb473e-ls39 Build-date:- 2022-07-24T03:03:10-05:00
2022-07-24 08:04:22 UTC/bin/sh -c #(nop) LABEL maintainer=aptalca
2022-07-24 08:04:22 UTC/bin/sh -c #(nop) ENV HOME=/app/heimdall NODE_ENV=production
2022-07-24 08:10:34 UTC|3 BUILD_DATE=2022-07-24T03:03:10-05:00 HEIMDALL_RELEASE=48eb473e VERSION=48eb473e-ls39 /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-24 08:10:41 UTC/bin/sh -c #(nop) COPY dir:28cffc13fa0dbf970512cfdc46ef9470c2877541361cec0c468d3d765f773e01 in /
2022-07-24 08:10:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io
2022-07-24 08:10:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-07-24T03:03:10-05:00
2022-07-24 08:10:41 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-24 08:10:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-heimdall
2022-07-24 08:10:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only
2022-07-24 08:10:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=2ddc260e343ef4b7d16b6a9dc9643e863c717097
2022-07-24 08:10:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2ddc260e343ef4b7d16b6a9dc9643e863c717097
2022-07-24 08:10:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-heimdall
2022-07-24 08:10:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Heimdall
2022-07-24 08:10:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-heimdall/packages
2022-07-24 08:10:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io
2022-07-24 08:10:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=48eb473e-ls39
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.