docker / compose

Define and run multi-container applications with Docker
https://docs.docker.com/compose/
Apache License 2.0
34.12k stars 5.25k forks source link

Docker compose pull to respect DOCKER_CONTENT_TRUST #11948

Open kevinh-jumbo opened 4 months ago

kevinh-jumbo commented 4 months ago

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 like a regular docker pull does?

ndeloof commented 4 months ago

This indeed is feasible within compose v2, still need to copy/paste whole https://github.com/docker/cli/blob/master/cli/command/image/trust.go until some refactoring occurs to make this code reusable from compose codebase

Chekov2k commented 2 weeks ago

Would be nice to have that!