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
fix: remove both short and fully-qualified Docker image names before building
BuildKit uses fully-qualified image names (docker.io/library/...) during the
export phase, which was causing 'already exists' errors even after removing
the short image name. Now both name formats are removed to ensure clean builds.
0 commit comments