| Image | Cmd | Size |
| 56e81b984c1 |
echo 'server {\n listen 80 default_server;\n listen [::]:80 default_server;\n root /var/www/html;\n server_name _;\n location / {\n try_files $uri $uri/ =404;\n }\n location ~ \.php$ {\n include fastcgi_params;\n fastcgi_param REQUEST_METHOD $request_method;\n fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;\n fastcgi_param REMOTE_ADDR $http_x_forwarded_for;\n fastcgi_pass itube-neverblock-php-fpm-svc:9000;\n }\n}' > /etc/nginx/conf.d/nb.conf |
445 B |
| cfd18d43d9f |
/bin/sh -c #(nop) COPY dir:0fa4b17ea5d1f4174f77ac26cd771f1c7a9323078c8a52d1d890e4eb4f8d3b1c in /var/www/html |
45 KB |
| 276d4c7b846 |
/bin/sh -c mkdir -p /var/www/html |
129 B |
| ea6a72ab884 |
/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"] |
0 B |
| 0033b5748b6 |
/bin/sh -c #(nop) STOPSIGNAL SIGQUIT |
0 B |
| 15dd2b94961 |
/bin/sh -c #(nop) EXPOSE 80 |
0 B |
| 7b62d727fd1 |
/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"] |
0 B |
| 211cf4d2022 |
/bin/sh -c #(nop) COPY file:e57eef017a414ca793499729d80a7b9075790c9a804f930f1417e56d506970cf in /docker-entrypoint.d |
1 KB |
| 47e5c42b288 |
/bin/sh -c #(nop) COPY file:abbcbf84dc17ee4454b6b2e3cf914be88e02cf84d344ec45a5b31235379d722a in /docker-entrypoint.d |
773 B |
| 18bf159d351 |
/bin/sh -c #(nop) COPY file:5c18272734349488bd0c94ec8d382c872c1a0a435cca13bd4671353d6021d2cb in /docker-entrypoint.d |
958 B |
| 4e5f0cb5a64 |
/bin/sh -c #(nop) COPY file:7b307b62e82255f040c9812421a30090bf9abf3685f27b02d77fcca99f997911 in / |
626 B |
| 47bd6e61bc5 |
/bin/sh -c set -x &&
addgroup --system --gid 101 nginx &&
adduser --system --disabled-login --ingroup nginx --no-create-home --home /nonexistent --gecos "nginx user" --shell /bin/false --uid 101 nginx &&
apt-get update &&
apt-get install --no-install-recommends --no-install-suggests -y gnupg1 ca-certificates &&
NGINX_GPGKEY=573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62; found=''; for server in hkp://keyserver.ubuntu.com: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 --auto-remove -y gnupg1 &&
rm -rf /var/lib/apt/lists/* &&
dpkgArch="$(dpkg --print-architecture)" &&
nginxPackages=" nginx=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}+${NJS_VERSION}-${PKG_RELEASE} " &&
case "$dpkgArch" in amd64|arm64) echo "deb https://nginx.org/packages/mainline/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list &&
apt-get update ;; *) echo "deb-src https://nginx.org/packages/mainline/debian/ bullseye nginx" >> /etc/apt/sources.list.d/nginx.list &&
tempDir="$(mktemp -d)" &&
chmod 777 "$tempDir" &&
savedAptMark="$(apt-mark showmanual)" &&
apt-get update &&
apt-get build-dep -y $nginxPackages &&
( cd "$tempDir" &&
DEB_BUILD_OPTIONS="nocheck parallel=$(nproc)" apt-get source --compile $nginxPackages ) &&
apt-mark showmanual | xargs apt-mark auto > /dev/null &&
{ [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } &&
ls -lAFh "$tempDir" &&
( cd "$tempDir" &&
dpkg-scanpackages . > Packages ) &&
grep '^Package: ' "$tempDir/Packages" &&
echo "deb [ trusted=yes ] file://$tempDir ./" > /etc/apt/sources.list.d/temp.list &&
apt-get -o Acquire::GzipIndexes=false update ;; esac &&
apt-get install --no-install-recommends --no-install-suggests -y $nginxPackages gettext-base curl &&
apt-get remove --purge --auto-remove -y &&
rm -rf /var/lib/apt/lists/* /etc/apt/sources.list.d/nginx.list &&
if [ -n "$tempDir" ]; then apt-get purge -y --auto-remove &&
rm -rf "$tempDir" /etc/apt/sources.list.d/temp.list; fi &&
ln -sf /dev/stdout /var/log/nginx/access.log &&
ln -sf /dev/stderr /var/log/nginx/error.log &&
mkdir /docker-entrypoint.d |
25.4 MB |
| aa1e451d4c9 |
/bin/sh -c #(nop) ENV PKG_RELEASE=1~bullseye |
0 B |
| f63b4501b9e |
/bin/sh -c #(nop) ENV NJS_VERSION=0.7.7 |
0 B |
| 119e115d3c1 |
/bin/sh -c #(nop) ENV NGINX_VERSION=1.23.2 |
0 B |
| 35c41dbdf9c |
/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers |
0 B |
| 706f0fe7a9d |
/bin/sh -c #(nop) CMD ["bash"] |
0 B |
| 53652b2be64 |
/bin/sh -c #(nop) ADD file:d08e242792caa7f842fcf39a09ad59c97a856660e2013d5aed3e4a29197e9aaa in / |
31.4 MB |