Namespace
linuxserver
Image / Tag
nginx:100
Content Digest
sha256:bb5735155f407b4e77dd259e83093864c90225b219aba1cb20c2146123fe6948
Details
Created

2017-12-08 23:53:51 UTC

Size

42.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 100 Build-date:- December-08-2017-23:53:33-UTC

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:c521977c729174e09f875608a748a4d4b872dc49f779f384106693080246b1d6 - 4.73% (2.01 MB)

[#001] sha256:cfcf42e0009960715291ebbe8b13ad90a23ac087571235cb4f84743c905dfe03 - 15.54% (6.62 MB)

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

[#003] sha256:3f22435a9d430c56a6f0811a773990bf6e50cfca7b1a8b0bb87d9243d7600850 - 43.32% (18.4 MB)

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

[#005] sha256:995bd9ba99712deff1be147b152bd602cb3d7d1843692b9ed8b5d489f0b0e534 - 36.4% (15.5 MB)

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


History
2017-12-08 23:51:40 UTC

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

2017-12-08 23:51:41 UTC

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

2017-12-08 23:51:41 UTC

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

2017-12-08 23:51:42 UTC

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

2017-12-08 23:51:43 UTC

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

2017-12-08 23:51:54 UTC

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

2017-12-08 23:51:55 UTC

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

2017-12-08 23:51:55 UTC

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

2017-12-08 23:52:32 UTC

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

2017-12-08 23:52:47 UTC

/bin/sh -c apk add --no-cache apache2-utils git libressl2.5-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 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/conf.d/default.conf && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf

2017-12-08 23:52:48 UTC

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

2017-12-08 23:52:48 UTC

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

2017-12-08 23:52:49 UTC

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

2017-12-08 23:53:37 UTC

/bin/sh -c #(nop) MAINTAINER Stian Larsen, sparklyballs, aptalca

2017-12-08 23:53:37 UTC

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

2017-12-08 23:53:37 UTC

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

2017-12-08 23:53:37 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 100 Build-date:- December-08-2017-23:53:33-UTC

2017-12-08 23:53:38 UTC

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

2017-12-08 23:53:50 UTC

|2 BUILD_DATE=December-08-2017-23:53:33-UTC VERSION=100 /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

2017-12-08 23:53:51 UTC

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