You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
container-diff creates valid directories on disk for cache/file storage.
Actual behavior
container-diff attempts to create folders with names containing colons. This is invalid on Windows.
Information
container-diff version: v0.14.0
Operating system: Windows 10 1809
Steps to reproduce the behavior
container-diff diff remote://mcr.microsoft.com/windows/servercore:1709_KB4074588 remote://mcr.microsoft.com/windows/servercore:1803 -n
2019/01/08 18:23:26 Unable to read "C:\\Users\\Rafael\\.docker\\config.json": open C:\Users\Rafael\.docker\config.json: The system cannot find the path specified.
2019/01/08 18:23:26 Unable to read "C:\\Users\\Rafael\\.docker\\config.json": open C:\Users\Rafael\.docker\config.json: The system cannot find the path specified.
ERRO[0000] error retrieving image remote://mcr.microsoft.com/windows/servercore:1803: mkdir C:\Users\Rafael\AppData\Local\Temp\mcr.microsoft.comwindowsservercore@sha256:260689daae3d9fb5bfca2881cab21e7ca07ae83849bb0511220b83ec6fe99bd5189428579: The directory name is invalid.
error retrieving image remote://mcr.microsoft.com/windows/servercore:1709_KB4074588: mkdir C:\Users\Rafael\AppData\Local\Temp\mcr.microsoft.comwindowsservercore@sha256:095aa5068b82490433e4a943c4221360294a81223ff487f012434a92d2322f90098830182: The directory name is invalid.
The text was updated successfully, but these errors were encountered:
Expected behavior
container-diff creates valid directories on disk for cache/file storage.
Actual behavior
container-diff attempts to create folders with names containing colons. This is invalid on Windows.
Information
v0.14.0
Windows 10 1809
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: