sha256:713d7ff6eeb74d03213e8bd5b33c2d8b78b48827eea08e89d30b482e1e0e09a2
OS/ARCH
Compressed size
105.06 MB
Last pushed
10 months by binbashing
Type
Image
Manifest digest
sha256:211dae3f325d5b2dbe27a1c454176f4da3b21a5eafe79cb2d908bc5f1e425a69
Image Layers
1# debian.sh --arch 'arm64' out/26.8 MB3ENV NGINX_VERSION=1.28.00 B4ENV NJS_VERSION=0.8.100 B5ENV NJS_RELEASE=1~bookworm0 B6ENV PKG_RELEASE=1~bookworm0 B7ENV DYNPKG_RELEASE=1~bookworm0 B8ARG UID=1010 B9ARG GID=1010 B10RUN |2 UID=101 GID=101 /bin/sh38.9 MB11RUN |2 UID=101 GID=101 /bin/sh4.08 KB12COPY docker-entrypoint.sh / # buildkit624 B13COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit957 B14COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit404 B15COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.17 KB16COPY 30-tune-worker-processes.sh /docker-entrypoint.d # buildkit1.37 KB17ENTRYPOINT ["/docker-entrypoint.sh"]0 B18EXPOSE [8080/tcp]0 B19STOPSIGNAL SIGQUIT0 B20USER 1010 B21CMD ["nginx" "-g" "daemon off;"]0 B22ARG MODSEC3_VERSION=3.0.140 B23ARG LMDB_VERSION=0.9.290 B24ARG LUA_VERSION=5.30 B25ARG LUA_MODULES=lua-zlib lua-socket0 B26ARG NGINX_HOME=/etc/nginx0 B27ARG READ_ONLY_FS=false0 B29ENV NGINX_HOME=/etc/nginx0 B30ENV ACCESSLOG=/var/log/nginx/access.log BACKEND=http://localhost:80 CORS_HEADER_403_ALLOW_ORIGIN=* CORS_HEADER_403_ALLOW_METHODS=GET,0 B31COPY /usr/local/modsecurity/lib/libmodsecurity.so.3.0.14 /usr/local/modsecurity/lib/ # buildkit693.21 KB32COPY /etc/nginx/modules/*.so /etc/nginx/modules/ # buildkit19.38 KB33COPY /usr/local/lib/liblmdb.so /usr/local/lib/ # buildkit47.45 KB34COPY /usr/share/TLS/dhparam-* /etc/ssl/certs/ # buildkit837 B35COPY /etc/modsecurity.d/unicode.mapping /etc/modsecurity.d/unicode.mapping # buildkit4.64 KB36COPY /opt/owasp-crs /opt/owasp-crs # buildkit158.29 KB37COPY src/etc/modsecurity.d/modsecurity.conf /etc/nginx/templates/modsecurity.d/modsecurity.conf.template # buildkit1.52 KB38COPY src/etc/modsecurity.d/modsecurity-override.conf /etc/nginx/templates/modsecurity.d/modsecurity-override.conf.template # buildkit290 B39COPY src/etc/modsecurity.d/setup.conf /etc/nginx/templates/modsecurity.d/setup.conf.template # buildkit499 B40COPY nginx/docker-entrypoint.d/*.sh /docker-entrypoint.d/ # buildkit1.27 KB41COPY src/opt/modsecurity/activate-plugins.sh /docker-entrypoint.d/94-activate-plugins.sh # buildkit703 B42COPY src/opt/modsecurity/configure-rules.sh /docker-entrypoint.d/95-configure-rules.sh # buildkit2.13 KB43COPY src/opt/modsecurity/configure-rules.*.conf /docker-entrypoint.d/ # buildkit1.01 KB44COPY nginx/templates /etc/nginx/templates/ # buildkit2.07 KB45COPY src/bin/* /usr/local/bin/ # buildkit1.33 KB46USER root0 B47RUN |6 MODSEC3_VERSION=3.0.14 LMDB_VERSION=0.9.29 LUA_VERSION=5.319.97 MB48RUN |6 MODSEC3_VERSION=3.0.14 LMDB_VERSION=0.9.29 LUA_VERSION=5.3235 B49USER nginx0 B50RUN |6 MODSEC3_VERSION=3.0.14 LMDB_VERSION=0.9.29 LUA_VERSION=5.3175 B51HEALTHCHECK &{["CMD-SHELL" "/usr/local/bin/healthcheck"] "0s" "0s"0 B52ADD https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/install-ngxblocker /usr/local/sbin/install-ngxblocker # buildkit3.66 KB53USER root0 B54RUN /bin/sh -c apt-get update18.22 MB55RUN /bin/sh -c cd /usr/local/sbin/87.91 KB56RUN /bin/sh -c env -u160.71 KB57USER nginx0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1762202650'