Skip to content

Commit dfbd746

Browse files
author
AWS
committed
Amazon EC2 Container Registry Update: This release adds pull through cache rules support for GitLab container registry in Amazon ECR.
1 parent 2731493 commit dfbd746

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon EC2 Container Registry",
4+
"contributor": "",
5+
"description": "This release adds pull through cache rules support for GitLab container registry in Amazon ECR."
6+
}

services/ecr/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"api.ecr",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"Amazon ECR",
910
"serviceFullName":"Amazon EC2 Container Registry",
1011
"serviceId":"ECR",
@@ -1032,7 +1033,7 @@
10321033
},
10331034
"upstreamRegistryUrl":{
10341035
"shape":"Url",
1035-
"documentation":"<p>The registry URL of the upstream public registry to use as the source for the pull through cache rule. The following is the syntax to use for each supported upstream registry.</p> <ul> <li> <p>Amazon ECR Public (<code>ecr-public</code>) - <code>public.ecr.aws</code> </p> </li> <li> <p>Docker Hub (<code>docker-hub</code>) - <code>registry-1.docker.io</code> </p> </li> <li> <p>Quay (<code>quay</code>) - <code>quay.io</code> </p> </li> <li> <p>Kubernetes (<code>k8s</code>) - <code>registry.k8s.io</code> </p> </li> <li> <p>GitHub Container Registry (<code>github-container-registry</code>) - <code>ghcr.io</code> </p> </li> <li> <p>Microsoft Azure Container Registry (<code>azure-container-registry</code>) - <code>&lt;custom&gt;.azurecr.io</code> </p> </li> </ul>"
1036+
"documentation":"<p>The registry URL of the upstream public registry to use as the source for the pull through cache rule. The following is the syntax to use for each supported upstream registry.</p> <ul> <li> <p>Amazon ECR Public (<code>ecr-public</code>) - <code>public.ecr.aws</code> </p> </li> <li> <p>Docker Hub (<code>docker-hub</code>) - <code>registry-1.docker.io</code> </p> </li> <li> <p>Quay (<code>quay</code>) - <code>quay.io</code> </p> </li> <li> <p>Kubernetes (<code>k8s</code>) - <code>registry.k8s.io</code> </p> </li> <li> <p>GitHub Container Registry (<code>github-container-registry</code>) - <code>ghcr.io</code> </p> </li> <li> <p>Microsoft Azure Container Registry (<code>azure-container-registry</code>) - <code>&lt;custom&gt;.azurecr.io</code> </p> </li> <li> <p>GitLab Container Registry (<code>gitlab-container-registry</code>) - <code>registry.gitlab.com</code> </p> </li> </ul>"
10361037
},
10371038
"registryId":{
10381039
"shape":"RegistryId",
@@ -3924,7 +3925,8 @@
39243925
"k8s",
39253926
"docker-hub",
39263927
"github-container-registry",
3927-
"azure-container-registry"
3928+
"azure-container-registry",
3929+
"gitlab-container-registry"
39283930
]
39293931
},
39303932
"Url":{"type":"string"},

0 commit comments

Comments
 (0)