forked from SumoLogic/sumologic-openshift-images
-
Notifications
You must be signed in to change notification settings - Fork 0
/
new_project.json
33 lines (33 loc) · 861 Bytes
/
new_project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"contacts": [
{
"email_address": "opensource-collection-team@sumologic.com",
"type": "Technical contact"
}
],
"container": {
"application_categories": [
"Logging & Metrics",
"Monitoring"
],
"auto_publish": true,
"build_categories": "Standalone image",
"distribution_method": "rhcc",
"hosted_registry": true,
"os_content_type": "Red Hat Universal Base Image (UBI)",
"release_category": "Generally Available",
"repository_description": "${IMAGE_DESCRIPTION}",
"repository_name": "${NAME}",
"short_description": "${IMAGE_SUMMARY}",
"support_platforms": [
"OpenShift Container Platform"
],
"type": "container"
},
"name": "${APPLICATION_NAME}",
"product_listings": [
"6075d88c2b962feb86bea730"
],
"project_status": "active",
"type": "Containers"
}