AWS prescriptive-guidance documentation change
Summary
Updated author affiliation and fixed quote formatting in code samples
Security assessment
Changes are purely cosmetic (quote formatting) and do not relate to security features or vulnerabilities. The content focuses on image deduplication rather than security controls.
Diff
diff --git a/prescriptive-guidance/latest/patterns/identify-duplicate-container-images-automatically-when-migrating-to-ecr-repository.md b/prescriptive-guidance/latest/patterns/identify-duplicate-container-images-automatically-when-migrating-to-ecr-repository.md index d0f0b7c4c..6f87eec0d 100644 --- a//prescriptive-guidance/latest/patterns/identify-duplicate-container-images-automatically-when-migrating-to-ecr-repository.md +++ b//prescriptive-guidance/latest/patterns/identify-duplicate-container-images-automatically-when-migrating-to-ecr-repository.md @@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsBest practicesEpicsTroubles - _Created by Rishabh Yadav (AWS) and Rishi Singla (AWS)_ + _Rishabh Yadav and Rishi Singla, Amazon Web Services_ @@ -173 +173 @@ The digest for this image matches the digest of the image that you pushed to the - curl -k -H “Authorization: Bearer $TOKEN” https://public.ecr.aws/v2/amazonlinux/amazonlinux/manifests/sha256:f972d24199508c52de7ad37a298bda35d8a1bd7df158149b381c03f6c6e363b55 + curl -k -H "Authorization: Bearer $TOKEN" https://public.ecr.aws/v2/amazonlinux/amazonlinux/manifests/sha256:f972d24199508c52de7ad37a298bda35d8a1bd7df158149b381c03f6c6e363b55 @@ -175,3 +175,3 @@ The digest for this image matches the digest of the image that you pushed to the - “schemaVersion”: 2, - “mediaType”: “application/vnd.docker.distribution.manifest.list.v2+json”, - “manifests”: [ + "schemaVersion": 2, + "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json", + "manifests": [ @@ -179,6 +179,6 @@ The digest for this image matches the digest of the image that you pushed to the - “mediaType”: “application/vnd.docker.distribution.manifest.v2+json”, - “size”: 529, - “digest”: “sha256:52db9000073d93b9bdee6a7246a68c35a741aaade05a8f4febba0bf795cdac02", - “platform”: { - “architecture”: “amd64”, - “os”: “linux” + "mediaType": "application/vnd.docker.distribution.manifest.v2+json", + "size": 529, + "digest": "sha256:52db9000073d93b9bdee6a7246a68c35a741aaade05a8f4febba0bf795cdac02", + "platform": { + "architecture": "amd64", + "os": "linux" @@ -296 +296 @@ Populate the CodeCommit repository.| To populate the CodeCommit repository, perf - git commit -m “added input files” + git commit -m "added input files"