Namespace
linuxserver
Image / Tag
nginx:120
Content Digest
sha256:994404fcb15c2c4674e26fb2b575831db84521845c27c46677e762c7e870b01a
Details
Created

2018-04-06 22:08:48 UTC

Size

40.2 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 120 Build-date:- April-06-2018-22:08:37-UTC
  • 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:9e3cbb47b7833143ac007a2fca598f210c28b026a3c99d965b1f28ddc8fcac07 - 5.18% (2.08 MB)

[#001] sha256:39d6952eceeed0a4d0d19642ea91593c94f3aa2008fa1864e3d02fcdc020209f - 19.57% (7.87 MB)

[#002] sha256:bd022836b126386c4ad341cc75a4ab7de8d5dbb30c216cfcb5db0a1c5aac9195 - 0.0% (457 Bytes)

[#003] sha256:64295821824b72ccfdd93ec5d668d9bec253b37af96eeaf4dfad2f16d2419b6b - 36.02% (14.5 MB)

[#004] sha256:b27e4441c0bf2d8de867d0a4c80c0519224599865b7aabe21ae48b2791ad6dfa - 0.01% (2.73 KB)

[#005] sha256:58895eaf674309def917c4d2bea05a354d2e723679afd70d5f872ceb7fba57e6 - 39.23% (15.8 MB)

[#006] sha256:1ad639ecc0b450db87f7c49f6e2f99f1baa4a4497bc21de8d777ebc490a87f60 - 0.0% (1 KB)


History
2018-04-06 22:04:23 UTC

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

2018-04-06 22:04:24 UTC

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

2018-04-06 22:04:25 UTC

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

2018-04-06 22:04:26 UTC

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

2018-04-06 22:04:27 UTC

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

2018-04-06 22:04:39 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.4.0 /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/*

2018-04-06 22:04:39 UTC

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

2018-04-06 22:04:40 UTC

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

2018-04-06 22:06:46 UTC

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

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

2018-04-06 22:06:47 UTC

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

2018-04-06 22:06:47 UTC

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

2018-04-06 22:08:39 UTC

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

2018-04-06 22:08:39 UTC

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

2018-04-06 22:08:39 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 120 Build-date:- April-06-2018-22:08:37-UTC

2018-04-06 22:08:40 UTC

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

2018-04-06 22:08:40 UTC

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

2018-04-06 22:08:48 UTC

|2 BUILD_DATE=April-06-2018-22:08:37-UTC VERSION=120 /bin/sh -c apk add --no-cache curl memcached 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_sqlite php7-phar php7-soap php7-sockets php7-tokenizer php7-xml php7-xmlreader php7-zip

2018-04-06 22:08:48 UTC

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