Sebastiaan van Stijn
7672267e16
vendor: github.com/docker/docker-credential-helpers v0.6.4
...
full diff: https://github.com/docker/docker-credential-helpers/compare/38bea2ce277ad0c9d2a6230692b0606ca5286526...v0.6.4
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-07 18:12:01 +02:00
Sebastiaan van Stijn
49f6071532
vendor: github.com/docker/docker v20.10.7
...
full diff: https://github.com/docker/docker/compare/d5209b29b9777e0b9713d87847a5dc8ce9d93da6...v20.10.7
skipping the buildkit update for now, as it didn't bring changes
in vendored files.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-05 17:46:36 +02:00
Sebastiaan van Stijn
75dd73f642
vendor: github.com/theupdateframework/notary v0.7.0-21-gbf96a202
...
no change in local code, but updates some dependencies to more recent
versions, which may help users that consume docker/cli to get a better
selection (when using go modules).
full diff: https://github.com/theupdateframework/notary/compare/5f1f4a34f4cfa3066e44f652e895f4b24b96248e...bf96a202a09a312ae005cd312fc06ff4d2c166ce
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-04-01 01:34:10 +02:00
Tonis Tiigi
a54577b757
vendor: update notary to 5f1f4a34
...
Brings in fixes for darwin/arm64 targets
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2021-03-03 23:49:48 -08:00
Tibor Vass
7bef248765
vendor docker, docker-credential-helpers and golang/sys for execabs package
...
Signed-off-by: Tibor Vass <tibor@docker.com >
2021-01-26 17:18:04 +00:00
Sebastiaan van Stijn
9f6966d4ec
vendor: github.com/theupdateframework/notary v0.7.0
...
full diff: https://github.com/theupdateframework/notary/compare/v0.6.1...v0.7.0
Changelog:
v0.7.0 12/01/2021
------------------------
- Switch to Go modules
- Use golang/x/crypto for ed25519
- Update Go version
- Update dependency versions
- Fixes from using Gosec for source analysis
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-01-14 16:10:01 +01:00
Sebastiaan van Stijn
47ecb13fe4
vendor: github.com/docker/docker v20.10.1
...
full diff: https://github.com/docker/docker/compare/cf31b9622ae9de4b5fb7a1c9456460980ab80281...v20.10.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-12-15 18:14:29 +01:00
Sebastiaan van Stijn
a2b4d9c74f
vendor: github.com/moby/buildkit v0.8.1
...
full diff: https://github.com/moby/buildkit/compare/v0.8.0...v0.8.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-12-15 18:09:01 +01:00
Sebastiaan van Stijn
c54aec5c85
vendor: BuildKit v0.8.0
...
full diff: https://github.com/moby/buildkit/compare/v0.8.0-rc2...v0.8.0
note that this is currently a few commits "behind" the version used in docker,
but changes since v0.8.0 do not affect the code that's vendored in the CLI,
so prefering to use a tagged version.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-12-07 12:50:36 +01:00
Sebastiaan van Stijn
aae8d2dfde
vendor: github.com/docker/docker cf31b9622ae9de4b5fb7a1c9456460980ab80281
...
full diff: https://github.com/docker/docker/compare/6c0a036dce2051cc0d73221965e76e3d2e6a8a3a...cf31b9622ae9de4b5fb7a1c9456460980ab80281
changes affecting vendored code:
- client: Fix error handling
Other changes:
- handleContainerExit: timeout on containerd DeleteTask
- vendor libnetwork to fix mix up between IPv4 and IPv6
- update containerd binary to v1.4.2
- update containerd binary to v1.4.3 (CVE-2020-15257)
- vendor: BuildKit v0.8.0-rc2, containerd, and dependencies
- Add fallback for pull by tag
- vendor: BuildKit 950603da215ae03b843f3f66fbe86c4876a6f5a1
- IPv6 iptables config option
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-12-07 12:43:03 +01:00
Sebastiaan van Stijn
9a0a071d55
vendor: buildkit v0.8.0-rc2, docker
...
diffs:
- full diff: https://github.com/docker/docker/compare/af34b94a78a194ae9bce48a200241d08c05b7187...6c0a036dce2051cc0d73221965e76e3d2e6a8a3a
- full diff: https://github.com/moby/buildkit/compare/4d1f260e8490ec438ab66e08bb105577aca0ce06...v0.8.0-rc2
New dependencies:
- go.opencensus.io v0.22.3
- github.com/containerd/typeurl v1.0.1
- github.com/golang/groupcache 869f871628b6baa9cfbc11732cdf6546b17c1298
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-12-02 21:01:12 +00:00
Sebastiaan van Stijn
4cab568abb
vendor: github.com/moby/term bea5bbe245bf407372d477f1361d2ff042d2f556
...
full diff: https://github.com/moby/term/compare/7f0af18e79f2784809e9cef63d0df5aa2c79d76e...bea5bbe245bf407372d477f1361d2ff042d2f556
- Fix windows integer overflow on GOOS=windows, GOARCH=arm
- go.mod: github.com/creack/pty v1.1.11
- v1.1.11: Add arm support for OpenBSD
- v1.1.10: Fix CTTY to work with go1.15
- CI: fix Go version matrix, and drop go 1.12, add go 1.15
- CI: remove "sudo" to fix incorrect Go versions (incorrect PATH, GOROOT)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-12-02 21:01:12 +00:00
Sebastiaan van Stijn
f8a4060111
vendor: containerd 0edc412565dcc6e3d6125ff9e4b009ad4b89c638
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-12-02 21:01:12 +00:00
Sebastiaan van Stijn
53471faac2
vendor: github.com/containerd/cgroups 0b889c03f102012f1d93a97ddd3ef71cd6f4f510
...
full diff: https://github.com/containerd/cgroups/compare/318312a373405e5e91134d8063d04d59768a1bff...0b889c03f102012f1d93a97ddd3ef71cd6f4f510
- v1/stats: add all fields of memory.oom_control
- memory: remove wrong memory.kmem.limit_in_bytes check
- CI: test against Go 1.15
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-12-02 21:01:12 +00:00
Sebastiaan van Stijn
2c694b3233
vendor: github.com/opentracing/opentracing-go v1.2.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-12-02 21:01:12 +00:00
Sebastiaan van Stijn
74d93d1fa2
vendor: github.com/tonistiigi/fsutil 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9
...
full diff: https://github.com/tonistiigi/fsutil/compare/ae3a8d753069d0f76fbee396457e8b6cfd7cb8c3...0834f99b7b85462efb69b4f571a4fa3ca7da5ac9
- walker: fix notadir error
- improving error returns
- more typed errors
- remove extra verbosity (eg. PathError already contains action and path)
- ensure stack traces are added to errors
- various testing and linting fixes
- copy: use Clonefileat from golang.org/x/sys/unix on macOS
- go.mod: update opencontainers/go-digest v1.0.0
- github: test go1.15
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-12-02 21:01:12 +00:00
Sebastiaan van Stijn
96e69c376f
vendor: github.com/Microsoft/go-winio v0.4.15
...
full diff: https://github.com/Microsoft/go-winio/compare/v0.4.14...v0.4.15
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-11-16 14:36:21 +01:00
Sebastiaan van Stijn
c318ec8a33
vendor: update docker/docker and moby/sys
...
diffs and relevant changes:
docker/docker: https://github.com/docker/docker/compare/c2cc352355d4c26be60be8ea3a1acfddc20fdfd3...af34b94a78a194ae9bce48a200241d08c05b7187
- replace pkg/symlink with github.com/moby/sys/symlink
moby/sys: https://github.com/moby/sys/compare/6154f11e6840c0d6b0dbb23f4125a6134b3013c9...1bc8673b57550ddf85262eb0fed0aac651a37dab
changes:
- mount, mountinfo: Add support for OpenBSD in addition to FreeBSD
- mount, mountinfo: Exclude macOS (darwin)
- mount.RecursiveUnmount(): minor improvements
- mount.RecursiveUnmount: add a fast path
- mount: bump mountinfo to v0.3.1
- mount: Some refactor and improved GoDoc about Windows support
- mount: use MNT_* flags from golang.org/x/sys/unix on freebsd (reduces use of cgo)
- mountinfo.Mounted: add fast path for Linux using openat2
- mountinfo.Mounted: optimize by adding fast paths
- mountinfo: correctness improvements
- mountinfo: deprecate PidMountInfo
- mountinfo: fix not showing package doc, typos
- mountinfo: fix path unescaping
- mountinfo: make GetMountinfoFromReader Linux-specific
- mountinfo: rename FstypeFilter -> FSTypeFilter, fix FilterFunc docs
- mountinfo: use idiomatic naming for fields
- Migrate github.com/docker/docker/pkg/symlink
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-11-10 22:31:52 +01:00
Sebastiaan van Stijn
1f4beebd7e
vendor: github.com/containerd/console v1.0.1
...
full diff: https://github.com/containerd/console/compare/v1.0.0...v1.0.1
Fixes compatibility with current versions of golang.org/x/sys
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-11-03 17:40:44 +01:00
Sebastiaan van Stijn
32d8f358df
vendor: github.com/moby/term 7f0af18e79f2784809e9cef63d0df5aa2c79d76e
...
full diff: https://github.com/moby/term/compare/73f35e472e8f0a3f91347164138ce6bd73b756a9...7f0af18e79f2784809e9cef63d0df5aa2c79d76e
- update gotest.tools to v3
- Use unix.Ioctl{Get,Set}Termios on all unix platforms
- Make Termios type alias, remove casts
vendor: golang.org/x/sys eeed37f84f13f52d35e095e8023ba65671ff86a1
https://github.com/golang/sys/compare/ed371f2e16b4b305ee99df548828de367527b76b...eeed37f84f13f52d35e095e8023ba65671ff86a1
- all: add GOOS=ios
- unix: add back IoctlCtlInfo on darwin
- windows: add SetConsoleCursorPosition
- unix: update Dockerfile to Linux 5.9 and Go 1.15.2 (adds `CAP_CHECKPOINT_RESTORE`)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-11-03 17:40:01 +01:00
Silvin Lubecki
1d02eaf47d
Merge pull request #2822 from thaJeztah/bump_docker
...
vendor: github.com/docker/docker c2cc352355d4c26be60be8ea3a1acfddc20fdfd3
2020-11-03 14:03:32 +01:00
Sebastiaan van Stijn
4b47aed2cc
vendor: github.com/creack/pty v1.1.11
...
full diff: https://github.com/creack/pty/compare/v1.1.9...v1.1.11
- v1.1.11: Add arm support for OpenBSD
- v1.1.10: Fix CTTY to work with go1.15
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-11-03 13:44:13 +01:00
Sebastiaan van Stijn
ef0ac7f7e1
vendor: github.com/docker/docker c2cc352355d4c26be60be8ea3a1acfddc20fdfd3
...
full diff: https://github.com/docker/docker/compare/73dc6a680cdd48f2f993f1a1b91aac1dd23d47c8...c2cc352355d4c26be60be8ea3a1acfddc20fdfd3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-11-02 15:43:30 +01:00
Sebastiaan van Stijn
7ab12bf963
vendor: github.com/fvbommel/sortorder v1.0.2
...
no significant changes: enforces the new module name to be used
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-10-31 14:37:07 +01:00
Sebastiaan van Stijn
f5670e1069
vendor: opencontainers/go-digest v1.0.0
...
full diff: https://github.com/opencontainers/go-digest/compare/v1.0.0-rc1...v1.0.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-10-20 22:48:55 +02:00
Sebastiaan van Stijn
ceffcc527e
vendor: github.com/gofrs/flock v0.7.3
...
full diff: https://github.com/gofrs/flock/compare/v0.7.1...v0.7.3
Relevant changes:
- fix: close/Unlock won't close the file descriptor if not locked
- fix license text, update year
Note that there's also a v0.8.0 release; that release only adds aix support,
which is currently of no interest to us, so skipping that version for now.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-10-20 22:46:48 +02:00
Sebastiaan van Stijn
15c928eae1
vendor: docker/docker 73dc6a680cdd48f2f993f1a1b91aac1dd23d47c8
...
full diff: https://github.com/docker/docker/compare/7f7e4abb331a2973cfb3223710cc35a3e476b1b3...73dc6a680cdd48f2f993f1a1b91aac1dd23d47c8
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-10-20 22:31:42 +02:00
Sebastiaan van Stijn
74d45bbf61
vendor: github.com/spf13/cobra v1.1.1
...
full diff: https://github.com/spf13/cobra/compare/v1.0.0...v1.1.1
Notable changes:
- Extend Go completions and revamp zsh comp
- Add completion for help command
- Complete subcommands when TraverseChildren is set
- Fix stderr printing functions
- fix: fish output redirection
- fix manpage building with new go-md2man
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-10-20 12:39:57 +02:00
Sebastiaan van Stijn
2d6b5e8abc
vendor: sirupsen/logrus v1.7.0
...
full diff: https://github.com/sirupsen/logrus/compare/v1.6.0...v1.7.0
removes dependency on github.com/konsorten/go-windows-terminal-sequences
Features:
* a new buffer pool management API has been added
* a set of `<LogLevel>Fn()` functions have been added
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-30 13:42:17 +02:00
Sebastiaan van Stijn
33ecbbddaa
vendor: github.com/containerd/containerd v1.4.1
...
full diff: https://github.com/containerd/containerd/compare/v1.4.0...v1.4.1
Welcome to the v1.4.1 release of containerd!
The first patch release for `containerd` 1.4 includes a fix for v1 shims hanging
on exit and exec when the log pipe fills up along with other minor changes.
Notable Updates:
* Always consume shim logs to prevent logs in the shim from blocking
* Fix error deleting v2 bundle directory when removing rootfs returns `ErrNotExist`
* Fix metrics monitoring of v2 runtime tasks
* Fix incorrect stat for Windows containers
* Fix devmapper device deletion on rollback
* Update seccomp default profile
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-18 01:46:22 +02:00
Sebastiaan van Stijn
00b72960d7
vendor: docker/docker 7f7e4abb331a2973cfb3223710cc35a3e476b1b3
...
full diff: https://github.com/docker/docker/compare/f50a40e889fdaeebf14fce1d494f95e60092d21d...7f7e4abb331a2973cfb3223710cc35a3e476b1b3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-18 01:42:37 +02:00
Sebastiaan van Stijn
7edc00d808
vendor: buildkit 4d1f260e8490ec438ab66e08bb105577aca0ce06
...
full diff: https://github.com/moby/buildkit/compare/df35e9818d1f9066e616e03f4b8d727c97562e5b...4d1f260e8490ec438ab66e08bb105577aca0ce06
- moby/buildkit#1551 session: track sessions with a group construct
- moby/buildkit#1534 secrets: allow providing secrets with env
- moby/buildkit#1533 git: support for token authentication
- moby/buildkit#1549 progressui: fix logs time formatting
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-09 15:19:02 +02:00
Sebastiaan van Stijn
ed339fa5c1
vendor: update prometheus deps to match docker/docker
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-09 14:57:00 +02:00
Sebastiaan van Stijn
338e83837b
vendor: github.com/golang/protobuf v1.3.5
...
full diff: https://github.com/golang/protobuf/compare/v1.3.3...v1.3.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-09 14:09:42 +02:00
Sebastiaan van Stijn
038cc46f88
vendor: github.com/containerd/cgroups 318312a373405e5e91134d8063d04d59768a1bff
...
full diff: https://github.com/containerd/cgroups/compare/44306b6a1d46985d916b48b4199f93a378af314f...318312a373405e5e91134d8063d04d59768a1bff
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-09 14:08:01 +02:00
Sebastiaan van Stijn
9968ccafe8
vendor: github.com/containerd/containerd v1.4.0-rc.1
...
full diff: https://github.com/containerd/containerd/compare/c80284d4b5291a351bb471bcdabb5c1d95e7a583...v1.4.0-rc.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-09 14:07:58 +02:00
Sebastiaan van Stijn
5468092784
vendor: opencontainers/runc v1.0.0-rc92
...
full diff: https://github.com/opencontainers/runc/compare/v1.0.0-rc10...v1.0.0-rc92
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-09 14:07:56 +02:00
Sebastiaan van Stijn
9f0658fb02
vendor: github.com/gorilla/mux v1.8.0
...
full diff: https://github.com/gorilla/mux/compare/v1.7.4...v1.8.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-09 14:07:48 +02:00
Sebastiaan van Stijn
47980a7e49
vendor: github.com/docker/docker f50a40e889fdaeebf14fce1d494f95e60092d21d
...
full diff: https://github.com/docker/docker/compare/0f41a77c6993ade605a639fb25994cfe5e1b3fe8...f50a40e889fdaeebf14fce1d494f95e60092d21d
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-09 14:07:46 +02:00
Sebastiaan van Stijn
0bb70223bd
vendor: github.com/docker/swarmkit d6592ddefd8a5319aadff74c558b816b1a0b2590
...
full diff: https://github.com/docker/swarmkit/compare/035d564a3686f5e348d861ec0c074ff26854c498...d6592ddefd8a5319aadff74c558b816b1a0b2590
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-09-09 14:07:44 +02:00
Sebastiaan van Stijn
33510e0a68
vendor: bump github.com/fvbommel/sortorder v1.0.1
...
drops the dependency on github.com/xlab/handysort from go.mod
diff: https://github.com/fvbommel/sortorder/compare/v1.0.0...v1.0.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-08-28 18:10:11 +02:00
Sebastiaan van Stijn
6703919c71
Replace vbom.ml/util with fvbommel/sortorder
...
The vanity domain is down, and the project has moved
to a new location.
vendor check started failing because of this:
Collecting initial packages
Download dependencies
unrecognized import path "vbom.ml/util" (https fetch: Get https://vbom.ml/util?go-get=1 : dial tcp: lookup vbom.ml on 169.254.169.254:53: no such host)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-08-28 15:35:42 +02:00
Sebastiaan van Stijn
8a3788118a
Merge pull request #2657 from thaJeztah/bump_continuity
...
vendor: update containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
2020-07-30 21:40:25 +02:00
Tonis Tiigi
e531875ff0
support emulated version detection
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com >
2020-07-30 11:38:29 -07:00
Sebastiaan van Stijn
5c9a8e9973
Merge pull request #2658 from thaJeztah/bump_fsutil
...
vendor: update tonistiigi/fsutil ae3a8d753069d0f76fbee396457e8b6cfd7cb8c3
2020-07-29 10:09:01 +02:00
Sebastiaan van Stijn
097d57314d
vendor: update docker/docker 0f41a77c6993ade605a639fb25994cfe5e1b3fe8
...
full diff: http://github.com/docker/docker/compare/78e6ffd279b627ebba046b9675ff4849091d9cc3...0f41a77c6993ade605a639fb25994cfe5e1b3fe8
Relevant changes:
- https://github.com/moby/moby/pull/41234 vendor: update buildkit to 4d1f260e8
- various updates to swagger files
- https://github.com/moby/moby/pull/41249 Replace swarm Capabilites API with cap add/drop API
- updates swarmkit to 035d564a3686f5e348d861ec0c074ff26854c498
- https://github.com/moby/moby/pull/41254 Deprecate KernelMemory
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-07-28 17:16:03 +02:00
Sebastiaan van Stijn
293e239e18
vendor: update containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
...
full diff: https://github.com/containerd/continuity/compare/26c1120b8d4107d2471b93ad78ef7ce1fc84c4c4...efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
Relevant changes:
- sysx/xattr: fix and improve
- fix getxattrAll: change initial buffer size to 128 to prevent unneeded
iterations and change the logic to get the real size in case we get ERANGE
rather than doubling the buffer)
- improve listxattrAll; refactor for readability, prevent calling `listxattr()`
twice. Handle condition when attributes size is changed in between the two
calls to listxattr().
- Remove Windows' Readlink fork
- Drops support for Go 1.12 and under
- Fix sameFile() to recognize empty files as the same
- fixes "Empty files can diff as "modified" even when they're not"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-07-28 17:12:12 +02:00
Sebastiaan van Stijn
79b4d93c1b
vendor: update tonistiigi/fsutil ae3a8d753069d0f76fbee396457e8b6cfd7cb8c3
...
full diff: https://github.com/tonistiigi/fsutil/compare/c2c7d7b0e1441705cd802e5699c0a10b1dfe39fd...ae3a8d753069d0f76fbee396457e8b6cfd7cb8c3
Relevant changes
- Update dependencies
- update docker/docker to current master
- update opencontainers/runc to v1.0.0-rc10
- update pkg/errors to v0.9.1 to support Go 1.13 errors
- update stretchr/testify to the latest version
- Drop support for go1.12, and use errors.Is() for error-detection
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-07-28 16:19:54 +02:00
Sebastiaan van Stijn
280e7230d5
Merge pull request #2641 from thaJeztah/bump_docker
...
vendor: update docker and buildkit
2020-07-21 16:49:04 +02:00
Sebastiaan van Stijn
52ec986b5a
vendor: docker/docker 78e6ffd279b627ebba046b9675ff4849091d9cc3
...
full diff: https://github.com/docker/docker/compare/aaf470eca7b588aa19e6681bff8bf08d17be1bf2...78e6ffd279b627ebba046b9675ff4849091d9cc3
- Add DefaultAddressPools to Info
- Configure shims from runtime config
- pkg/archive: use containerd/sys to detect UserNamespaces
- removes github.com/opencontainers/runc/libcontainer/system dependency
- pkg/archive: Don't use init() to set unpigz path
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-07-20 20:01:27 +02:00