Namespace
linuxserver
Image / Tag
heimdall:amd64-2.2.2-ls65
Content Digest
sha256:fe2115fc196c2acfd8f168234c4b59074da5bd5719a31577006cc0becd8487d8
Details
Created

2019-11-30 00:55:58 UTC

Size

35 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 2.2.2-ls65 Build-date:- 2019-11-29T19:55:14-05: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:0fe9c6a00d3ee45be4856807396e0faf42e050a49372616a8678674c30bb1f59 - 7.91% (2.77 MB)

[#001] sha256:11b8fb9e70b171c36dfe72c80e75f830a09419b1c31683c5593c7a23b1390ed2 - 14.13% (4.95 MB)

[#002] sha256:dbb5082de684f923aaa2424b08451cfd5d621a995f269c2efa4edcefdd2c8fa9 - 0.01% (3.97 KB)

[#003] sha256:fcd3d8cdf3d9547b9bddcbf3c572657a98d2becfe9917328fd2e62689c6a7f4c - 42.95% (15 MB)

[#004] sha256:1d8144f0c85f13512be382bd0b47a687a9d4ca122bcf1029a66eab12e0df6d78 - 0.01% (2.92 KB)

[#005] sha256:3fe26427c77ee481ea3baf1dfa6c7e7abde78c1e717e421ba2dbb3c4a4320754 - 34.98% (12.3 MB)

[#006] sha256:40377b077d4a6c72d221fbf6478f478bbf5e31edfe00db1c2d2681605846c8f7 - 0.01% (2.24 KB)


History
2019-11-27 22:17:49 UTC

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

2019-11-27 22:17:49 UTC

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

2019-11-27 22:17:49 UTC

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

2019-11-27 22:17:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 8d9407a6-ls12 Build-date:- 2019-11-27T17:16:20-05:00

2019-11-27 22:17:50 UTC

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

2019-11-27 22:17:50 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v1.22.1.0

2019-11-27 22:17:50 UTC

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

2019-11-27 22:17:51 UTC

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

2019-11-27 22:17:58 UTC

|4 BUILD_DATE=2019-11-27T17:16:20-05:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.22.1.0 VERSION=8d9407a6-ls12 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils shadow tzdata && echo "**** add s6 overlay ****" && curl -o /tmp/s6-overlay.tar.gz -L "https://github.com/just-containers/s6-overlay/releases/download/${OVERLAY_VERSION}/s6-overlay-${OVERLAY_ARCH}.tar.gz" && tar xfz /tmp/s6-overlay.tar.gz -C / && 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 ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2019-11-27 22:17:59 UTC

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

2019-11-27 22:17:59 UTC

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

2019-11-27 22:27:26 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl2.7-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

2019-11-27 22:27:26 UTC

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

2019-11-27 22:27:27 UTC

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

2019-11-27 22:27:27 UTC

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

2019-11-30 00:55:52 UTC

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

2019-11-30 00:55:52 UTC

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

2019-11-30 00:55:53 UTC

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

2019-11-30 00:55:53 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 2.2.2-ls65 Build-date:- 2019-11-29T19:55:14-05:00

2019-11-30 00:55:53 UTC

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

2019-11-30 00:55:53 UTC

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

2019-11-30 00:55:58 UTC

|3 BUILD_DATE=2019-11-29T19:55:14-05:00 HEIMDALL_RELEASE=2.2.2 VERSION=2.2.2-ls65 /bin/sh -c echo "**** install runtime packages ****" && apk add --no-cache --upgrade curl nginx php7-ctype 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/*

2019-11-30 00:55:58 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