We don't really do image signing anymore. (#380)
Remove security tags from docs.
This commit is contained in:
23
README.md
23
README.md
@@ -12,7 +12,6 @@ Table of Contents
|
|||||||
* [GNU Mailman 3 Deployment with Docker](#gnu-mailman-3-deployment-with-docker)
|
* [GNU Mailman 3 Deployment with Docker](#gnu-mailman-3-deployment-with-docker)
|
||||||
* [Release](#release)
|
* [Release](#release)
|
||||||
* [Rolling Releases](#rolling-releases)
|
* [Rolling Releases](#rolling-releases)
|
||||||
* [Security](#security)
|
|
||||||
* [Dependencies](#dependencies)
|
* [Dependencies](#dependencies)
|
||||||
* [Configuration](#configuration)
|
* [Configuration](#configuration)
|
||||||
* [Mailman-web](#mailman-web)
|
* [Mailman-web](#mailman-web)
|
||||||
@@ -116,28 +115,6 @@ $ docker inspect --format '{{json .Config.Labels }}' mailman-web | python -m jso
|
|||||||
- `version.postorius`: The commit hash of Postorius.
|
- `version.postorius`: The commit hash of Postorius.
|
||||||
- `version.dj-mm3`: The commit hash of Django-Mailman3 project.
|
- `version.dj-mm3`: The commit hash of Django-Mailman3 project.
|
||||||
|
|
||||||
Security
|
|
||||||
--------
|
|
||||||
|
|
||||||
All the releases are signed and can be verified using [Docker Content
|
|
||||||
Trust][14]. To make sure that your docker client actually verifies these
|
|
||||||
signatures, you can enable Docker's content trust by setting an environment
|
|
||||||
variable `DOCKER_CONTENT_TRUST`. In bash/zsh you can try this:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ export DOCKER_CONTENT_TRUST=1
|
|
||||||
```
|
|
||||||
|
|
||||||
Or, alternatively, you can do this on a per-command basis without setting the
|
|
||||||
environment variable above. For example, when pulling an image:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ docker pull --disable-content-trust=false maxking/mailman-core:release
|
|
||||||
```
|
|
||||||
|
|
||||||
The above command will fail if the release tag doesn't exist or is not signed.
|
|
||||||
|
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
============
|
============
|
||||||
- Docker
|
- Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user