File tree Expand file tree Collapse file tree 5 files changed +26
-8
lines changed Expand file tree Collapse file tree 5 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 11export TARGET_REGISTRY=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev
22declare -a PLUS_TAG_POSTFIX_LIST=("" "-ubi" "-alpine" "-alpine-fips" "-mktpl")
3- declare -a NAP_WAF_TAG_POSTFIX_LIST=("" "-mktpl" "-alpine-fips")
3+ declare -a NAP_WAF_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8" "- mktpl" "-alpine-fips")
44declare -a NAP_WAFV5_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8" "-alpine-fips")
55declare -a NAP_DOS_TAG_POSTFIX_LIST=("" "-ubi" "-mktpl")
6- declare -a NAP_WAF_DOS_TAG_POSTFIX_LIST=("" "-mktpl")
6+ declare -a NAP_WAF_DOS_TAG_POSTFIX_LIST=("" "-ubi" "- mktpl")
77declare -a ADDITIONAL_TAGS=()
Original file line number Diff line number Diff line change 11export TARGET_REGISTRY=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release
22declare -a PLUS_TAG_POSTFIX_LIST=("" "-ubi" "-alpine" "-alpine-fips" "-mktpl")
3- declare -a NAP_WAF_TAG_POSTFIX_LIST=("" "-alpine-fips" "-mktpl")
3+ declare -a NAP_WAF_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8" "- alpine-fips" "-mktpl")
44declare -a NAP_WAFV5_TAG_POSTFIX_LIST=("" "-ubi" "-alpine-fips" "-ubi8")
55declare -a NAP_DOS_TAG_POSTFIX_LIST=("" "-ubi" "-mktpl")
6- declare -a NAP_WAF_DOS_TAG_POSTFIX_LIST=("" "-mktpl")
6+ declare -a NAP_WAF_DOS_TAG_POSTFIX_LIST=("" "-ubi" "- mktpl")
77declare -a ADDITIONAL_TAGS=("latest" "${ADDITIONAL_TAG}")
88export PUBLISH_OSS=false
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"
33declare -a PLUS_TAG_POSTFIX_LIST=("" "-ubi" "-alpine" "-alpine-fips")
4- declare -a NAP_WAF_TAG_POSTFIX_LIST=("" "-alpine-fips")
4+ declare -a NAP_WAF_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8" "- alpine-fips")
55declare -a NAP_WAFV5_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8" "-alpine-fips")
66declare -a NAP_DOS_TAG_POSTFIX_LIST=("" "-ubi")
7- declare -a NAP_WAF_DOS_TAG_POSTFIX_LIST=("")
7+ declare -a NAP_WAF_DOS_TAG_POSTFIX_LIST=("" "-ubi" )
88export PUBLISH_OSS=false
Original file line number Diff line number Diff line change 1515 " waf,dos"
1616 ],
1717 "include" : [
18+ {
19+ "image" : " ubi-8-plus-nap" ,
20+ "target" : " goreleaser" ,
21+ "platforms" : " linux/amd64" ,
22+ "nap_modules" : " waf"
23+ },
1824 {
1925 "image" : " ubi-8-plus-nap-v5" ,
2026 "target" : " goreleaser" ,
2127 "platforms" : " linux/amd64" ,
2228 "nap_modules" : " waf"
2329 },
30+ {
31+ "image" : " ubi-9-plus-nap" ,
32+ "target" : " goreleaser" ,
33+ "platforms" : " linux/amd64" ,
34+ "nap_modules" : " waf"
35+ },
2436 {
2537 "image" : " ubi-9-plus-nap" ,
2638 "target" : " goreleaser" ,
2739 "platforms" : " linux/amd64" ,
2840 "nap_modules" : " dos"
2941 },
42+ {
43+ "image" : " ubi-9-plus-nap" ,
44+ "target" : " goreleaser" ,
45+ "platforms" : " linux/amd64" ,
46+ "nap_modules" : " waf,dos"
47+ },
3048 {
3149 "image" : " alpine-plus-nap-fips" ,
3250 "target" : " goreleaser" ,
Original file line number Diff line number Diff line change 22 "images" : [
33 {
44 "label" : " AP_WAF 1/4" ,
5- "image" : " debian -plus-nap" ,
5+ "image" : " ubi-8 -plus-nap" ,
66 "type" : " plus" ,
77 "nap_modules" : " waf" ,
88 "marker" : " appprotect_waf_policies_allow" ,
99 "platforms" : " linux/amd64"
1010 },
1111 {
1212 "label" : " AP_WAF 2/4" ,
13- "image" : " debian -plus-nap" ,
13+ "image" : " ubi-9 -plus-nap" ,
1414 "type" : " plus" ,
1515 "nap_modules" : " waf" ,
1616 "marker" : " 'appprotect_waf_policies and not appprotect_waf_policies_allow and not appprotect_waf_policies_vsr'" ,
You can’t perform that action at this time.
0 commit comments