-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathlanding.json
More file actions
61 lines (61 loc) · 2.52 KB
/
landing.json
File metadata and controls
61 lines (61 loc) · 2.52 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"version": 2,
"title": "IBM Cloud Container Registry",
"introduction": "Find out about how you can use Container Registry to provide a multi-tenant private image registry that you can use to store and share your container images with users in your IBM Cloud account.",
"product_page": "https://www.ibm.com/products/container-registry",
"console_page": "/containers/registry/overview",
"section_topics": {
"links": [
{
"title": "Getting started with Container Registry",
"href": "/docs/Registry?topic=Registry-getting-started"
},
{
"title": "About Container Registry",
"href": "/docs/Registry?topic=Registry-registry_overview"
},
{
"title": "Managing IAM access for Container Registry",
"href": "/docs/Registry?topic=Registry-iam&interface=ui"
},
{
"title": "Logging for Container Registry",
"href": "/docs/Registry?topic=Registry-registry_logs"
},
{
"title": "Activity tracking events for Container Registry",
"href": "/docs/Registry?topic=Registry-at_events"
},
{
"title": "Your responsibilities when you are using Container Registry",
"href": "/docs/Registry?topic=Registry-registry_responsibilities"
},
{
"title": "Frequently asked questions about Container Registry",
"href": "/docs/Registry?topic=Registry-registry_faq"
}
]
},
"section_highlights": [
{
"title": "Migrating container images between different namespaces in the same IBM Cloud Container Registry region",
"description": "A common question that is asked is about how to migrate images between namespaces in IBM Cloud Container Registry more easily.",
"href": "https://community.ibm.com/community/user/blogs/jack-baines/2024/03/20/migrating-container-images-between-different-names",
"type": "blog"
},
{
"title": "Granting access to Container Registry resources",
"description": "Grant access to your resources by configuring Identity and Access Management (IAM) for Container Registry.",
"href": "https://cloud.ibm.com/docs/Registry?topic=Registry-iam_access",
"type": "training"
}
],
"section_devtools": {
"api": "/apidocs/container-registry",
"cli": "/docs/Registry?topic=Registry-containerregcli",
"terraform": "https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/cr_namespace"
},
"section_updates": {
"view_more": "/docs/Registry?topic=Registry-registry_release_notes"
}
}