Namespace
linuxserver
Image / Tag
nginx:103
Content Digest
sha256:b31f3b15fde22befc997012635f37af84abff7b6c132ca4d672a2b83f548bcfd
Details
Created

2017-12-29 23:54:07 UTC

Size

42.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 103 Build-date:- December-29-2017-23:53:29-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:9ae20651153ac2ca89db1c4af4eb76e3c4369ba78002a54ed3a09a912a7ad6ff - 4.73% (2.01 MB)

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

[#002] sha256:eab102d31c1c6b8c700a2b310b2cfe0cd146b8908d071287dd3b31cdd817c6a2 - 0.0% (458 Bytes)

[#003] sha256:22f60d873a33a5fa707e3d3768548969553ad16359023b2ef6e08798ecf9d88b - 43.32% (18.4 MB)

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

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

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


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

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

2017-12-29 23:51:40 UTC

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

2017-12-29 23:51:41 UTC

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

2017-12-29 23:51:42 UTC

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

2017-12-29 23:51:43 UTC

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

2017-12-29 23:51:52 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-29 23:51:53 UTC

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

2017-12-29 23:51:53 UTC

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

2017-12-29 23:52:33 UTC

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

2017-12-29 23:52:38 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-29 23:52:38 UTC

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

2017-12-29 23:52:39 UTC

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

2017-12-29 23:52:39 UTC

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

2017-12-29 23:53:42 UTC

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

2017-12-29 23:53:44 UTC

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

2017-12-29 23:53:46 UTC

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

2017-12-29 23:53:48 UTC

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

2017-12-29 23:53:50 UTC

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

2017-12-29 23:54:06 UTC

|2 BUILD_DATE=December-29-2017-23:53:29-UTC VERSION=103 /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-29 23:54:07 UTC

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