sha256:e05d2f4d802c47b89cf04542552e259aec1b0dded091c3365e51037cc5944232
OS/ARCH
Compressed size
107.17 MB
Last pushed
7 months by binbashing
Type
Image
Manifest digest
sha256:c7d6b5ea35e69bc774a5e198f3fcbdc7204bc82701cca336663bef5a878a698d
Image Layers
1# debian.sh --arch 'arm64' out/28.74 MB3ENV NGINX_VERSION=1.28.20 B4ENV NJS_VERSION=0.9.50 B5ENV NJS_RELEASE=1~trixie0 B6ENV PKG_RELEASE=1~trixie0 B7ENV DYNPKG_RELEASE=1~trixie0 B8ARG UID=1010 B9ARG GID=1010 B10RUN |2 UID=101 GID=101 /bin/sh26.85 MB11RUN |2 UID=101 GID=101 /bin/sh4.09 KB12COPY docker-entrypoint.sh / # buildkit629 B13COPY 10-listen-on-ipv6-by-default.sh /docker-entrypoint.d # buildkit958 B14COPY 15-local-resolvers.envsh /docker-entrypoint.d # buildkit406 B15COPY 20-envsubst-on-templates.sh /docker-entrypoint.d # buildkit1.18 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/ # buildkit691.72 KB32COPY /etc/nginx/modules/*.so /etc/nginx/modules/ # buildkit19.46 KB33COPY /usr/local/lib/liblmdb.so /usr/local/lib/ # buildkit48.08 KB34COPY /usr/share/TLS/dhparam-* /etc/ssl/certs/ # buildkit839 B35COPY /etc/modsecurity.d/unicode.mapping /etc/modsecurity.d/unicode.mapping # buildkit4.64 KB36COPY /opt/owasp-crs /opt/owasp-crs # buildkit250.16 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 # buildkit289 B39COPY src/etc/modsecurity.d/setup.conf /etc/nginx/templates/modsecurity.d/setup.conf.template # buildkit498 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 # buildkit704 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.331.9 MB48RUN |6 MODSEC3_VERSION=3.0.14 LMDB_VERSION=0.9.29 LUA_VERSION=5.3234 B49USER nginx0 B50RUN |6 MODSEC3_VERSION=3.0.14 LMDB_VERSION=0.9.29 LUA_VERSION=5.3177 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.29 MB55RUN /bin/sh -c cd /usr/local/sbin/130.91 KB56RUN /bin/sh -c env -u246.56 KB57USER nginx0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1769990400'