Namespace
linuxserver
Image / Tag
nginx:56
Content Digest
sha256:a0bb90f8b4b3da1f4fafb251c6bae872a174269b0e0ce9badea087d0c332c653
Details
Created

2017-05-05 22:53:33 UTC

Size

42.7 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 56 Build-date:- May-05-2017-22:53:08-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:ad9ebf2d49d80345231902b00628ac4f6f7d66cff89e1f052a37967b19a95d27 - 4.4% (1.88 MB)

[#001] sha256:736e49c3c07791e9943740acc2b7a06a6ac713b1be8f555cecfc79f660b917c3 - 15.38% (6.57 MB)

[#002] sha256:52de0820dd85e661c279ecf6a4d723324a0554e80af626e479580abc896fd9b8 - 0.0% (444 Bytes)

[#003] sha256:1be2a23c338a87b2d5fd9a4acab1d181359d922f5a4bf0ade84b4d8db3ed9566 - 42.58% (18.2 MB)

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

[#005] sha256:4fa4a4c80ade0f832650ade023eeddbe809e97c165ac546c77f2cd6ccdeafac2 - 37.63% (16.1 MB)


History
2017-05-05 22:49:12 UTC

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

2017-05-05 22:49:12 UTC

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

2017-05-05 22:49:13 UTC

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

2017-05-05 22:49:13 UTC

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

2017-05-05 22:49:22 UTC

|1 OVERLAY_ARCH=amd64 /bin/sh -c apk add --no-cache --virtual=build-dependencies curl tar && apk add --no-cache bash ca-certificates coreutils shadow tzdata && OVERLAY_VERSION=$(curl -sX GET "https://api.github.com/repos/just-containers/s6-overlay/releases/latest" | awk '/tag_name/{print $4;exit}' FS='[""]') && 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-05-05 22:49:22 UTC

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

2017-05-05 22:49:23 UTC

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

2017-05-05 22:50:26 UTC

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

2017-05-05 22:50:47 UTC

/bin/sh -c apk add --no-cache apache2-utils git logrotate nano nginx openssl && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main libressl2.5-libssl && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/community 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-05-05 22:50:48 UTC

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

2017-05-05 22:50:49 UTC

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

2017-05-05 22:50:50 UTC

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

2017-05-05 22:53:16 UTC

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

2017-05-05 22:53:16 UTC

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

2017-05-05 22:53:17 UTC

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

2017-05-05 22:53:18 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 56 Build-date:- May-05-2017-22:53:08-UTC

2017-05-05 22:53:18 UTC

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

2017-05-05 22:53:33 UTC

|2 BUILD_DATE=May-05-2017-22:53:08-UTC VERSION=56 /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-nchan nginx-mod-http-perl nginx-mod-http-upload-progress nginx-mod-http-xslt-filter nginx-mod-mail nginx-mod-rtmp nginx-mod-stream nginx-vim && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/main libwebp && apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/community 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

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