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
Interesting fact while looking at the docker daemon logs in debug mode, I have a cache miss with the python API build(): dockerd[441776]: time="2024-04-16T19:09:18.842770073+02:00" level=debug msg="[BUILDER] Cache miss: [/bin/sh -c adduser -D user]"
while the layer should already exist as I've just built it with the CLI. Somehow something is different, but I'm not expert enough in docker internals to understand what it could be
I think this is linked to the handling of users and workdirs somehow.
reproductible setup :
demonstration of the issue :
The text was updated successfully, but these errors were encountered: