Update outdated docker image versions in README

master
Nicolas Favre-Felix 3 years ago
parent 66ef564b13
commit d254a72ae4
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

@ -45,7 +45,7 @@ Webdis images are published on [Docker Hub](https://hub.docker.com/r/nicolas/web
**Docker Hub** **Docker Hub**
```sh ```sh
$ docker pull nicolas/webdis:0.1.14 $ docker pull nicolas/webdis:0.1.15
$ docker pull nicolas/webdis:latest $ 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: 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:
@ -73,7 +73,7 @@ Administrative keys for nicolas/webdis:0.1.15
**Amazon Elastic Container Registry (ECR)** **Amazon Elastic Container Registry (ECR)**
```sh ```sh
$ docker pull public.ecr.aws/nicolas/webdis:0.1.14 $ docker pull public.ecr.aws/nicolas/webdis:0.1.15
$ docker pull public.ecr.aws/nicolas/webdis:latest $ 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. ECR images are not signed at this time, but they use the exact same hash as the Docker Hub images which _are_ signed.

Loading…
Cancel
Save