Namespace
linuxserver
Image / Tag
nginx:126
Content Digest
sha256:ffa1306174d8aa5d18c2b514c7bd57d5d69cb7b742a4a299da1f523e58bf5608
Details
Created

2018-05-11 14:57:14 UTC

Size

40.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 126 Build-date:- May-11-2018-14:55:38-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:02870679a81273c90e257ee56070b9553de02f64eebc173a46a372c16558e67c - 5.12% (2.08 MB)

[#001] sha256:e30d7b9350858938f78adc4cf63f159eed939486facd0d4b52da5d0c7dd600b9 - 19.35% (7.87 MB)

[#002] sha256:6f85777a92768b178d9b30a6a0367abde4120deacb11e59e136a8c53971767d5 - 0.0% (450 Bytes)

[#003] sha256:c82d5ec40d805380126fb2ac0127c2cc63692ce29534d76c36d7d350bd5bf4f9 - 35.63% (14.5 MB)

[#004] sha256:945860b71d75dc4bc3bb3c542a5554322f005101a79852b3f11289ec8064626f - 0.01% (2.71 KB)

[#005] sha256:2f11b88cf1d6d6c1990318ae48e5481af14ad6c4f60ffe613504a96dd05ddd0b - 39.9% (16.2 MB)

[#006] sha256:18050ddabe3a7ecafba0185060cf02edbbb000c07bc50305a415dcc11e4882ae - 0.0% (1.04 KB)


History
2018-05-04 22:03:46 UTC

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

2018-05-04 22:03:47 UTC

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

2018-05-04 22:03:47 UTC

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

2018-05-04 22:03:47 UTC

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

2018-05-04 22:03:48 UTC

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

2018-05-04 22:04:06 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-05-04 22:04:06 UTC

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

2018-05-04 22:04:06 UTC

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

2018-05-04 22:05:03 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-05-04 22:05:03 UTC

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

2018-05-04 22:05:04 UTC

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

2018-05-04 22:05:04 UTC

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

2018-05-11 14:55:50 UTC

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

2018-05-11 14:55:50 UTC

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

2018-05-11 14:55:50 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 126 Build-date:- May-11-2018-14:55:38-UTC

2018-05-11 14:55:51 UTC

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

2018-05-11 14:55:51 UTC

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

2018-05-11 14:57:14 UTC

|2 BUILD_DATE=May-11-2018-14:55:38-UTC VERSION=126 /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_pgsql php7-pdo_sqlite php7-pgsql php7-phar php7-soap php7-sockets php7-sqlite3 php7-tokenizer php7-xml php7-xmlreader php7-zip

2018-05-11 14:57:14 UTC

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