mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
If there is no image locally `docker-compose --resolve-image-digests` will try and get the digest from the repository. Fixes https://github.com/docker/compose/issues/5818 Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>