Migrating from legacy docker/docker deps
#765
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See https://github.com/moby/moby/issues/52038
Following #728, we seem to be stuck in the legacy
docker/dockerdeps and they've moved on tomoby/moby😬 This makes upgrading the dependencies impossible right now without getting deeper into the chaos.It's possible to force
go-archive==0.1.0, stay ondocker/dockerand runmake depsto upgrade everything else. I've just tested that. So, that's good. However, we should figure out how to catch up with upstream.