Namespace
linuxserver
Image / Tag
nginx:74
Content Digest
sha256:043a8e373e0d2856386f3f6e4d0b397d5de4213608d17c79a5a342a077e4bcec
Details
Created

2017-08-04 22:56:15 UTC

Size

40.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 74 Build-date:- August-04-2017-22:55:53-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:c0f0474211005710c41cca055539116e56a6421915be699f3f68ca3f0e43f659 - 4.96% (2.01 MB)

[#001] sha256:80072b6309ba07e4875b31025a6dcb682eab73d3e890037347b62c5b61b7c493 - 16.25% (6.6 MB)

[#002] sha256:42482116060de13e6fbfeca78a3f90839c37b93652b9bdb0ce3569f01a60a0b2 - 0.0% (445 Bytes)

[#003] sha256:a4d3d457ae5766701b018f74769c96d97042e077b8d1f72dc6a6307308dbd0bb - 45.29% (18.4 MB)

[#004] sha256:e9759ef8d0fdf90e35837dc58f1a04a0227e61368c8d7c1e9e5a724fb68f36c8 - 0.01% (2.61 KB)

[#005] sha256:917a9a416e9f39c3b663b290bf66bfd391b8af2e301a2c7bb249325efe2a48b2 - 33.51% (13.6 MB)


History
2017-08-04 22:51:40 UTC

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

2017-08-04 22:51:41 UTC

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

2017-08-04 22:51:42 UTC

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

2017-08-04 22:51:43 UTC

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

2017-08-04 22:51:43 UTC

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

2017-08-04 22:51:54 UTC

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

2017-08-04 22:51:55 UTC

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

2017-08-04 22:51:56 UTC

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

2017-08-04 22:54:34 UTC

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

2017-08-04 22:54:46 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-08-04 22:54:47 UTC

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

2017-08-04 22:54:47 UTC

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

2017-08-04 22:54:48 UTC

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

2017-08-04 22:55:57 UTC

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

2017-08-04 22:55:57 UTC

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

2017-08-04 22:55:58 UTC

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

2017-08-04 22:55:58 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 74 Build-date:- August-04-2017-22:55:53-UTC

2017-08-04 22:55:58 UTC

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

2017-08-04 22:56:15 UTC

|2 BUILD_DATE=August-04-2017-22:55:53-UTC VERSION=74 /bin/sh -c apk add --no-cache curl 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-gd php7-iconv php7-mcrypt php7-mysqli php7-mysqlnd php7-pdo_mysql php7-pdo_sqlite php7-sockets php7-xml php7-zip