Namespace
linuxserver
Image / Tag
nginx:arm64v8-9c7892c6-ls4
Content Digest
sha256:98e4fec62dcc271b4c71ed6debbedfdd10b53bb65aa01ba11ada995385eee38d
Details
Created

2018-11-19 07:36:50 UTC

Size

37.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 9c7892c6-ls4 Build-date:- 2018-11-19T07:35:53+00:00
  • maintainer
    Stian Larsen,sparklyballs,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:bcb8ec34a6c65fcc1dc155aefba7af0d98440361d642411dce8694f3792240b0 - 5.59% (2.11 MB)

[#001] sha256:58bd25db4930e1ff01bfdfb868da4c1ff79b939e75bbcfc70f7c1f107bcb3966 - 12.77% (4.82 MB)

[#002] sha256:902a413c4f02b7efcb7a6b3b1da38bb3efca3df56f214eb66027a369a5bffc2e - 0.0% (450 Bytes)

[#003] sha256:d703516a849c9513df3575975db040af33bdc4bec17df1d43e68d6a15f7f99e8 - 36.44% (13.7 MB)

[#004] sha256:bc4be377858f6086b3e22ea798e422a726a15de5155c2b0b88ca8a86612c553c - 0.01% (2.85 KB)

[#005] sha256:f41796fbf25efcfa3efe5260232539cd25df4a349a5ef491a8c6294bf9bca792 - 3.71% (1.4 MB)

[#006] sha256:d3a497687090e6bd1a4f99b9dbb04e0b3fe1cda8925bd0afe5192107b1568c21 - 41.48% (15.6 MB)

[#007] sha256:e6842631abda04b133098c4b23ed3b8495c3397029ade848d0cef7bbb4a01f55 - 0.0% (230 Bytes)


History
2018-11-16 23:49:48 UTC

/bin/sh -c #(nop) ADD file:8ff35c7999028e85334bcbad2fb2c22b0700866dd8cb8cfceb33037d4f24ebb6 in /

2018-11-16 23:49:48 UTC

/bin/sh -c #(nop) MAINTAINER sparklyballs

2018-11-16 23:49:49 UTC

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

2018-11-16 23:49:49 UTC

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

2018-11-16 23:49:50 UTC

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

2018-11-16 23:50:18 UTC

|2 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v1.21.7.0 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && 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 / && groupmod -g 1000 users && useradd -u 911 -U -d /config -s /bin/false abc && usermod -G users abc && mkdir -p /app /config /defaults && apk del --purge build-dependencies && rm -rf /tmp/*

2018-11-16 23:50:20 UTC

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

2018-11-16 23:50:21 UTC

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

2018-11-16 23:53:24 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

2018-11-16 23:53:31 UTC

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

2018-11-16 23:53:34 UTC

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

2018-11-16 23:53:35 UTC

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

2018-11-19 07:36:33 UTC

/bin/sh -c #(nop) COPY file:d30ce47ba2ee84e7b6bc180c74af3f50f90f90bcef01d094d540be6a31d29224 in /usr/bin

2018-11-19 07:36:34 UTC

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

2018-11-19 07:36:34 UTC

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

2018-11-19 07:36:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 9c7892c6-ls4 Build-date:- 2018-11-19T07:35:53+00:00

2018-11-19 07:36:36 UTC

/bin/sh -c #(nop) LABEL maintainer=Stian Larsen,sparklyballs,aptalca

2018-11-19 07:36:36 UTC

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

2018-11-19 07:36:48 UTC

|2 BUILD_DATE=2018-11-19T07:35:53+00:00 VERSION=9c7892c6-ls4 /bin/sh -c apk add --no-cache --upgrade curl memcached nginx nginx-mod-http-echo nginx-mod-http-fancyindex nginx-mod-http-geoip nginx-mod-http-headers-more nginx-mod-http-image-filter nginx-mod-http-lua nginx-mod-http-lua-upstream nginx-mod-http-nchan nginx-mod-http-perl nginx-mod-http-redis2 nginx-mod-http-set-misc nginx-mod-http-upload-progress nginx-mod-http-xslt-filter nginx-mod-mail nginx-mod-rtmp nginx-mod-stream nginx-mod-stream-geoip nginx-vim php7-bz2 php7-ctype php7-curl php7-dom php7-exif php7-gd php7-iconv php7-mcrypt php7-memcached php7-mysqli php7-mysqlnd php7-pdo_mysql php7-pdo_pgsql php7-pdo_sqlite php7-pgsql php7-phar php7-soap php7-sockets php7-sqlite3 php7-tokenizer php7-xml php7-xmlreader php7-zip

2018-11-19 07:36:50 UTC

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