Skip to content

Commit 151518f

Browse files
committed
add fips image to pipeline
Signed-off-by: Haywood Shannon <[email protected]> Signed-off-by: Haywood Shannon <[email protected]>
1 parent 893afbc commit 151518f

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

.github/config/config-plus-nginx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export TARGET_REGISTRY=docker-mgmt.nginx.com
22
export 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")
66
declare -a NAP_DOS_TAG_POSTFIX_LIST=("" "-ubi")
77
declare -a NAP_WAF_DOS_TAG_POSTFIX_LIST=("" "-ubi")
88
export PUBLISH_OSS=false

.github/data/matrix-smoke-nap.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
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",

0 commit comments

Comments
 (0)