Skip to content

go.mod: github.com/moby/sys/mountinfo v0.4.1#5150

Merged
estesp merged 1 commit intocontainerd:masterfrom
thaJeztah:update_mountinfo
Mar 10, 2021
Merged

go.mod: github.com/moby/sys/mountinfo v0.4.1#5150
estesp merged 1 commit intocontainerd:masterfrom
thaJeztah:update_mountinfo

Conversation

@thaJeztah
Copy link
Copy Markdown
Member

full diff: moby/sys@mountinfo/v0.4.0...mountinfo/v0.4.1

Fixes and improvements:

  • Fix PrefixFilter() being too greedy
  • TestMountedBy*: add missing pre-checks
  • Documentation improvements

full diff: moby/sys@mountinfo/v0.4.0...mountinfo/v0.4.1

Fixes and improvements:

- Fix PrefixFilter() being too greedy
- TestMountedBy*: add missing pre-checks
- Documentation improvements

Signed-off-by: Sebastiaan van Stijn <[email protected]>
Comment thread go.sum
Comment on lines 384 to 385
github.com/moby/sys/mountinfo v0.4.0 h1:1KInV3Huv18akCu58V7lzNlt+jFmqlu1EaErnEHE/VM=
github.com/moby/sys/mountinfo v0.4.0/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A=
Copy link
Copy Markdown
Member Author

@thaJeztah thaJeztah Mar 10, 2021

Choose a reason for hiding this comment

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

Older version is used by;

go mod graph | grep ' github.com/moby/sys/[email protected]'

github.com/containerd/[email protected] github.com/moby/sys/[email protected]
github.com/opencontainers/[email protected] github.com/moby/sys/[email protected]

Circular dependency on container looks to be mostly in the plugins (also still some older versions of hcsshim being used)

go mod graph | grep ' github.com/containerd/containerd'

github.com/Microsoft/[email protected] github.com/containerd/[email protected]
github.com/containerd/[email protected] github.com/containerd/[email protected]
github.com/Microsoft/[email protected] github.com/containerd/[email protected]
github.com/containerd/[email protected] github.com/containerd/[email protected]
github.com/Microsoft/hcsshim/[email protected] github.com/containerd/[email protected]
github.com/containerd/[email protected] github.com/containerd/[email protected]
github.com/containerd/[email protected] github.com/containerd/[email protected]
github.com/Microsoft/[email protected] github.com/containerd/[email protected]
github.com/containers/[email protected] github.com/containerd/[email protected]
github.com/Microsoft/hcsshim/[email protected] github.com/containerd/[email protected]
github.com/containerd/[email protected] github.com/containerd/[email protected]
github.com/Microsoft/[email protected] github.com/containerd/[email protected]
github.com/containerd/[email protected] github.com/containerd/[email protected]
github.com/containerd/[email protected] github.com/containerd/[email protected]

@theopenlab-ci
Copy link
Copy Markdown

theopenlab-ci Bot commented Mar 10, 2021

Build succeeded.

Copy link
Copy Markdown
Member

@estesp estesp left a comment

Choose a reason for hiding this comment

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

LGTM

@estesp estesp merged commit 9551302 into containerd:master Mar 10, 2021
@thaJeztah thaJeztah deleted the update_mountinfo branch March 10, 2021 18:31
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.

3 participants