II.
StackPart JSON
Structured · livestack-part:container-registry
Container Registry json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:container-registry",
"_kind": "StackPart",
"_file": "domain/stack-parts/stack-parts-compute.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Container Registry",
"category": "infrastructure",
"description": "Storage and distribution of OCI/Docker container images (ECR,\nGCR/Artifact Registry, ACR).\n"
},
"outgoingEdges": [
{
"from": "stack-part:container-registry",
"to": "platform-service:aws-ecr",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:container-registry",
"to": "platform-service:gcp-artifact-registry",
"kind": "implemented_by",
"attributes": {}
},
{
"from": "stack-part:container-registry",
"to": "platform-service:azure-container-registry",
"kind": "implemented_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "platform-service:aws-ecr",
"to": "stack-part:container-registry",
"kind": "implements_stack_part"
},
{
"from": "platform-service:aws-ecr",
"to": "stack-part:container-registry",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:azure-container-registry",
"to": "stack-part:container-registry",
"kind": "implements_stack_part"
},
{
"from": "platform-service:azure-container-registry",
"to": "stack-part:container-registry",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "platform-service:gcp-artifact-registry",
"to": "stack-part:container-registry",
"kind": "implements_stack_part"
},
{
"from": "platform-service:gcp-artifact-registry",
"to": "stack-part:container-registry",
"kind": "implements_stack_part",
"attributes": {}
},
{
"from": "stack-profile:krate-platform",
"to": "stack-part:container-registry",
"kind": "composed_of"
}
]
}