Skip to content

Commit a27c601

Browse files
author
AWS
committed
Amazon Bedrock AgentCore Control Update: Supporting hosting of public ECR Container Images in AgentCore Runtime
1 parent 7849f17 commit a27c601

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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 Bedrock AgentCore Control",
4+
"contributor": "",
5+
"description": "Supporting hosting of public ECR Container Images in AgentCore Runtime"
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9420,7 +9420,7 @@
94209420
"type":"string",
94219421
"max":1024,
94229422
"min":1,
9423-
"pattern":"([0-9]{12})\\.dkr\\.ecr\\.([a-z0-9-]+)\\.amazonaws\\.com/((?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*)(?::([^:@]{1,300}))?(?:@(.+))?"
9423+
"pattern":"(([0-9]{12})\\.dkr\\.ecr\\.([a-z0-9-]+)\\.amazonaws\\.com(\\.cn)?|public\\.ecr\\.aws)/((?:[a-z0-9]+(?:[._-][a-z0-9]+)*/)*[a-z0-9]+(?:[._-][a-z0-9]+)*)(?::([^:@]{1,300}))?(?:@(.+))?"
94249424
},
94259425
"RuntimeMetadataConfiguration":{
94269426
"type":"structure",

0 commit comments

Comments
 (0)