File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11export TARGET_REGISTRY=docker-mgmt.nginx.com
22export TARGET_NAP_WAF_DOS_IMAGE_PREFIX="nginx-ic-nap-dos/nginx-plus-ingress"
3- declare -a PLUS_TAG_POSTFIX_LIST=("" "-ubi" "-alpine")
4- declare -a NAP_WAF_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8")
5- declare -a NAP_WAFV5_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8")
3+ declare -a PLUS_TAG_POSTFIX_LIST=("" "-ubi" "-alpine" "-alpine-fips" )
4+ declare -a NAP_WAF_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8" "-alpine-fips" )
5+ declare -a NAP_WAFV5_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8" "-alpine-fips" )
66declare -a NAP_DOS_TAG_POSTFIX_LIST=("" "-ubi")
77declare -a NAP_WAF_DOS_TAG_POSTFIX_LIST=("" "-ubi")
88export PUBLISH_OSS=false
Original file line number Diff line number Diff line change 11{
22 "images" : [
33 {
4- "label" : " AP_WAF 1/4 " ,
4+ "label" : " AP_WAF 1/5 " ,
55 "image" : " ubi-8-plus-nap" ,
66 "type" : " plus" ,
77 "nap_modules" : " waf" ,
88 "marker" : " appprotect_waf_policies_allow" ,
99 "platforms" : " linux/amd64"
1010 },
1111 {
12- "label" : " AP_WAF 2/4" ,
12+ "label" : " AP_WAF 2/5" ,
13+ "image" : " alpine-plus-nap-fips" ,
14+ "type" : " plus" ,
15+ "nap_modules" : " waf" ,
16+ "marker" : " 'appprotect_waf_policies and not appprotect_waf_policies_allow'" ,
17+ "platforms" : " linux/amd64"
18+ },
19+ {
20+ "label" : " AP_WAF 3/5" ,
1321 "image" : " ubi-9-plus-nap" ,
1422 "type" : " plus" ,
1523 "nap_modules" : " waf" ,
1624 "marker" : " 'appprotect_waf_policies and not appprotect_waf_policies_allow and not appprotect_waf_policies_vsr'" ,
1725 "platforms" : " linux/amd64"
1826 },
1927 {
20- "label" : " AP_WAF 3/4 " ,
28+ "label" : " AP_WAF 4/5 " ,
2129 "image" : " debian-plus-nap" ,
2230 "type" : " plus" ,
2331 "nap_modules" : " waf" ,
2432 "marker" : " appprotect_waf_policies_grpc" ,
2533 "platforms" : " linux/amd64"
2634 },
2735 {
28- "label" : " AP_WAF 4/4 " ,
36+ "label" : " AP_WAF 5/5 " ,
2937 "image" : " debian-plus-nap" ,
3038 "type" : " plus" ,
3139 "nap_modules" : " waf" ,
You can’t perform that action at this time.
0 commit comments