mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
The TestLookupImage test seems to use a layer that contains /etc/postgres/postgres.conf, but not e.g. /etc/postgres. To handle this we ensure that the parent directory always exists, and if not we create it. Upstream-commit: 78c22c24b353d77fdab3e1616d9986a8ae95a7c2 Component: engine