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

Update mountinfo to support FreeBSD #1067

Closed
wants to merge 1 commit into from
Closed

Conversation

Red54
Copy link

@Red54 Red54 commented May 18, 2022

This fixes #868

Signed-off-by: 谢致邦 (XIE Zhibang) <Yeking@Red54.com>
@@ -122,7 +122,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/sys/mountinfo v0.6.1 // indirect
github.com/moby/sys/mountinfo v0.6.2-0.20220518012833-28ef7ed18e6a // indirect
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting the v0.6.2 release: moby/sys#114 (comment)

@akhramov
Copy link
Contributor

akhramov commented Jun 6, 2022

Now that the new moby/sys version with @Red54's code is released, we can bump it.

I created #1093 for this, which also re-enables CI, fixes docs, etc. I hope you don't mind @Red54 and thank you so much for the fix!

@AkihiroSuda
Copy link
Member

Thanks, let me close this in favor of #1093

@AkihiroSuda AkihiroSuda closed this Jun 6, 2022
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.

[FreeBSD] failed to find the mount info for "/tmp/initialC1360175813": not implemented on freebsd/amd64
3 participants