diff --git a/README.md b/README.md index 0f01a18..7f197fb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/nicolasff.pub b/nicolasff.pub new file mode 100644 index 0000000..ff68c30 --- /dev/null +++ b/nicolasff.pub @@ -0,0 +1,6 @@ +-----BEGIN PUBLIC KEY----- +role: nicolasff + +MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEUI/LpQETC4jOXvURenSFUUDtdCsB +o76W6tp1jL+8XBaB18Q++1OtCi/ulbNpduH64QPlpDAWN6Ao5Mw9M2nC9w== +-----END PUBLIC KEY-----