Namespace
linuxserver
Image / Tag
nginx:127
Content Digest
sha256:f762a44b4e9c5affa496c69cd3d65cab1063af0ea2eb789a1b8bac8eabc444d3
Details
Created

2018-05-11 22:06:40 UTC

Size

40.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 127 Build-date:- May-11-2018-22:06:26-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:d5084dcb5068dd79424a845629481a25fcb5bd1fbcfff1c4c815b482fb7a5f53 - 5.12% (2.08 MB)

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

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

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

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

[#005] sha256:3a79ffea19520d8c4f6da21a93cbe0192b54bdd55628020a4b904a6e1c50f018 - 39.9% (16.2 MB)

[#006] sha256:4bc235935808266f4faca7a9c4a7dae79e81ad549f94e209d4d25ab7acc34825 - 0.0% (1.02 KB)


History
2018-05-11 22:04:07 UTC

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

2018-05-11 22:04:07 UTC

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

2018-05-11 22:04:07 UTC

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

2018-05-11 22:04:08 UTC

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

2018-05-11 22:04:08 UTC

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

2018-05-11 22:04:20 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-11 22:04:21 UTC

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

2018-05-11 22:04:21 UTC

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

2018-05-11 22:05:11 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-11 22:05:12 UTC

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

2018-05-11 22:05:12 UTC

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

2018-05-11 22:05:13 UTC

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

2018-05-11 22:06:28 UTC

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

2018-05-11 22:06:28 UTC

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

2018-05-11 22:06:28 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 127 Build-date:- May-11-2018-22:06:26-UTC

2018-05-11 22:06:29 UTC

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

2018-05-11 22:06:29 UTC

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

2018-05-11 22:06:38 UTC

|2 BUILD_DATE=May-11-2018-22:06:26-UTC VERSION=127 /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 22:06:40 UTC

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