mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
TestRunCidFileCleanupIfEmpty fails on windows/mac because the test runs the command `docker run scratch` and it gives the following error: Unable to find image 'scratch:latest' locally Pulling repository scratch 511136ea3c5a: Download complete FATA[0004] 'scratch' is a reserved name I am not entirely sure if this is a test issue or not but I had a quick workaround by creating another image using `FROM scratch` and using that. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> Upstream-commit: 3a70f9d422e2d47dad0d8d5825832dd7f85f049a Component: engine