|
| 1 | +{ |
| 2 | + "images": [ |
| 3 | + { |
| 4 | + "label": "ingresses 1/2", |
| 5 | + "image": "debian", |
| 6 | + "type": "oss", |
| 7 | + "marker": "'ingresses and not annotations and not basic_auth and not hsts and not watch_namespace and not wildcard_tls'", |
| 8 | + "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 9 | + }, |
| 10 | + { |
| 11 | + "label": "ingresses 2/2", |
| 12 | + "image": "debian", |
| 13 | + "type": "oss", |
| 14 | + "marker": "'annotations or basic_auth or hsts or watch_namespace or wildcard_tls'", |
| 15 | + "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 16 | + }, |
| 17 | + { |
| 18 | + "label": "VSR 1/3", |
| 19 | + "image": "alpine", |
| 20 | + "type": "oss", |
| 21 | + "marker": "'vsr and not vsr_upstream and not vsr_grpc and not vsr_status and not vsr_canary and not vsr_routing and not vsr_api and not vsr_redirects and not vsr_rewrite and not vsr_canned and not vsr_basic'", |
| 22 | + "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 23 | + }, |
| 24 | + { |
| 25 | + "label": "VSR 2/3", |
| 26 | + "image": "alpine", |
| 27 | + "type": "oss", |
| 28 | + "marker": "'vsr_basic or vsr_canned or vsr_rewrite or vsr_redirects or vsr_upstream'", |
| 29 | + "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 30 | + }, |
| 31 | + { |
| 32 | + "label": "VSR 3/3", |
| 33 | + "image": "alpine", |
| 34 | + "type": "oss", |
| 35 | + "marker": "'vsr_api or vsr_routing or vsr_canary or vsr_status or vsr_grpc'", |
| 36 | + "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 37 | + }, |
| 38 | + { |
| 39 | + "label": "policies 1/2", |
| 40 | + "image": "alpine", |
| 41 | + "type": "oss", |
| 42 | + "marker": "'policies and not policies_rl and not policies_ac and not policies_jwt and not policies_mtls'", |
| 43 | + "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 44 | + }, |
| 45 | + { |
| 46 | + "label": "policies 2/2", |
| 47 | + "image": "alpine", |
| 48 | + "type": "oss", |
| 49 | + "marker": "'policies_rl or policies_ac or policies_jwt or policies_mtls'", |
| 50 | + "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 51 | + }, |
| 52 | + { |
| 53 | + "label": "VS 1/3", |
| 54 | + "image": "debian", |
| 55 | + "type": "oss", |
| 56 | + "marker": "'vs and not vs_ipv6 and not vs_rewrite and not vs_responses and not vs_grpc and not vs_redirects and not vs_externalname and not vs_externaldns and not vs_certmanager'", |
| 57 | + "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 58 | + }, |
| 59 | + { |
| 60 | + "label": "VS 2/3", |
| 61 | + "image": "debian", |
| 62 | + "type": "oss", |
| 63 | + "marker": "'vs_grpc or vs_redirects or vs_externalname or vs_externaldns'", |
| 64 | + "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 65 | + }, |
| 66 | + { |
| 67 | + "label": "VS 3/3", |
| 68 | + "image": "debian", |
| 69 | + "type": "oss", |
| 70 | + "marker": "'vs_responses or vs_ipv6 or vs_rewrite or vs_certmanager'", |
| 71 | + "platforms": "linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 72 | + }, |
| 73 | + { |
| 74 | + "label": "TS", |
| 75 | + "image": "ubi", |
| 76 | + "type": "oss", |
| 77 | + "marker": "ts", |
| 78 | + "platforms": "linux/arm64, linux/amd64, linux/ppc64le, linux/s390x" |
| 79 | + } |
| 80 | + ], |
| 81 | + "k8s": [] |
| 82 | +} |
0 commit comments