Update image versions in README after release

0.1.20 -> 0.1.21
master
Nicolas Favre-Felix 2 years ago
parent 96282e1e0b
commit f4efbfd334
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

@ -47,25 +47,25 @@ 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.20 $ docker pull nicolas/webdis:0.1.21
$ 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:
``` ```
$ docker trust inspect nicolas/webdis:0.1.20 --pretty $ docker trust inspect nicolas/webdis:0.1.21 --pretty
Signatures for nicolas/webdis:0.1.20 Signatures for nicolas/webdis:0.1.21
SIGNED TAG DIGEST SIGNERS SIGNED TAG DIGEST SIGNERS
0.1.20 e61e962a55efab0a44a4b0de7017fdc614edadb19482f20f9e32b27f15878707 (Repo Admin) 0.1.21 bea53be391b11fd8a33d55c5e3d49eb11c4c2f89e9e82ca70b3a91bc9c9aa208 (Repo Admin)
List of signers and their keys for nicolas/webdis:0.1.20 List of signers and their keys for nicolas/webdis:0.1.21
SIGNER KEYS SIGNER KEYS
nicolasff dd0768b9d35d nicolasff dd0768b9d35d
Administrative keys for nicolas/webdis:0.1.20 Administrative keys for nicolas/webdis:0.1.21
Repository Key: fed0b56b8a8fd4d156fb2f47c2e8bd3eb61948b72a787c18e2fa3ea3233bba1a Repository Key: fed0b56b8a8fd4d156fb2f47c2e8bd3eb61948b72a787c18e2fa3ea3233bba1a
Root Key: 40be21f47831d593892370a8e3fc5bfffb16887c707bd81a6aed2088dc8f4bef Root Key: 40be21f47831d593892370a8e3fc5bfffb16887c707bd81a6aed2088dc8f4bef
@ -77,7 +77,7 @@ The signing keys are listed on [this documentation page](docs/webdis-docker-cont
### Amazon Elastic Container Registry (ECR) ### Amazon Elastic Container Registry (ECR)
```sh ```sh
$ docker pull public.ecr.aws/nicolas/webdis:0.1.20 $ docker pull public.ecr.aws/nicolas/webdis:0.1.21
$ docker pull public.ecr.aws/nicolas/webdis:latest $ docker pull public.ecr.aws/nicolas/webdis:latest
``` ```

Loading…
Cancel
Save