Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revendoring to move boltdb to bbolt #631

Merged
merged 1 commit into from
Sep 19, 2018
Merged

Conversation

lowenna
Copy link
Member

@lowenna lowenna commented Sep 18, 2018

Signed-off-by: John Howard jhoward@microsoft.com

This PR does a bunch of revendoring to move from boltdb to bbolt, and to update to newer versions of other repos. The reason for that is there is a bug in the Windows boltdb, which is no longer maintained. The current maintained fork is in https://github.com/etcd-io/bbolt. The bug detail is in etcd-io/bbolt#121 and the fix is in etcd-io/bbolt#122. The fix is in release v1.3.1-etcd.8.

See moby/moby#37843 for a list of all components which are affected by this - the dependency chain is quite big, and this PR is the last big part to removing all references to boltdb across the "container" related repos, and ultimately being able to remove boltdb from moby/moby entirely.

This PR bumps containerd/containerd to a commit which doesn't use boltdb, but therefore also requires changes to containerd/go-runc.

While there, I noticed both Microsoft/hcsshim and Microsoft/go-winio are out of date, so bumped them to the latest releases. Same applied to opencontainers/runtime-spec.

I bumped libnetwork to 36d3bed0e9f4b3c8c66df9bd45278bb90b33e911 (version which uses bbolt), but that in turn requires adding ishidawataru/sctp @ 07191f837fedd2f13d1ec7b5f885f0f3ec54b1cb.

Signed-off-by: John Howard <jhoward@microsoft.com>
@lowenna lowenna changed the title [WIP - Ignore for the now] - Revendoring to move boltdb to bbolt Revendoring to move boltdb to bbolt Sep 18, 2018
@lowenna
Copy link
Member Author

lowenna commented Sep 18, 2018

@thaJeztah PTAL :)

@AkihiroSuda AkihiroSuda merged commit aa73951 into moby:master Sep 19, 2018
@lowenna lowenna deleted the boltdb branch September 19, 2018 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants