You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
&& sed -i -e '/nginx.com/d' /etc/apk/repositories \
203
203
&& nap-waf.sh \
204
204
&& if [ "${NGINX_AGENT}" = "true" ]; then \
@@ -279,7 +279,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
279
279
&& if [ "${NGINX_AGENT}" = "true" ]; then agent.sh; fi \
280
280
&& if [ -z "${NAP_MODULES##*dos*}" ]; then nap-dos.sh; fi
281
281
282
-
############################################# Base image for Debian with NGINX Plus and App Protect WAFv5/DoS #############################################
282
+
############################################# Base image for Debian with NGINX Plus and App Protect WAFv5 #############################################
283
283
FROM debian-plus AS debian-plus-nap-v5
284
284
ARG NAP_MODULES
285
285
ARG NGINX_AGENT
@@ -300,7 +300,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
300
300
&& apt-get update \
301
301
&& if [ "${NGINX_AGENT}" = "true" ]; then apt-get install --no-install-recommends --no-install-suggests -y nginx-agent; fi \
0 commit comments