compose icon indicating copy to clipboard operation
compose copied to clipboard

Docker compose pull to respect DOCKER_CONTENT_TRUST

Open kevinh-jumbo opened this issue 1 year ago • 2 comments

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?

kevinh-jumbo avatar Jul 01 '24 04:07 kevinh-jumbo

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

ndeloof avatar Jul 02 '24 07:07 ndeloof

Would be nice to have that!

Chekov2k avatar Nov 08 '24 11:11 Chekov2k