Yura wannabe
  • Joined on 2025-10-30

nginx (1.0)

Published 2025-10-30 19:47:37 +00:00 by wannabe

Installation

docker pull git.yura.cc/wannabe/nginx:1.0
sha256:78c6aa55ebab8f91992bfeb59c9e969a63c30770849850c572d7800c8cfb542c

Image Layers

ADD file:253a2a9f49900b34f61c3c1527adb199bfc8ff153084604addb38a6769aadce7 in /
CMD ["/bin/bash"]
MAINTAINER NGINX Docker Maintainers "docker-maint@nginx.com"
ENV NGINX_VERSION=1.13.0-1~stretch
ENV NJS_VERSION=1.13.0.0.1.10-1~stretch
/bin/sh -c apt-get update && apt-get install --no-install-recommends --no-install-suggests -y gnupg1 && NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in ha.pool.sks-keyservers.net hkp://keyserver.ubuntu.com:80 hkp://p80.pool.sks-keyservers.net:80 pgp.mit.edu ; do echo "Fetching GPG key $NGINX_GPGKEY from $server"; apt-key adv --keyserver "$server" --keyserver-options timeout=10 --recv-keys "$NGINX_GPGKEY" && found=yes && break; done; test -z "$found" && echo >&2 "error: failed to fetch GPG key $NGINX_GPGKEY" && exit 1; apt-get remove --purge -y gnupg1 && apt-get -y --purge autoremove && rm -rf /var/lib/apt/lists/* && echo "deb http://nginx.org/packages/mainline/debian/ stretch nginx" >> /etc/apt/sources.list && apt-get update && apt-get install --no-install-recommends --no-install-suggests -y nginx=${NGINX_VERSION} nginx-module-xslt=${NGINX_VERSION} nginx-module-geoip=${NGINX_VERSION} nginx-module-image-filter=${NGINX_VERSION} nginx-module-njs=${NJS_VERSION} gettext-base && rm -rf /var/lib/apt/lists/*
/bin/sh -c ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
EXPOSE 80/tcp
STOPSIGNAL [SIGQUIT]
CMD ["nginx" "-g" "daemon off;"]
MAINTAINER George Borunov <george@borunov.com>
COPY file:3ef5c9fff8a5d858b386782a73e45134022ec6f3f5f55e5f99fc3b58630f3de2 in /etc/nginx/
COPY file:030f1ec8a8f57937339e99440863b69270b40303b5f3a6b4c637b2418e940e86 in /etc/nginx/
COPY dir:da2b05c24d5bd2a3f680d65d4a87f3d1762e9ef5203fcda9d8341a0ad4855636 in /etc/nginx/
COPY dir:09c2e7052837298f106da72b75d75221a3f2559659afeef6bb3e3ac112c0240e in /etc/nginx/
COPY file:1dbbd521e32883521308051977020b942058bde0c4f9cb0c6ffc333bad3fc160 in /etc/nginx/
CMD ["nginx" "-g" "daemon off;"]
Details
Container
2025-10-30 19:47:37 +00:00
0
OCI / Docker
linux/amd64
43 MiB
Versions (2) View all
1.0 2025-10-30
latest 2025-10-30