dive icon indicating copy to clipboard operation
dive copied to clipboard

Microsoft images give errors

Open sicklittlemonkey opened this issue 4 years ago • 4 comments

Dive looks very cool, and today I tried it on a couple of Microsoft images, but got lots of errors. Eg:

[1mImage Source: [0mdocker://mcr.microsoft.com/dotnet/framework/aspnet [1mFetching image...[0m (this can take a while for large images) [1mAnalyzing image...[0m [1mBuilding cache...[0m path error at layer index Index(0-1:2): unable to remove '/Files/Windows/System32/LogFiles/Scm/scm.evm': path does not exist: /Files/Windows/System32/LogFiles/Scm/scm.evm path error at layer index Index(0-1:2): unable to remove '/Files/Windows/System32/catroot2/edbtmp.log': path does not exist: /Files/Windows/System32/catroot2/edbtmp.log

There are 4900 lines of errors. Is this a known problem?

sicklittlemonkey avatar Jun 19 '20 09:06 sicklittlemonkey

Yes. I'm currently encountering the same issue. They're all "path error at layer index Index(0-14:15) unable to add..." and "path does not exist", which would be incorrect, since I'm certain that the paths reported do exist.

I've tried on several working images, which are fully functional, and the error is the same.

thirdxchild avatar Sep 07 '20 23:09 thirdxchild

I am getting these errors to for images we build using Kaniko. Maybe that's related?

Building cache...
  path error at layer index Index(0-34:35): unable to remove '/var/lib/apt/lists/.wh.auxfiles': path does not exist: /var/lib/apt/lists/.wh.auxfiles
  path error at layer index Index(0-35:36): unable to add '/var/lib/apt/lists/.wh.auxfiles': path does not exist: /var/lib/apt/lists/.wh.auxfiles
  path error at layer index Index(0-36:37): unable to add '/var/lib/apt/lists/.wh.auxfiles': path does not exist: /var/lib/apt/lists/.wh.auxfiles
  path error at layer index Index(0-37:38): unable to add '/var/lib/apt/lists/.wh.auxfiles': path does not exist: /var/lib/apt/lists/.wh.auxfiles
  path error at layer index Index(0-38:39): unable to add '/var/lib/apt/lists/.wh.auxfiles': path does not exist: /var/lib/apt/lists/.wh.auxfiles
...

timwsuqld avatar Jul 05 '21 06:07 timwsuqld

is it related to copy layer cache when i use gcr.io/kaniko-project/executor:v1.9.0-debug having same situation. image

it is character device.

Danny5487401 avatar Nov 22 '23 06:11 Danny5487401

+1 Same error here for windows Server Core 2022 (5G size): " path error at layer index Index(0-47:48): unable to add ...."

IssacKramer avatar Feb 07 '24 23:02 IssacKramer