-
### Description
Sort of a resurrection of https://github.com/docker/compose/issues/4787 but now that we're in v2 are there any plans to implement docker content trust for `docker compose pull` just…
-
### Description
Enable DOCKER_CONTENT_TRUST support
### Info
* d-m-p version : 0.24.0
```
Apache Maven 3.5.2
```
* Docker version : 17.11.0-ce
* If it's a feature request, what is you…
-
-
I'm trying following scenario.
On my laptop I have created a delegation key.
On a server I have created the target and authorized my delegation key
Now when signing my Docker image via docker tru…
-
**Is your feature request related to a problem? Please describe**.
Docker Content Trust / Validating signed docker images seems either not supported or not documented for Azure Container Apps.
…
-
Since the whole project is handling rather sensitive data it would be nice if the final release images of all the components could be signed using [docker content trust](https://docs.docker.com/engine…
-
We should look into [keysigning](https://en.wikipedia.org/wiki/Keysigning) our published Docker images using Docker's built in [content trust](https://docs.docker.com/engine/security/trust/) tools.
…
-
**Description**
The current version of notary currently support two types of trust pinnings: 1) certificate pinning that pins to a specific certificate and 2) CA pinning that uses a provided cert…
-
Dependent on https://github.com/docker/cli/pull/138
We should consider Docker Content Trust implications for [`docker manifest`](https://github.com/docker/cli/pull/138) -- in particular:
`DOCKER…
-
**Description**
It seems docker build is ignoring DOCKER_CONTENT_TRUST when building an image that references one that's not signed.
**Steps to reproduce the issue:**
1. Set environment…