Namespace
linuxserver
Image / Tag
nginx:110
Content Digest
sha256:49061cd2116285b857204836cc67558372b34d2ff0d8cb4822aab45cf7585688
Details
Created

2018-02-06 10:41:42 UTC

Size

39.1 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 110 Build-date:- February-06-2018-10:40:53-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:df30bb487a609df85152f5d71d761956bc065184e57b4e9314c8e41f17ddfc90 - 5.33% (2.08 MB)

[#001] sha256:13f2007b659e9ef39255da1809500f099d06d54202060ed3020004d093582c24 - 17.22% (6.73 MB)

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

[#003] sha256:dcb0ef6009445014c83d8f5b1631c75bd6953801ccdbe8ca3a882345895cd20d - 37.08% (14.5 MB)

[#004] sha256:ee24300b2ba1e17a7b8ab8fd64e3f7bf9fb1f2ee2d7b6b24dd7ea46e91f778e9 - 0.01% (2.6 KB)

[#005] sha256:8659b51ca7b4144dab5735d9e062ef04c8897949e9f02e30b4df6e1bf1b444c4 - 40.37% (15.8 MB)

[#006] sha256:b3ff7240ee6f6b78b988ad2e65cd44eeae66936a5b8a56f00d656e2113f64c7b - 0.0% (1.01 KB)


History
2018-02-02 23:04:03 UTC

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

2018-02-02 23:04:03 UTC

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

2018-02-02 23:04:04 UTC

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

2018-02-02 23:04:05 UTC

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

2018-02-02 23:04:05 UTC

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

2018-02-02 23:04:13 UTC

|2 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v1.21.2.2 /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-02-02 23:04:14 UTC

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

2018-02-02 23:04:15 UTC

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

2018-02-06 10:39:41 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-02-06 10:39:42 UTC

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

2018-02-06 10:39:42 UTC

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

2018-02-06 10:39:42 UTC

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

2018-02-06 10:41:15 UTC

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

2018-02-06 10:41:17 UTC

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

2018-02-06 10:41:19 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 110 Build-date:- February-06-2018-10:40:53-UTC

2018-02-06 10:41:20 UTC

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

2018-02-06 10:41:22 UTC

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

2018-02-06 10:41:41 UTC

|2 BUILD_DATE=February-06-2018-10:40:53-UTC VERSION=110 /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-02-06 10:41:42 UTC

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