Namespace
linuxserver
Image / Tag
nginx:1.20.2-r0-ls158
Content Digest
sha256:c37fc3440e63cc5659540347f39358322b92a9a05f6c3625feca37ff5653969d
Details
Created

2021-11-26 13:32:14 UTC

Size

55.8 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.20.2-r0-ls158 Build-date:- 2021-11-26T14:31:14+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-11-26T14:31:14+01:00
  • org.opencontainers.image.description
    [Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in for easy user customization.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-nginx
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    e5a505b5a74a35633ab0b42896897646ba4f761f
  • org.opencontainers.image.revision
    e5a505b5a74a35633ab0b42896897646ba4f761f
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-nginx
  • org.opencontainers.image.title
    Nginx
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-nginx/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    1.20.2-r0-ls158

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:d1cca55f9ad6c7580c33d6d33b6436aa9a23e6d13fc03bea579603c44388b7ab - 5.03% (2.81 MB)

[#001] sha256:244c0a6e668bdab1aa8d2f051c7d38278aa43a1e075aa41348483d087c02632e - 3.23% (1.8 MB)

[#002] sha256:8ccd4b91756b8be4672c369cf77c8cc9cbf470fd4ec82fa7567e23592fa736b6 - 3.11% (1.74 MB)

[#003] sha256:a4c071945dfb44ed2d0b818ae4858a14553c88bee5dafcf73c8d60ccec5edf7e - 0.0% (438 Bytes)

[#004] sha256:460631ed99872516ada820aae1b6736643f3b789e0b389c06d926e085f069dad - 5.43% (3.03 MB)

[#005] sha256:d96cb935e2899d6d06cba03f3f32fb9a4d800b51038cfe7acbf7359e92533ff5 - 0.0% (2.85 KB)

[#006] sha256:4b48ed5acddef8179f9bc30da0f21351dfffb06d887da0d5b642b9b79f679fae - 26.22% (14.6 MB)

[#007] sha256:e448690f0262816a4e2c3c5f373eb0bca683795ed88e9e6eae730cb950a6ad3a - 0.0% (2.85 KB)

[#008] sha256:8fd8c5a2050f4aa876f4b11b7fecbda64a76dc37c7dc8a3b2f128fd82674f324 - 56.97% (31.8 MB)

[#009] sha256:7e993aee9fa9eb2d115effa71fdc0c768e93d058cc2ec6bfd658e5a145aacf3f - 0.0% (590 Bytes)


History
2021-11-16 06:29:26 UTC

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

2021-11-16 06:29:26 UTC

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

2021-11-16 06:29:26 UTC

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

2021-11-16 06:29:26 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f883f151-ls12 Build-date:- 2021-11-16T07:28:15+01:00

2021-11-16 06:29:26 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-11-16 06:29:26 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-11-16 06:29:26 UTC

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

2021-11-16 06:29:27 UTC

/bin/sh -c #(nop) ADD e0dfb2cf69f9e165c0f7f9b55414d8133f601943ed98eb0dfb80ba85e3ebfe2c in /tmp/

2021-11-16 06:29:28 UTC

|4 BUILD_DATE=2021-11-16T07:28:15+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls12 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-11-16 06:29:28 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-11-16 06:29:28 UTC

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

2021-11-16 06:29:31 UTC

|4 BUILD_DATE=2021-11-16T07:28:15+01:00 OVERLAY_ARCH=amd64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls12 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-11-16 06:29:31 UTC

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

2021-11-16 06:29:31 UTC

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

2021-11-16 06:29:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-11-16 06:29:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-16T07:28:15+01:00

2021-11-16 06:29:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-11-16 06:29:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-11-16 06:29:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-11-16 06:29:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=14742dd34f64b967f5daf9824aed4ddd09a41f11

2021-11-16 06:29:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=14742dd34f64b967f5daf9824aed4ddd09a41f11

2021-11-16 06:29:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-11-16 06:29:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-11-16 06:29:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-11-16 06:29:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-11-16 06:29:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f883f151-ls12

2021-11-25 05:57:04 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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 HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2021-11-25 05:57:05 UTC

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

2021-11-25 05:57:05 UTC

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

2021-11-25 05:57:05 UTC

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

2021-11-25 05:57:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-11-25 05:57:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-25T06:56:11+01:00

2021-11-25 05:57:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io

2021-11-25 05:57:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx

2021-11-25 05:57:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-11-25 05:57:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ad71d7ad6f413afec3f3d236b880b496cefd6068

2021-11-25 05:57:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ad71d7ad6f413afec3f3d236b880b496cefd6068

2021-11-25 05:57:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx

2021-11-25 05:57:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx

2021-11-25 05:57:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages

2021-11-25 05:57:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-11-25 05:57:07 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=d01d3082-ls13

2021-11-26 13:32:06 UTC

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

2021-11-26 13:32:06 UTC

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

2021-11-26 13:32:07 UTC

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

2021-11-26 13:32:07 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.20.2-r0-ls158 Build-date:- 2021-11-26T14:31:14+01:00

2021-11-26 13:32:07 UTC

/bin/sh -c #(nop) LABEL maintainer=aptalca

2021-11-26 13:32:07 UTC

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

2021-11-26 13:32:12 UTC

|3 BUILD_DATE=2021-11-26T14:31:14+01:00 NGINX_VERSION=1.20.2-r0 VERSION=1.20.2-r0-ls158 /bin/sh -c apk add --no-cache --upgrade curl && if [ -z ${NGINX_VERSION+x} ]; then NGINX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache --upgrade memcached nginx==${NGINX_VERSION} nginx-mod-http-brotli==${NGINX_VERSION} nginx-mod-http-dav-ext==${NGINX_VERSION} nginx-mod-http-echo==${NGINX_VERSION} nginx-mod-http-fancyindex==${NGINX_VERSION} nginx-mod-http-geoip==${NGINX_VERSION} nginx-mod-http-geoip2==${NGINX_VERSION} nginx-mod-http-headers-more==${NGINX_VERSION} nginx-mod-http-image-filter==${NGINX_VERSION} nginx-mod-http-nchan==${NGINX_VERSION} nginx-mod-http-perl==${NGINX_VERSION} nginx-mod-http-redis2==${NGINX_VERSION} nginx-mod-http-set-misc==${NGINX_VERSION} nginx-mod-http-upload-progress==${NGINX_VERSION} nginx-mod-http-xslt-filter==${NGINX_VERSION} nginx-mod-mail==${NGINX_VERSION} nginx-mod-rtmp==${NGINX_VERSION} nginx-mod-stream==${NGINX_VERSION} nginx-mod-stream-geoip==${NGINX_VERSION} nginx-mod-stream-geoip2==${NGINX_VERSION} nginx-vim==${NGINX_VERSION} php7-bcmath php7-bz2 php7-ctype php7-curl php7-dom php7-exif php7-ftp php7-gd php7-gmp php7-iconv php7-imap php7-intl php7-ldap php7-mcrypt php7-memcached php7-mysqli php7-mysqlnd php7-opcache php7-pdo_mysql php7-pdo_odbc php7-pdo_pgsql php7-pdo_sqlite php7-pear php7-pecl-apcu php7-pecl-mailparse php7-pecl-redis php7-pgsql php7-phar php7-posix php7-soap php7-sockets php7-sodium php7-sqlite3 php7-tokenizer php7-xml php7-xmlreader php7-xmlrpc php7-xsl php7-zip && echo "**** configure nginx ****" && rm -f /etc/nginx/http.d/default.conf && sed -i 's|include /config/nginx/site-confs/\*;|include /config/nginx/site-confs/\*;\n\t#Removed lua. Do not remove this comment|g' /defaults/nginx.conf

2021-11-26 13:32:13 UTC

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

2021-11-26 13:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-11-26 13:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-26T14:31:14+01:00

2021-11-26 13:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in for easy user customization.

2021-11-26 13:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-nginx

2021-11-26 13:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-11-26 13:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e5a505b5a74a35633ab0b42896897646ba4f761f

2021-11-26 13:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e5a505b5a74a35633ab0b42896897646ba4f761f

2021-11-26 13:32:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-nginx

2021-11-26 13:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Nginx

2021-11-26 13:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-nginx/packages

2021-11-26 13:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-11-26 13:32:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.20.2-r0-ls158

Details
Created

2021-11-26 13:32:35 UTC

Size

52.6 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.20.2-r0-ls158 Build-date:- 2021-11-26T14:31:14+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-11-26T14:31:14+01:00
  • org.opencontainers.image.description
    [Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in for easy user customization.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-nginx
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    e5a505b5a74a35633ab0b42896897646ba4f761f
  • org.opencontainers.image.revision
    e5a505b5a74a35633ab0b42896897646ba4f761f
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-nginx
  • org.opencontainers.image.title
    Nginx
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-nginx/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    1.20.2-r0-ls158

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:8e4d3a4104152f817a1de9ac87bd7e4c367df71a7b68e46689b54fc4041b0e04 - 4.62% (2.43 MB)

[#001] sha256:0b8e3216ed498221d264fdb81b350d216e712d017be8cd672a7bfc83954e3014 - 4.09% (2.15 MB)

[#002] sha256:f0d9239a426a876a84ec6ee3dc9abdd52db5377dbda7fa33ada54c5ce793f1f9 - 3.96% (2.08 MB)

[#003] sha256:a7dbc35a34253638bd6a3cc11db40444f360bfe7acdfe127c9f45fb3fe74ed83 - 0.0% (410 Bytes)

[#004] sha256:181f267e48ff8b612efb91efcc31b5ba44ac34595d97bd4bb5939444a5b2eaa1 - 7.91% (4.16 MB)

[#005] sha256:245cfb9749ea2b0ebdd492307d6585bf5928e2ddfe5029eaec3f0c2be4c9cb7b - 0.01% (2.85 KB)

[#006] sha256:1add680f0d8bb9c1710bfb3f0d00cede5e1fc1a1f33dfd586229a8a08a557604 - 24.05% (12.6 MB)

[#007] sha256:fe116c0fd76ee4afa11a0607c340f4d4b7b2a489057a7d0cbd21eb60a014e785 - 0.01% (2.79 KB)

[#008] sha256:2906190d4d3de5d6882751a0e2309fb53d464c8eb2ae770e25472219c5b5ebbb - 55.35% (29.1 MB)

[#009] sha256:52e6494eb835a07b56696c08bca9403f414c99a33b8aa01b73ece3d96b6056ef - 0.0% (591 Bytes)


History
2021-11-16 06:29:33 UTC

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

2021-11-16 06:29:34 UTC

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

2021-11-16 06:29:34 UTC

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

2021-11-16 06:29:35 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f883f151-ls12 Build-date:- 2021-11-16T07:28:15+01:00

2021-11-16 06:29:36 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-11-16 06:29:37 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-11-16 06:29:38 UTC

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

2021-11-16 06:29:40 UTC

/bin/sh -c #(nop) ADD ffd4c4f41dd5b855eda9542d3338699a126cdceb4a4983c2945f990da27dabcd in /tmp/

2021-11-16 06:29:41 UTC

|4 BUILD_DATE=2021-11-16T07:28:15+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls12 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-11-16 06:29:43 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-11-16 06:29:43 UTC

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

2021-11-16 06:29:48 UTC

|4 BUILD_DATE=2021-11-16T07:28:15+01:00 OVERLAY_ARCH=arm OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls12 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-arm-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && chmod +x /usr/bin/qemu-arm-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-11-16 06:29:49 UTC

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

2021-11-16 06:29:49 UTC

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

2021-11-16 06:29:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-11-16 06:29:51 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-16T07:28:15+01:00

2021-11-16 06:29:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-11-16 06:29:53 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-11-16 06:29:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-11-16 06:29:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=14742dd34f64b967f5daf9824aed4ddd09a41f11

2021-11-16 06:29:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=14742dd34f64b967f5daf9824aed4ddd09a41f11

2021-11-16 06:29:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-11-16 06:29:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-11-16 06:29:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-11-16 06:30:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-11-16 06:30:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f883f151-ls12

2021-11-25 05:57:13 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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 HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2021-11-25 05:57:14 UTC

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

2021-11-25 05:57:14 UTC

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

2021-11-25 05:57:15 UTC

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

2021-11-25 05:57:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-11-25 05:57:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-25T06:56:11+01:00

2021-11-25 05:57:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io

2021-11-25 05:57:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx

2021-11-25 05:57:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-11-25 05:57:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ad71d7ad6f413afec3f3d236b880b496cefd6068

2021-11-25 05:57:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ad71d7ad6f413afec3f3d236b880b496cefd6068

2021-11-25 05:57:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx

2021-11-25 05:57:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx

2021-11-25 05:57:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages

2021-11-25 05:57:26 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-11-25 05:57:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=d01d3082-ls13

2021-11-26 13:32:19 UTC

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

2021-11-26 13:32:19 UTC

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

2021-11-26 13:32:19 UTC

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

2021-11-26 13:32:19 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.20.2-r0-ls158 Build-date:- 2021-11-26T14:31:14+01:00

2021-11-26 13:32:20 UTC

/bin/sh -c #(nop) LABEL maintainer=aptalca

2021-11-26 13:32:20 UTC

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

2021-11-26 13:32:31 UTC

|3 BUILD_DATE=2021-11-26T14:31:14+01:00 NGINX_VERSION=1.20.2-r0 VERSION=1.20.2-r0-ls158 /bin/sh -c apk add --no-cache --upgrade curl && if [ -z ${NGINX_VERSION+x} ]; then NGINX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache --upgrade memcached nginx==${NGINX_VERSION} nginx-mod-http-brotli==${NGINX_VERSION} nginx-mod-http-dav-ext==${NGINX_VERSION} nginx-mod-http-echo==${NGINX_VERSION} nginx-mod-http-fancyindex==${NGINX_VERSION} nginx-mod-http-geoip==${NGINX_VERSION} nginx-mod-http-geoip2==${NGINX_VERSION} nginx-mod-http-headers-more==${NGINX_VERSION} nginx-mod-http-image-filter==${NGINX_VERSION} nginx-mod-http-nchan==${NGINX_VERSION} nginx-mod-http-perl==${NGINX_VERSION} nginx-mod-http-redis2==${NGINX_VERSION} nginx-mod-http-set-misc==${NGINX_VERSION} nginx-mod-http-upload-progress==${NGINX_VERSION} nginx-mod-http-xslt-filter==${NGINX_VERSION} nginx-mod-mail==${NGINX_VERSION} nginx-mod-rtmp==${NGINX_VERSION} nginx-mod-stream==${NGINX_VERSION} nginx-mod-stream-geoip==${NGINX_VERSION} nginx-mod-stream-geoip2==${NGINX_VERSION} nginx-vim==${NGINX_VERSION} php7-bcmath php7-bz2 php7-ctype php7-curl php7-dom php7-exif php7-ftp php7-gd php7-gmp php7-iconv php7-imap php7-intl php7-ldap php7-mcrypt php7-memcached php7-mysqli php7-mysqlnd php7-opcache php7-pdo_mysql php7-pdo_odbc php7-pdo_pgsql php7-pdo_sqlite php7-pear php7-pecl-apcu php7-pecl-mailparse php7-pecl-redis php7-pgsql php7-phar php7-posix php7-soap php7-sockets php7-sodium php7-sqlite3 php7-tokenizer php7-xml php7-xmlreader php7-xmlrpc php7-xsl php7-zip && echo "**** configure nginx ****" && rm -f /etc/nginx/http.d/default.conf && sed -i 's|include /config/nginx/site-confs/\*;|include /config/nginx/site-confs/\*;\n\t#Removed lua. Do not remove this comment|g' /defaults/nginx.conf

2021-11-26 13:32:32 UTC

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

2021-11-26 13:32:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-11-26 13:32:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-26T14:31:14+01:00

2021-11-26 13:32:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in for easy user customization.

2021-11-26 13:32:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-nginx

2021-11-26 13:32:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-11-26 13:32:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e5a505b5a74a35633ab0b42896897646ba4f761f

2021-11-26 13:32:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e5a505b5a74a35633ab0b42896897646ba4f761f

2021-11-26 13:32:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-nginx

2021-11-26 13:32:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Nginx

2021-11-26 13:32:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-nginx/packages

2021-11-26 13:32:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-11-26 13:32:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.20.2-r0-ls158

Details
Created

2021-11-26 13:32:38 UTC

Size

57.9 MB

Content Digest
Labels
  • build_version
    Linuxserver.io version:- 1.20.2-r0-ls158 Build-date:- 2021-11-26T14:31:14+01:00
  • maintainer
    aptalca
  • org.opencontainers.image.authors
    linuxserver.io
  • org.opencontainers.image.created
    2021-11-26T14:31:14+01:00
  • org.opencontainers.image.description
    [Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in for easy user customization.
  • org.opencontainers.image.documentation
    https://docs.linuxserver.io/images/docker-nginx
  • org.opencontainers.image.licenses
    GPL-3.0-only
  • org.opencontainers.image.ref.name
    e5a505b5a74a35633ab0b42896897646ba4f761f
  • org.opencontainers.image.revision
    e5a505b5a74a35633ab0b42896897646ba4f761f
  • org.opencontainers.image.source
    https://github.com/linuxserver/docker-nginx
  • org.opencontainers.image.title
    Nginx
  • org.opencontainers.image.url
    https://github.com/linuxserver/docker-nginx/packages
  • org.opencontainers.image.vendor
    linuxserver.io
  • org.opencontainers.image.version
    1.20.2-r0-ls158

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:1bafb68e14a45d004262569a4cdf33fcae0516be8a89317547f70d612e81b80b - 4.68% (2.71 MB)

[#001] sha256:672a4a9a083d3bacc81341b862d11f6161ffc1119807dddf7d8c80229f9ae9d7 - 3.71% (2.15 MB)

[#002] sha256:00ed94222ed16336cccb33e16d74f26cd3673c86c06a6c4a4c4cdbbda684f9c6 - 3.63% (2.1 MB)

[#003] sha256:d2a2cdce8726efe5935b7b2407fd41401345c33b625279cd5b7bd6ceec3fbd2d - 0.0% (413 Bytes)

[#004] sha256:ad21176a008f809ddd0ed89f99e3101f3d5fe7f8f91227a6f5cbd9c41e2966b5 - 8.09% (4.68 MB)

[#005] sha256:3eb221ec44bf50d6cdb6f3d4df6609819b7c63113f7439674d98165831458c6e - 0.0% (2.87 KB)

[#006] sha256:b80bc82039ace1730873ce4a3846d2ad0e81eee909064784aa931e700d756d0f - 25.27% (14.6 MB)

[#007] sha256:fe116c0fd76ee4afa11a0607c340f4d4b7b2a489057a7d0cbd21eb60a014e785 - 0.0% (2.79 KB)

[#008] sha256:70da9093dbaab7d3fd63fc2999c7a6aac9562a104ea2f78af4307629d1735b65 - 54.61% (31.6 MB)

[#009] sha256:908cf431c198e78d3f1f0cfa2cbc45f64462943283654eaa1726e42d14931f12 - 0.0% (590 Bytes)


History
2021-11-16 06:29:37 UTC

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

2021-11-16 06:29:38 UTC

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

2021-11-16 06:29:39 UTC

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

2021-11-16 06:29:40 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- f883f151-ls12 Build-date:- 2021-11-16T07:28:15+01:00

2021-11-16 06:29:41 UTC

/bin/sh -c #(nop) LABEL maintainer=TheLamer

2021-11-16 06:29:42 UTC

/bin/sh -c #(nop) ARG OVERLAY_VERSION=v2.2.0.3

2021-11-16 06:29:43 UTC

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

2021-11-16 06:29:45 UTC

/bin/sh -c #(nop) ADD fe393366cedf1fae03f3abe8da9c363fe176b7fde62c195119a98ec6cedced59 in /tmp/

2021-11-16 06:29:46 UTC

|4 BUILD_DATE=2021-11-16T07:28:15+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls12 /bin/sh -c chmod +x /tmp/s6-overlay-${OVERLAY_ARCH}-installer && /tmp/s6-overlay-${OVERLAY_ARCH}-installer / && rm /tmp/s6-overlay-${OVERLAY_ARCH}-installer

2021-11-16 06:29:47 UTC

/bin/sh -c #(nop) COPY dir:946d679880d0fb0651159e9c7af5c1409fedf29f47438b8e25b84b89e523faac in /tmp/patch

2021-11-16 06:29:47 UTC

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

2021-11-16 06:29:53 UTC

|4 BUILD_DATE=2021-11-16T07:28:15+01:00 OVERLAY_ARCH=aarch64 OVERLAY_VERSION=v2.2.0.3 VERSION=f883f151-ls12 /bin/sh -c echo "**** install build packages ****" && apk add --no-cache --virtual=build-dependencies curl patch tar && echo "**** install runtime packages ****" && apk add --no-cache bash ca-certificates coreutils procps shadow tzdata && 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 && mv /usr/bin/with-contenv /usr/bin/with-contenvb && patch -u /etc/s6/init/init-stage2 -i /tmp/patch/etc/s6/init/init-stage2.patch && echo "**** add qemu ****" && curl -o /usr/bin/qemu-aarch64-static -L "https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && chmod +x /usr/bin/qemu-aarch64-static && echo "**** cleanup ****" && apk del --purge build-dependencies && rm -rf /tmp/*

2021-11-16 06:29:54 UTC

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

2021-11-16 06:29:54 UTC

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

2021-11-16 06:29:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-11-16 06:29:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-16T07:28:15+01:00

2021-11-16 06:29:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine image by linuxserver.io

2021-11-16 06:29:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine

2021-11-16 06:29:59 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-11-16 06:30:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=14742dd34f64b967f5daf9824aed4ddd09a41f11

2021-11-16 06:30:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=14742dd34f64b967f5daf9824aed4ddd09a41f11

2021-11-16 06:30:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine

2021-11-16 06:30:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine

2021-11-16 06:30:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine/packages

2021-11-16 06:30:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-11-16 06:30:06 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=f883f151-ls12

2021-11-25 05:57:10 UTC

/bin/sh -c echo "**** install build packages ****" && apk add --no-cache apache2-utils git libressl3.3-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 HTTP_PROXY ""; # https://httpoxy.org/' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param PATH_INFO $fastcgi_path_info; # http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_split_path_info' >> /etc/nginx/fastcgi_params && echo 'fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; # https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/#connecting-nginx-to-php-fpm' >> /etc/nginx/fastcgi_params && rm -f /etc/nginx/http.d/default.conf && echo "**** fix logrotate ****" && sed -i "s#/var/log/messages {}.*# #g" /etc/logrotate.conf && sed -i 's#/usr/sbin/logrotate /etc/logrotate.conf#/usr/sbin/logrotate /etc/logrotate.conf -s /config/log/logrotate.status#g' /etc/periodic/daily/logrotate

2021-11-25 05:57:11 UTC

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

2021-11-25 05:57:11 UTC

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

2021-11-25 05:57:12 UTC

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

2021-11-25 05:57:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-11-25 05:57:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-25T06:56:11+01:00

2021-11-25 05:57:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=baseimage-alpine-nginx image by linuxserver.io

2021-11-25 05:57:16 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-baseimage-alpine-nginx

2021-11-25 05:57:17 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-11-25 05:57:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ad71d7ad6f413afec3f3d236b880b496cefd6068

2021-11-25 05:57:19 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=ad71d7ad6f413afec3f3d236b880b496cefd6068

2021-11-25 05:57:20 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-baseimage-alpine-nginx

2021-11-25 05:57:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Baseimage-alpine-nginx

2021-11-25 05:57:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-baseimage-alpine-nginx/packages

2021-11-25 05:57:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-11-25 05:57:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=d01d3082-ls13

2021-11-26 13:32:13 UTC

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

2021-11-26 13:32:14 UTC

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

2021-11-26 13:32:15 UTC

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

2021-11-26 13:32:16 UTC

/bin/sh -c #(nop) LABEL build_version=Linuxserver.io version:- 1.20.2-r0-ls158 Build-date:- 2021-11-26T14:31:14+01:00

2021-11-26 13:32:17 UTC

/bin/sh -c #(nop) LABEL maintainer=aptalca

2021-11-26 13:32:18 UTC

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

2021-11-26 13:32:26 UTC

|3 BUILD_DATE=2021-11-26T14:31:14+01:00 NGINX_VERSION=1.20.2-r0 VERSION=1.20.2-r0-ls158 /bin/sh -c apk add --no-cache --upgrade curl && if [ -z ${NGINX_VERSION+x} ]; then NGINX_VERSION=$(curl -sL "http://dl-cdn.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz" | tar -xz -C /tmp && awk '/^P:nginx$/,/V:/' /tmp/APKINDEX | sed -n 2p | sed 's/^V://'); fi && apk add --no-cache --upgrade memcached nginx==${NGINX_VERSION} nginx-mod-http-brotli==${NGINX_VERSION} nginx-mod-http-dav-ext==${NGINX_VERSION} nginx-mod-http-echo==${NGINX_VERSION} nginx-mod-http-fancyindex==${NGINX_VERSION} nginx-mod-http-geoip==${NGINX_VERSION} nginx-mod-http-geoip2==${NGINX_VERSION} nginx-mod-http-headers-more==${NGINX_VERSION} nginx-mod-http-image-filter==${NGINX_VERSION} nginx-mod-http-nchan==${NGINX_VERSION} nginx-mod-http-perl==${NGINX_VERSION} nginx-mod-http-redis2==${NGINX_VERSION} nginx-mod-http-set-misc==${NGINX_VERSION} nginx-mod-http-upload-progress==${NGINX_VERSION} nginx-mod-http-xslt-filter==${NGINX_VERSION} nginx-mod-mail==${NGINX_VERSION} nginx-mod-rtmp==${NGINX_VERSION} nginx-mod-stream==${NGINX_VERSION} nginx-mod-stream-geoip==${NGINX_VERSION} nginx-mod-stream-geoip2==${NGINX_VERSION} nginx-vim==${NGINX_VERSION} php7-bcmath php7-bz2 php7-ctype php7-curl php7-dom php7-exif php7-ftp php7-gd php7-gmp php7-iconv php7-imap php7-intl php7-ldap php7-mcrypt php7-memcached php7-mysqli php7-mysqlnd php7-opcache php7-pdo_mysql php7-pdo_odbc php7-pdo_pgsql php7-pdo_sqlite php7-pear php7-pecl-apcu php7-pecl-mailparse php7-pecl-redis php7-pgsql php7-phar php7-posix php7-soap php7-sockets php7-sodium php7-sqlite3 php7-tokenizer php7-xml php7-xmlreader php7-xmlrpc php7-xsl php7-zip && echo "**** configure nginx ****" && rm -f /etc/nginx/http.d/default.conf && sed -i 's|include /config/nginx/site-confs/\*;|include /config/nginx/site-confs/\*;\n\t#Removed lua. Do not remove this comment|g' /defaults/nginx.conf

2021-11-26 13:32:27 UTC

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

2021-11-26 13:32:27 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=linuxserver.io

2021-11-26 13:32:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-26T14:31:14+01:00

2021-11-26 13:32:29 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=[Nginx](https://nginx.org/) is a simple webserver with php support. The config files reside in for easy user customization.

2021-11-26 13:32:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://docs.linuxserver.io/images/docker-nginx

2021-11-26 13:32:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=GPL-3.0-only

2021-11-26 13:32:32 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=e5a505b5a74a35633ab0b42896897646ba4f761f

2021-11-26 13:32:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=e5a505b5a74a35633ab0b42896897646ba4f761f

2021-11-26 13:32:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/linuxserver/docker-nginx

2021-11-26 13:32:35 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Nginx

2021-11-26 13:32:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/linuxserver/docker-nginx/packages

2021-11-26 13:32:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=linuxserver.io

2021-11-26 13:32:38 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=1.20.2-r0-ls158