Namespace
linuxserver
Image / Tag
heimdall:development-61a5a1a8-ls83
Content Digest
sha256:3d70ccd327dd71c3595f5de77e337b00fa5eb0fbf59d524b6b4f5805fd813771
Details
Created

2021-03-14 07:59:17 UTC

Size

35.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 61a5a1a8-ls83 Build-date:- 2021-03-14T07:58:22+00:00
  • maintainer
    aptalca

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

TERM

xterm


Layers

[#000] sha256:e07e838a783fceba333837f83e8b2c1f16ad681abbb6b448f51dd9b9a0e6aefa - 7.8% (2.79 MB)

[#001] sha256:837d447405a29b49652c1a95ce8147af2c1e791b54cf48fee159e37d86a25c27 - 5.05% (1.8 MB)

[#002] sha256:251990a0896ad297747ff5c4efbf9b9e0f4bbd8da2d66529bcdccfcf36e3018b - 4.86% (1.74 MB)

[#003] sha256:343f05928498e4e6c705a23a18843ff955c08ecc58c459515eb999c437ca5f7b - 0.0% (439 Bytes)

[#004] sha256:e0eccead6367f140cb1c6507cedbff98efc46a7258f71ade762eade0e9418ea5 - 8.0% (2.86 MB)

[#005] sha256:76023731ba924c31cb1957c47d8f1dfbc09969022f977dae332697488256a20b - 0.01% (2.61 KB)

[#006] sha256:1bb85925c72c8fa270e914696c3386325c165a64ad2403aac7707188a480e2f6 - 43.29% (15.5 MB)

[#007] sha256:ed30070acf78a11420071acbb5964012fb7e3aaa0b941a2c19387c8b7be47bdd - 0.01% (3.02 KB)

[#008] sha256:1883faa7ba7351328611ee502f2badb447f33115eb129de607dacfe6972eae07 - 30.97% (11.1 MB)

[#009] sha256:19a280c0820e9df1a815156dc7e990002d20929c8f2c128ec36d9ad5a7726d50 - 0.01% (2.23 KB)


History
2021-02-23 06:31:46 UTC

/bin/sh -c #(nop) COPY dir:cac6fea0fe299daf4da5f73381aed730c8d2d4e6bd32507d4c7a65e7d6725b4e in /

2021-02-23 06:31:46 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-02-23 06:31:47 UTC

/bin/sh -c #(nop) ARG VERSION

2021-02-23 06:31:47 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e5e979ed-ls18 Build-date:- 2021-02-23T06:30:29+00:00

2021-02-23 06:31:47 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-02-23 06:31:48 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-02-23 06:31:48 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=amd64

2021-02-23 06:31:49 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2021-02-23 06:31:51 UTC

|4 BUILD_DATE=2021-02-23T06:30:29+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=e5e979ed-ls18 /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-02-23 06:31:51 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-02-23 06:31:52 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2021-02-23 06:31:56 UTC

|4 BUILD_DATE=2021-02-23T06:30:29+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=e5e979ed-ls18 /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-02-23 06:31:57 UTC

/bin/sh -c #(nop) COPY dir:848ed3e822868f0038e92f8385d371d676b0aebbd8ef220c47e8408e5a1a8b62 in /

2021-02-23 06:31:57 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2021-03-11 05:57:11 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.1-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2021-03-11 05:57:11 UTC

/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /

2021-03-11 05:57:12 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2021-03-11 05:57:12 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-03-14 07:59:10 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-03-14 07:59:10 UTC

/bin/sh -c #(nop) ARG VERSION

2021-03-14 07:59:11 UTC

/bin/sh -c #(nop) ARG HEIMDALL_RELEASE

2021-03-14 07:59:11 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 61a5a1a8-ls83 Build-date:- 2021-03-14T07:58:22+00:00

2021-03-14 07:59:12 UTC

/bin/sh -c #(nop) LABEL maintainer=aptalca

2021-03-14 07:59:12 UTC

/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2021-03-14 07:59:16 UTC

|3 BUILD_DATE=2021-03-14T07:58:22+00:00 HEIMDALL_RELEASE=61a5a1a8 VERSION=61a5a1a8-ls83 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip tar && echo "**** install heimdall ****" && mkdir -p /heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /heimdall/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && echo "**** cleanup ****" && rm -rf /tmp/*

2021-03-14 07:59:17 UTC

/bin/sh -c #(nop) COPY dir:79d3107b8b6a7205784b5b509a3c8bf631e50f626b239d5c1ea4a3a2ea4e787f in /

Details
Created

2021-03-14 07:59:26 UTC

Size

34.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 61a5a1a8-ls83 Build-date:- 2021-03-14T07:58:22+00:00
  • maintainer
    aptalca

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

TERM

xterm


Layers

[#000] sha256:a40841fad2a070b321bcab213e1063f5810eb47612328f4c17f480ef97de38b1 - 6.86% (2.4 MB)

[#001] sha256:acbbceb1969848a95a091756541e9dd5297261a2f21ac342998511ab9c50a755 - 6.16% (2.15 MB)

[#002] sha256:56eb82dc2361a527c66693f3e1c8894e22c139c88d404c3d548255ac031f5262 - 5.95% (2.08 MB)

[#003] sha256:402d271dd40404acb8243cc2be4f965fe6436d5918870a1548afe5e255113ee6 - 0.0% (434 Bytes)

[#004] sha256:7041d1197031d635d70c0aff94a085d20215bb215b455ab8aa595b41fbb56b99 - 11.39% (3.98 MB)

[#005] sha256:369be319bd57a42ee3ee035cc31a929b863197e5c389309c735389c53a1a6ff1 - 0.01% (2.62 KB)

[#006] sha256:ea0c9c5360dd674e6b571e7627074e1c92a718cde3e0e7533cd4b8278cfa79e4 - 38.34% (13.4 MB)

[#007] sha256:1178159ad1c37fe1d3867f77df3fd4647b7b08df776892c5e907db66834d49eb - 0.01% (3.02 KB)

[#008] sha256:4e0089ec7e30f1d50fcec5b030e913e5b19cd2927171483990e1275c7f461f9b - 31.28% (10.9 MB)

[#009] sha256:d8bb4d6fe31c850d223b290a3b354b9a7ac5f8fa9dcfda0e74f24e5f817524a8 - 0.01% (2.22 KB)


History
2021-02-23 06:32:57 UTC

/bin/sh -c #(nop) COPY dir:fd272447beae5d845ed6a8bbd38e1fbc67ef514f446a255c16ef07c741419272 in /

2021-02-23 06:32:57 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-02-23 06:32:57 UTC

/bin/sh -c #(nop) ARG VERSION

2021-02-23 06:32:58 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e5e979ed-ls18 Build-date:- 2021-02-23T06:30:29+00:00

2021-02-23 06:32:58 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-02-23 06:32:58 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-02-23 06:32:58 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=arm

2021-02-23 06:33:00 UTC

/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/

2021-02-23 06:33:02 UTC

|4 BUILD_DATE=2021-02-23T06:30:29+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=e5e979ed-ls18 /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-02-23 06:33:03 UTC

/bin/sh -c #(nop) COPY dir:2a0c8eefbc626d88c908270394a871a18b0a99fe7bb3b6afa25450bf16756e80 in /tmp/patch

2021-02-23 06:33:03 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2021-02-23 06:33:09 UTC

|4 BUILD_DATE=2021-02-23T06:30:29+00:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=e5e979ed-ls18 /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 "**** 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-02-23 06:33:10 UTC

/bin/sh -c #(nop) COPY dir:2b238945daf3ba56c87ef1fcf8aa39e4a126a9c2f862d312e1b697f42cdafe3c in /

2021-02-23 06:33:10 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2021-03-11 05:57:17 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.1-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2021-03-11 05:57:18 UTC

/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /

2021-03-11 05:57:18 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2021-03-11 05:57:18 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-03-14 07:59:16 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-03-14 07:59:17 UTC

/bin/sh -c #(nop) ARG VERSION

2021-03-14 07:59:17 UTC

/bin/sh -c #(nop) ARG HEIMDALL_RELEASE

2021-03-14 07:59:17 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 61a5a1a8-ls83 Build-date:- 2021-03-14T07:58:22+00:00

2021-03-14 07:59:18 UTC

/bin/sh -c #(nop) LABEL maintainer=aptalca

2021-03-14 07:59:18 UTC

/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2021-03-14 07:59:25 UTC

|3 BUILD_DATE=2021-03-14T07:58:22+00:00 HEIMDALL_RELEASE=61a5a1a8 VERSION=61a5a1a8-ls83 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip tar && echo "**** install heimdall ****" && mkdir -p /heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /heimdall/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && echo "**** cleanup ****" && rm -rf /tmp/*

2021-03-14 07:59:26 UTC

/bin/sh -c #(nop) COPY dir:b89159bf4930067cc239078bff586b904ec27866c75dc662988a63f5e4c39096 in /

Details
Created

2021-03-14 07:59:26 UTC

Size

38.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 61a5a1a8-ls83 Build-date:- 2021-03-14T07:58:22+00:00
  • maintainer
    aptalca

Environment
HOME

/root

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PS1

$(whoami)@$(hostname):$(pwd)\$

S6_BEHAVIOUR_IF_STAGE2_FAILS

2

TERM

xterm


Layers

[#000] sha256:1ba5d4eff5e6a47c3445050f840141c797dd6c8a1f2f707c56e02379b6db11ca - 7.07% (2.7 MB)

[#001] sha256:91a3e4a23828d2a413e67711553d9d804a338999152c95032d44ef75a9826da1 - 5.61% (2.15 MB)

[#002] sha256:5537495d5550962971dc5c95beaf9f344adc8a6f9c0d89f35a721e4b6f614d6c - 5.5% (2.1 MB)

[#003] sha256:b09e877a013c36b5681f2b102337b7be50bbb104534abbe58ee9365c9a62fe0f - 0.0% (440 Bytes)

[#004] sha256:7bc04dc60b4f27615fa0f031170b8d29004ba22ce903cb965ba85b14e73da221 - 11.79% (4.51 MB)

[#005] sha256:a24fb8f4376480a7d512c623b68485a088189f9dd171539e1448392cfa6afbe7 - 0.01% (2.62 KB)

[#006] sha256:6c9cf81ce64fbae5a188e8b9fcfd98632f072b1d063968865f9a9d90f0b095c3 - 41.01% (15.7 MB)

[#007] sha256:480483a30371beee49e24e338e3b61e09f8758cc3ded52eaf5092f8e6d026853 - 0.01% (3.02 KB)

[#008] sha256:a839daf643e0e4d928a655713616b83ed91d7d507630c70dce6a0683867313b1 - 29.0% (11.1 MB)

[#009] sha256:b87519fd38c8ec121de4233e6ffe96da4fd2fd22fc8747d871f317ce4d7dd120 - 0.01% (2.23 KB)


History
2021-02-23 06:32:54 UTC

/bin/sh -c #(nop) COPY dir:0cfb92209d85b3c07130557a11a51a4951c7d87f79f4ef240a2a9f5d157f7600 in /

2021-02-23 06:32:56 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-02-23 06:32:57 UTC

/bin/sh -c #(nop) ARG VERSION

2021-02-23 06:32:58 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- e5e979ed-ls18 Build-date:- 2021-02-23T06:30:29+00:00

2021-02-23 06:33:00 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-02-23 06:33:01 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-02-23 06:33:03 UTC

/bin/sh -c #(nop) ARG OVERLAY_ARCH=aarch64

2021-02-23 06:33:05 UTC

/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/

2021-02-23 06:33:12 UTC

|4 BUILD_DATE=2021-02-23T06:30:29+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=e5e979ed-ls18 /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-02-23 06:33:14 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-02-23 06:33:17 UTC

/bin/sh -c #(nop) ENV PS1=$(whoami)@$(hostname):$(pwd)\$ HOME=/root TERM=xterm

2021-02-23 06:33:35 UTC

|4 BUILD_DATE=2021-02-23T06:30:29+00:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=e5e979ed-ls18 /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 "**** 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-02-23 06:33:39 UTC

/bin/sh -c #(nop) COPY dir:848ed3e822868f0038e92f8385d371d676b0aebbd8ef220c47e8408e5a1a8b62 in /

2021-02-23 06:33:40 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/init"]

2021-03-11 05:57:27 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.1-libssl logrotate nano nginx openssl php7 php7-fileinfo php7-fpm php7-json php7-mbstring php7-openssl php7-session php7-simplexml php7-xml php7-xmlwriter php7-zlib && echo "**** configure nginx ****" && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2021-03-11 05:57:33 UTC

/bin/sh -c #(nop) COPY dir:7e95067651ac0d94a3779f888c4a4a0ef71111ac71c598c1614f50320a162e7f in /

2021-03-11 05:57:34 UTC

/bin/sh -c #(nop) EXPOSE 443 80

2021-03-11 05:57:35 UTC

/bin/sh -c #(nop) VOLUME [/config]

2021-03-14 07:59:15 UTC

/bin/sh -c #(nop) ARG BUILD_DATE

2021-03-14 07:59:16 UTC

/bin/sh -c #(nop) ARG VERSION

2021-03-14 07:59:16 UTC

/bin/sh -c #(nop) ARG HEIMDALL_RELEASE

2021-03-14 07:59:17 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 61a5a1a8-ls83 Build-date:- 2021-03-14T07:58:22+00:00

2021-03-14 07:59:17 UTC

/bin/sh -c #(nop) LABEL maintainer=aptalca

2021-03-14 07:59:18 UTC

/bin/sh -c #(nop) ENV S6_BEHAVIOUR_IF_STAGE2_FAILS=2

2021-03-14 07:59:25 UTC

|3 BUILD_DATE=2021-03-14T07:58:22+00:00 HEIMDALL_RELEASE=61a5a1a8 VERSION=61a5a1a8-ls83 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache curl php7-ctype php7-pdo_sqlite php7-tokenizer php7-zip tar && echo "**** install heimdall ****" && mkdir -p /heimdall && if [ -z ${HEIMDALL_RELEASE+x} ]; then HEIMDALL_RELEASE=$(curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/commits/master" | awk '/sha/{print $4;exit}' FS='[""]'); fi && curl -o /heimdall/heimdall.tar.gz -L "https://github.com/linuxserver/Heimdall/archive/${HEIMDALL_RELEASE}.tar.gz" && echo "**** cleanup ****" && rm -rf /tmp/*

2021-03-14 07:59:26 UTC

/bin/sh -c #(nop) COPY dir:79d3107b8b6a7205784b5b509a3c8bf631e50f626b239d5c1ea4a3a2ea4e787f in /

Danger Zone
Delete Tag

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.

Delete