Publish Docker Content Trust public key

master
Nicolas Favre-Felix 4 years ago
parent 09f0ccc355
commit 8f33c4b298
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

@ -44,6 +44,7 @@ Webdis images are published on [Docker Hub](https://hub.docker.com/r/nicolas/web
$ docker pull nicolas/webdis:0.1.12
$ docker pull nicolas/webdis:latest
```
Starting from release `0.1.12`, Docker Hub images are signed ([download public key](nicolasff.pub)).
**Amazon Elastic Container Registry (ECR)**
@ -51,6 +52,7 @@ $ docker pull nicolas/webdis:latest
$ docker pull public.ecr.aws/s0s0y5j7/webdis:0.1.12
$ docker pull public.ecr.aws/s0s0y5j7/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.
# Build and run a Docker image locally

@ -0,0 +1,6 @@
-----BEGIN PUBLIC KEY-----
role: nicolasff
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEUI/LpQETC4jOXvURenSFUUDtdCsB
o76W6tp1jL+8XBaB18Q++1OtCi/ulbNpduH64QPlpDAWN6Ao5Mw9M2nC9w==
-----END PUBLIC KEY-----
Loading…
Cancel
Save