From 3c7431a93da73aca6d201a28cf52ba8829ef9ae5 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Sat, 3 Apr 2021 20:18:58 -0700 Subject: [PATCH] Update ECR links after getting approved for a named account --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fdc260c..c058b23 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ $ docker stop webdis-test ## Docker repositories and Docker Content Trust -Webdis images are published on [Docker Hub](https://hub.docker.com/r/nicolas/webdis) and [Amazon ECR](https://gallery.ecr.aws/s0s0y5j7/webdis). +Webdis images are published on [Docker Hub](https://hub.docker.com/r/nicolas/webdis) and [Amazon ECR](https://gallery.ecr.aws/nicolas/webdis). **Docker Hub** @@ -73,8 +73,8 @@ Administrative keys for nicolas/webdis:0.1.14 **Amazon Elastic Container Registry (ECR)** ```sh -$ docker pull public.ecr.aws/s0s0y5j7/webdis:0.1.14 -$ docker pull public.ecr.aws/s0s0y5j7/webdis:latest +$ docker pull public.ecr.aws/nicolas/webdis:0.1.14 +$ docker pull public.ecr.aws/nicolas/webdis:latest ``` ECR images are not signed at this time, but they use the exact same hash as the Docker Hub images which _are_ signed.