AWS AmazonECR documentation change
Summary
Corrected repository prefix example for GitHub Container Registry pull-through cache rule
Security assessment
The change fixes an example but does not address security
Diff
diff --git a/AmazonECR/latest/userguide/pull-through-cache-creating-rule.md index def9926a5..a5b152bcf 100644 --- a/AmazonECR/latest/userguide/pull-through-cache-creating-rule.md +++ b/AmazonECR/latest/userguide/pull-through-cache-creating-rule.md @@ -244 +244 @@ The following example creates a pull through cache rule for the Docker Hub regis -The following example creates a pull through cache rule for the GitHub Container Registry. It specifies a repository prefix of `docker-hub`, which results in each repository created using the pull through cache rule to have the naming scheme of `github/`upstream-repository-name``. You must specify the full Amazon Resource Name (ARN) of the secret containing your GitHub Container Registry credentials. +The following example creates a pull through cache rule for the GitHub Container Registry. It specifies a repository prefix of `github`, which results in each repository created using the pull through cache rule to have the naming scheme of `github/`upstream-repository-name``. You must specify the full Amazon Resource Name (ARN) of the secret containing your GitHub Container Registry credentials.