Sebastiaan van Stijn
ca32014adb
migrate libcontainer/user to github.com/moby/sys/user
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-09-19 10:22:23 +02:00
dependabot[bot]
5ed3fdff8f
build(deps): bump github.com/moby/sys/mountinfo from 0.6.1 to 0.6.2
...
Bumps [github.com/moby/sys/mountinfo](https://github.com/moby/sys ) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/moby/sys/releases )
- [Commits](https://github.com/moby/sys/compare/mountinfo/v0.6.1...mountinfo/v0.6.2 )
---
updated-dependencies:
- dependency-name: github.com/moby/sys/mountinfo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-06-07 04:14:12 +00:00
dependabot[bot]
de25777a4b
build(deps): bump github.com/moby/sys/mountinfo from 0.6.0 to 0.6.1
...
Bumps [github.com/moby/sys/mountinfo](https://github.com/moby/sys ) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/moby/sys/releases )
- [Commits](https://github.com/moby/sys/compare/signal/v0.6.0...mountinfo/v0.6.1 )
---
updated-dependencies:
- dependency-name: github.com/moby/sys/mountinfo
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-13 04:17:00 +00:00
Kir Kolyshkin
a0f8847e2a
Drop go 1.16
...
Require go 1.17 from now on, since go 1.16 is no longer supported.
Drop go1.16 compatibility.
NOTE we also have to install go 1.18 from Vagrantfile, because
Fedora 35 comes with Go 1.16.x which can't be used.
Note the changes to go.mod and vendor are due to
https://go.dev/doc/go1.17#tools
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2022-03-22 12:22:22 -07:00
dependabot[bot]
24ab543f58
build(deps): bump github.com/moby/sys/mountinfo from 0.5.0 to 0.6.0
...
Bumps [github.com/moby/sys/mountinfo](https://github.com/moby/sys ) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/moby/sys/releases )
- [Commits](https://github.com/moby/sys/compare/signal/v0.5.0...signal/v0.6.0 )
---
updated-dependencies:
- dependency-name: github.com/moby/sys/mountinfo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-04 04:16:30 +00:00
Sebastiaan van Stijn
02d527d26d
go.mod: github.com/moby/sys/mountinfo v0.5.0
...
full diff: https://github.com/moby/sys/compare/mountinfo/v0.4.1...mountinfo/v0.5.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-11-05 17:10:46 +01:00
Sebastiaan van Stijn
289a304535
go.mod: github.com/moby/sys/mountinfo v0.4.1
...
full diff: https://github.com/moby/sys/compare/v0.4.0...v0.4.1
github.com/moby/sys/mountinfo v0.4.1
-----------------------------------------
- Fix PrefixFilter() being too greedy
- TestMountedBy*: add missing pre-checks
- Documentation improvements
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-04-04 23:24:59 +02:00
Kir Kolyshkin
17de6f803d
vendor: bump mountinfo to v0.4.0
...
Release notes:
- https://github.com/moby/sys/releases/tag/mountinfo%2Fv0.4.0
In particular, this fixes a regression introduced in commit b8bf572812
which checked the mountinfo.Root field in a FilterFunc, while Root was
not set when calling a filter.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2020-10-21 21:41:13 -07:00
Kir Kolyshkin
87412ee435
vendor: bump mountinfo v0.3.1
...
It contains some breaking changes, so fix the code.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2020-10-01 18:51:25 -07:00
Sebastiaan van Stijn
71c10e3c78
vendor: github.com/moby/sys/mountinfo v0.2.0
...
full diff: https://github.com/moby/sys/compare/mountinfo/v0.1.3...mountinfo/v0.2.0
Bug fixes:
- Fix path unescaping for paths with double quotes
Improvements:
- Mounted: speed up by adding fast paths using openat2 (Linux-only) and stat
- Mounted: relax path requirements (allow relative, non-cleaned paths, symlinks)
- Unescape fstype and source fields
- Documentation improvements
Testing/CI:
- Unit tests: exclude darwin
- CI: run tests under Fedora 32 to test openat2
- TestGetMounts: fix for Ubuntu build system
- Makefile: fix ignoring test failures
- CI: add cross build
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-16 22:52:26 +02:00
Akihiro Suda
dfc1b0cd51
update vendor
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2020-03-28 04:22:06 +09:00
Kir Kolyshkin
c7ab2c036b
libcontainer: switch to moby/sys/mountinfo package
...
Delete libcontainer/mount in favor of github.com/moby/sys/mountinfo,
which is fast mountinfo parser.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
2020-03-21 10:33:43 -07:00