Namespace
linuxserver
Image / Tag
heimdall:amd64-2.2.2-ls122
Content Digest
sha256:8f04697affc32908510e3e03699876c12db7ec4609a4e6220e555b0743c635f9
Details
Created

2021-04-04 07:59:23 UTC

Size

37.4 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls122 Build-date:- 2021-04-04T08:58:22+01: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:d4cae7ae1dc0200b9dbf6c3a9c359873bc5e02ca460ea599c65aade89d16189b - 7.45% (2.79 MB)

[#001] sha256:0ff0754609c63e0a6d24b23f50f89f088e1b304873a4838c692ddb79d1624927 - 4.82% (1.8 MB)

[#002] sha256:4e83f42f9869fb422c053ca8896f58c57c8f79fce694e56dd8ab8362d02c0008 - 4.64% (1.74 MB)

[#003] sha256:9a14fdfc37fcfba86d84b0a9a5117b9fefc24319bb92e6acd5d499967680a7e1 - 0.0% (438 Bytes)

[#004] sha256:fcd69cce08c4c2b158ed259fcda5faa554952f48d0495691f0a7325c2a27c9ea - 7.64% (2.86 MB)

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

[#006] sha256:d09b16d703cde41b345d6ab353d872bafeeca562ecc6a323ee21e1885afe5fbd - 41.33% (15.5 MB)

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

[#008] sha256:e4b96fb2e3f675448f09526d7fb2c1355af92e08014d1a60269568541e6dc178 - 34.1% (12.8 MB)

[#009] sha256:596b3a2455995b29d3b9657b3366078c1cb16c754e5680ed2e65ca15ec70bd06 - 0.01% (2.26 KB)


History
2021-03-30 06:36:53 UTC

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

2021-03-30 06:36:53 UTC

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

2021-03-30 06:36:53 UTC

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

2021-03-30 06:36:54 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 6a458080-ls19 Build-date:- 2021-03-30T06:35:34+00:00

2021-03-30 06:36:54 UTC

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

2021-03-30 06:36:54 UTC

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

2021-03-30 06:36:54 UTC

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

2021-03-30 06:36:55 UTC

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

2021-03-30 06:36:57 UTC

|4 BUILD_DATE=2021-03-30T06:35:34+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=6a458080-ls19 /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-03-30 06:36:57 UTC

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

2021-03-30 06:36:58 UTC

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

2021-03-30 06:37:01 UTC

|4 BUILD_DATE=2021-03-30T06:35:34+00:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=6a458080-ls19 /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-03-30 06:37:02 UTC

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

2021-03-30 06:37:02 UTC

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

2021-04-01 06:02:33 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-04-01 06:02:34 UTC

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

2021-04-01 06:02:34 UTC

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

2021-04-01 06:02:34 UTC

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

2021-04-04 07:59:16 UTC

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

2021-04-04 07:59:16 UTC

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

2021-04-04 07:59:17 UTC

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

2021-04-04 07:59:17 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls122 Build-date:- 2021-04-04T08:58:22+01:00

2021-04-04 07:59:18 UTC

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

2021-04-04 07:59:18 UTC

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

2021-04-04 07:59:22 UTC

|3 BUILD_DATE=2021-04-04T08:58:22+01:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls122 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl php7-ctype php7-curl php7-pdo_pgsql 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/releases/latest" | awk '/tag_name/{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-04-04 07:59:23 UTC

/bin/sh -c #(nop) COPY dir:50d2f28c52d1224e0c176ad89512b9b0b7daf607120b0723506867dc3122e1fd 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