Skip to content

Commit

Permalink
Amazon EC2 Container Registry Update: This feature adds support for p…
Browse files Browse the repository at this point in the history
…ushing and pulling Open Container Initiative (OCI) artifacts.
  • Loading branch information
AWS committed Aug 17, 2020
1 parent f73e836 commit 9e0e685
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Amazon EC2 Container Registry",
"description": "This feature adds support for pushing and pulling Open Container Initiative (OCI) artifacts."
}
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@
},
"imageManifestMediaType":{
"shape":"MediaType",
"documentation":"<p>The media type associated with the image manifest.</p>"
"documentation":"<p>The manifest media type of the image.</p>"
}
},
"documentation":"<p>An object representing an Amazon ECR image.</p>"
Expand Down Expand Up @@ -1305,6 +1305,14 @@
"imageScanFindingsSummary":{
"shape":"ImageScanFindingsSummary",
"documentation":"<p>A summary of the last completed image scan.</p>"
},
"imageManifestMediaType":{
"shape":"MediaType",
"documentation":"<p>The media type of the image manifest.</p>"
},
"artifactMediaType":{
"shape":"MediaType",
"documentation":"<p>The artifact media type of the image.</p>"
}
},
"documentation":"<p>An object that describes an image returned by a <a>DescribeImages</a> operation.</p>"
Expand Down

0 comments on commit 9e0e685

Please sign in to comment.