|
1 | | -{ |
2 | | - "image": [ |
3 | | - "debian-plus-nap" |
4 | | - ], |
5 | | - "platforms": [ |
6 | | - "linux/amd64" |
7 | | - ], |
8 | | - "target": [ |
9 | | - "goreleaser", |
10 | | - "aws" |
11 | | - ], |
12 | | - "nap_modules": [ |
13 | | - "dos", |
14 | | - "waf", |
15 | | - "waf,dos" |
16 | | - ], |
17 | | - "include": [ |
18 | | - { |
19 | | - "image": "ubi-8-plus-nap", |
20 | | - "target": "goreleaser", |
21 | | - "platforms": "linux/amd64", |
22 | | - "nap_modules": "waf" |
23 | | - }, |
24 | | - { |
25 | | - "image": "ubi-8-plus-nap-v5", |
26 | | - "target": "goreleaser", |
27 | | - "platforms": "linux/amd64", |
28 | | - "nap_modules": "waf" |
29 | | - }, |
30 | | - { |
31 | | - "image": "ubi-9-plus-nap", |
32 | | - "target": "goreleaser", |
33 | | - "platforms": "linux/amd64", |
34 | | - "nap_modules": "waf" |
35 | | - }, |
36 | | - { |
37 | | - "image": "ubi-9-plus-nap", |
38 | | - "target": "goreleaser", |
39 | | - "platforms": "linux/amd64", |
40 | | - "nap_modules": "dos" |
41 | | - }, |
42 | | - { |
43 | | - "image": "ubi-9-plus-nap", |
44 | | - "target": "goreleaser", |
45 | | - "platforms": "linux/amd64", |
46 | | - "nap_modules": "waf,dos" |
47 | | - }, |
48 | | - { |
49 | | - "image": "alpine-plus-nap-fips", |
50 | | - "target": "goreleaser", |
51 | | - "platforms": "linux/amd64", |
52 | | - "nap_modules": "waf" |
53 | | - }, |
54 | | - { |
55 | | - "image": "alpine-plus-nap-v5-fips", |
56 | | - "target": "goreleaser", |
57 | | - "platforms": "linux/amd64", |
58 | | - "nap_modules": "waf" |
59 | | - }, |
60 | | - { |
61 | | - "image": "debian-plus-nap-v5", |
62 | | - "target": "goreleaser", |
63 | | - "platforms": "linux/amd64", |
64 | | - "nap_modules": "waf" |
65 | | - }, |
66 | | - { |
67 | | - "image": "ubi-9-plus-nap-v5", |
68 | | - "target": "goreleaser", |
69 | | - "platforms": "linux/amd64", |
70 | | - "nap_modules": "waf" |
71 | | - } |
72 | | - ] |
73 | | -} |
| 1 | +{} |
0 commit comments