File tree 5 files changed +26
-8
lines changed
5 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 1
1
export TARGET_REGISTRY=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev
2
2
declare -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")
4
4
declare -a NAP_WAFV5_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8" "-alpine-fips")
5
5
declare -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")
7
7
declare -a ADDITIONAL_TAGS=()
Original file line number Diff line number Diff line change 1
1
export TARGET_REGISTRY=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/release
2
2
declare -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")
4
4
declare -a NAP_WAFV5_TAG_POSTFIX_LIST=("" "-ubi" "-alpine-fips" "-ubi8")
5
5
declare -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")
7
7
declare -a ADDITIONAL_TAGS=("latest" "${ADDITIONAL_TAG}")
8
8
export PUBLISH_OSS=false
Original file line number Diff line number Diff line change 1
1
export TARGET_REGISTRY=docker-mgmt.nginx.com
2
2
export TARGET_NAP_WAF_DOS_IMAGE_PREFIX="nginx-ic-nap-dos/nginx-plus-ingress"
3
3
declare -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")
5
5
declare -a NAP_WAFV5_TAG_POSTFIX_LIST=("" "-ubi" "-ubi8" "-alpine-fips")
6
6
declare -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" )
8
8
export PUBLISH_OSS=false
Original file line number Diff line number Diff line change 15
15
" waf,dos"
16
16
],
17
17
"include" : [
18
+ {
19
+ "image" : " ubi-8-plus-nap" ,
20
+ "target" : " goreleaser" ,
21
+ "platforms" : " linux/amd64" ,
22
+ "nap_modules" : " waf"
23
+ },
18
24
{
19
25
"image" : " ubi-8-plus-nap-v5" ,
20
26
"target" : " goreleaser" ,
21
27
"platforms" : " linux/amd64" ,
22
28
"nap_modules" : " waf"
23
29
},
30
+ {
31
+ "image" : " ubi-9-plus-nap" ,
32
+ "target" : " goreleaser" ,
33
+ "platforms" : " linux/amd64" ,
34
+ "nap_modules" : " waf"
35
+ },
24
36
{
25
37
"image" : " ubi-9-plus-nap" ,
26
38
"target" : " goreleaser" ,
27
39
"platforms" : " linux/amd64" ,
28
40
"nap_modules" : " dos"
29
41
},
42
+ {
43
+ "image" : " ubi-9-plus-nap" ,
44
+ "target" : " goreleaser" ,
45
+ "platforms" : " linux/amd64" ,
46
+ "nap_modules" : " waf,dos"
47
+ },
30
48
{
31
49
"image" : " alpine-plus-nap-fips" ,
32
50
"target" : " goreleaser" ,
Original file line number Diff line number Diff line change 2
2
"images" : [
3
3
{
4
4
"label" : " AP_WAF 1/4" ,
5
- "image" : " debian -plus-nap" ,
5
+ "image" : " ubi-8 -plus-nap" ,
6
6
"type" : " plus" ,
7
7
"nap_modules" : " waf" ,
8
8
"marker" : " appprotect_waf_policies_allow" ,
9
9
"platforms" : " linux/amd64"
10
10
},
11
11
{
12
12
"label" : " AP_WAF 2/4" ,
13
- "image" : " debian -plus-nap" ,
13
+ "image" : " ubi-9 -plus-nap" ,
14
14
"type" : " plus" ,
15
15
"nap_modules" : " waf" ,
16
16
"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