Open kevinh-jumbo opened 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
Would be nice to have that!
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 regulardocker pull
does?