From 6163d3e342d93da07a820a9fb965b37895df3560 Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Mon, 12 Jul 2021 15:42:47 -0700 Subject: [PATCH] Update docker images referenced in the README to the latest version --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 14345bb..b30e5ae 100644 --- a/README.md +++ b/README.md @@ -45,25 +45,25 @@ Webdis images are published on [Docker Hub](https://hub.docker.com/r/nicolas/web **Docker Hub** ```sh -$ docker pull nicolas/webdis:0.1.15 +$ docker pull nicolas/webdis:0.1.16 $ docker pull nicolas/webdis:latest ``` Starting from release `0.1.12` and including `latest`, Docker Hub images are signed ([download public key](nicolasff.pub)). You should see the following key ID if you verify the trust: ``` -$ docker trust inspect nicolas/webdis:0.1.15 --pretty +$ docker trust inspect nicolas/webdis:0.1.16 --pretty -Signatures for nicolas/webdis:0.1.15 +Signatures for nicolas/webdis:0.1.16 SIGNED TAG DIGEST SIGNERS -0.1.15 4bd13d0c5eea019fb063617adcba3d5fb30b735585786083a67a27cc4493eaa5 nicolasff +0.1.16 4d8663cf247fecb685b2788d78fb7b69f6dca7d649f8ec746bc0d39c42ed9db0 nicolasff -List of signers and their keys for nicolas/webdis:0.1.15 +List of signers and their keys for nicolas/webdis:0.1.16 SIGNER KEYS nicolasff dd0768b9d35d -Administrative keys for nicolas/webdis:0.1.15 +Administrative keys for nicolas/webdis:0.1.16 Repository Key: fed0b56b8a8fd4d156fb2f47c2e8bd3eb61948b72a787c18e2fa3ea3233bba1a Root Key: 40be21f47831d593892370a8e3fc5bfffb16887c707bd81a6aed2088dc8f4bef @@ -73,7 +73,7 @@ Administrative keys for nicolas/webdis:0.1.15 **Amazon Elastic Container Registry (ECR)** ```sh -$ docker pull public.ecr.aws/nicolas/webdis:0.1.15 +$ docker pull public.ecr.aws/nicolas/webdis:0.1.16 $ 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.