Sebastiaan van Stijn
398104f939
[23.0] vendor: github.com/docker/docker 0420d2b33c42 (23.0.7-dev)
...
full diff: https://github.com/docker/docker/compare/v23.0.6...0420d2b33c42a9f0708c71a18948e60e1b9e4191
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-07-15 15:57:36 +02:00
Sebastiaan van Stijn
802f174889
[23.0] vendor: github.com/docker/docker v23.0.5
...
full diff: https://github.com/moby/moby/compare/v23.0.4...v23.0.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-04-26 23:20:45 +02:00
Sebastiaan van Stijn
6c052fcda3
vendor: github.com/docker/docker v23.0.2
...
- migrate away from things deprecated in Go 1.20 (removes use of archive/tar.TypeRegA)
full diff: https://github.com/docker/docker/compare/v23.0.1...v23.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit a39958846d )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-04-10 00:13:48 +02:00
Sebastiaan van Stijn
14aac2c232
vendor: github.com/docker/docker v23.0.0
...
- client: improve error messaging on crash
full diff: https://github.com/docker/docker/compare/v23.0.0-rc.3...v23.0.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
(cherry picked from commit bbebebaedf )
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-02-06 14:47:36 +01:00
Sebastiaan van Stijn
8672540f8c
vendor: github.com/docker/docker v23.0.0-rc.3
...
full diff: https://github.com/docker/docker/compare/v23.0.0-rc.2...v23.0.0-rc.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-01-23 11:59:16 +01:00
Sebastiaan van Stijn
c453cc6873
vendor: github.com/docker/docker v23.0.0-rc.2
...
full diff: https://github.com/docker/docker/compare/v23.0.0-rc.1...v23.0.0-rc.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2023-01-12 13:45:27 +01:00
Sebastiaan van Stijn
cc859412c8
vendor: github.com/docker/docker v23.0.0-beta.1.0.20221221173850-cba986b34090
...
full diff: https://github.com/docker/docker/compare/v23.0.0-beta.1...cba986b34090
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-12-22 23:06:38 +01:00
Sebastiaan van Stijn
25c06c755c
vendor: docker/docker v20.10.3-0.20221201081640-bb2eab21c6db (v23.0.0-dev)
...
full diff: https://github.com/docker/docker/compare/a913b5ad7ef119cb4647a7666875d7488e14fb6f...bb2eab21c6db326cb267045140b1c482863e556b
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-12-01 09:48:58 +01:00
Sebastiaan van Stijn
845f002d3c
vendor: docker d15be0c54de92a4d868ebd66dbb1065e264554f2 / v22.06-dev
...
full diff: https://github.com/docker/docker/compare/cd8873dd3d21b1fc1b957c98dcd0f5c7a507fb70...d15be0c54de92a4d868ebd66dbb1065e264554f2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-11-17 11:28:39 +01:00
Sebastiaan van Stijn
67e6ba0d09
vendor: docker 5aac513617f072b15322b147052cbda0d451d389 / v22.06-dev
...
This restores compatibility with go1.18, which was broken since commit;
https://github.com/moby/moby/commit/c062238ea4274e9af98cb96dcfe31a0dfc763440
cmd.Environ() is new in go1.19, and not needed for this specific case.
Without this, trying to use this package in code that uses go1.18 will fail;
builder/remotecontext/git/gitutils.go:216:23: cmd.Environ undefined (type *exec.Cmd has no field or method Environ)
Changing to use `os.Environ()` instead restores compatibility with go1.18
Full diff: https://github.com/docker/docker/compare/f9cb47a052be6a5f73e3077773ffa6ccbde1285d...5aac513617f072b15322b147052cbda0d451d389
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-10-21 20:51:43 +02:00
Sebastiaan van Stijn
5d78cc13a4
vendor: docker v20.10.3-0.20221021122114-f9cb47a052b (22.06 branch)
...
full diff: https://github.com/docker/docker/compare/87d9d96ab0b693c2c83f7d1fd0f4037a9d1aa217...f9cb47a052be6a5f73e3077773ffa6ccbde1285d
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-10-21 15:37:21 +02:00
Sebastiaan van Stijn
6fe31557cb
vendor: docker v20.10.3-0.20221006185438-87d9d96ab0b6 (v22.06-dev)
...
full diff: https://github.com/docker/docker/compare/e143eed8bc4fcdd5eff73d649130f0d97c2e7723...87d9d96ab0b693c2c83f7d1fd0f4037a9d1aa217
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-10-21 15:15:11 +02:00
Sebastiaan van Stijn
de2105d151
vendor: docker v20.10.3-0.20220922131805-e143eed8bc4f (22.06 branch)
...
full diff: https://github.com/docker/docker/compare/8af2e62556de...e143eed8bc4fcdd5eff73d649130f0d97c2e7723
- client: ignore kernel-memory on API >= 1.42
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-09-22 15:31:25 +02:00
Sebastiaan van Stijn
23a0fb071a
vendor: docker v20.10.3-0.20220831131523-b5a0d7a188ac (22.06 branch)
...
full diff: https://github.com/docker/docker/compare/d2590dc3cd4f...b5a0d7a188aced307cf3902dfd765b9a67c4d9dd
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-08-31 18:08:53 +02:00
Sebastiaan van Stijn
948482b778
vendor: docker v20.10.3-0.20220826112928-d2590dc3cd4f (22.06 branch)
...
- moby: https://github.com/docker/docker/compare/a60b458179aa...d2590dc3cd4f65e7bb3ebe600b5491a6c22f2790
- swarmkit: https://github.com/moby/swarmkit/compare/6068d1894d46...48dd89375d0a
The .Parent field for buildcache entries was deprecated, and replaced with a
.Parents (plural) field. This patch updates the code accordingly. Unlike the
change in buildx
https://github.com/docker/buildx/commit/9c3be32bc97a624cc7f07b6f32cc3fda1053de74
we continue to fall back to the old field (which will be set on older API
versions).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-08-27 16:44:59 +02:00
Sebastiaan van Stijn
07113638c1
vendor: docker v20.10.3-0.20220720171342-a60b458179aa (22.06 branch)
...
full diff: https://github.com/docker/docker/compare/4eb1c5bd52afa08595d9a082a9ba05c81f79be07...a60b458179aa262e6f221f8d4318e76c05e2169b
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-07-21 17:44:40 +02:00
Paweł Gronowski
9373b26116
vendor: github.com/docker/docker 4eb1c5bd52afa08595d9a082a9ba05c81f79be07
...
Update to latest master
Full diff: https://github.com/moby/moby/compare/38633e797195643580ce5c4af7c5422aad3eb7de...4eb1c5bd52afa08595d9a082a9ba05c81f79be07
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com >
2022-06-24 18:26:30 +02:00
Sebastiaan van Stijn
1f179ac65e
vendor: github.com/docker/docker cf4595265e7703e1e9745a30f1dd265acbc075d3
...
No changes in vendored files, just syncing with latest master
full diff: https://github.com/docker/docker/compare/3e32104e0e39af9019a3ea9aa7093bb7c97fcf05...cf4595265e7703e1e9745a30f1dd265acbc075d3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-06-03 13:22:18 +02:00
Sebastiaan van Stijn
86a7a7aa73
vendor: github.com/docker/docker 3e32104e0e39af9019a3ea9aa7093bb7c97fcf05
...
syncing with latest master
full diff: https://github.com/docker/docker/compare/cb01202de88e20d5699c76efe948dfb065da873f...3e32104e0e39af9019a3ea9aa7093bb7c97fcf05
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-06-01 11:15:00 +02:00
Sebastiaan van Stijn
73c6231b4b
vendor: github.com/docker/docker cb01202de88e20d5699c76efe948dfb065da873f
...
no changes in vendored code other than a typo-fix, just aligning with latest master
https://github.com/docker/docker/compare/8abb84c7342a19009d777ef3d871c0b2a5c032a5...cb01202de88e20d5699c76efe948dfb065da873f
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-05-28 23:37:46 +02:00
Sebastiaan van Stijn
d945856e68
vendor: github.com/docker/docker d633169483bbe22b92b8310c47e827451b594364
...
Notable changes:
- introduce CreateMountpoint for parity between binds and mounts
full diff: https://github.com/docker/docker/compare/c9d04033d443e359e73e5da58a6b46ec1b8f237...d633169483bbe22b92b8310c47e827451b594364
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-05-19 23:12:08 +02:00
Sebastiaan van Stijn
8378b4277d
vendor: github.com/docker/docker c9d04033d443e359e73e5da58a6b46ec1b8f2373
...
Updating to latest master
full diff: https://github.com/docker/docker/compare/f1dd6bf84e28930e1ccd903361f9284fb22d3b8a...c9d04033d443e359e73e5da58a6b46ec1b8f2373
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-05-19 11:56:35 +02:00
Sebastiaan van Stijn
9bf28fc003
vendor: github.com/docker/docker f1dd6bf84e28930e1ccd903361f9284fb22d3b8a
...
full diff: https://github.com/docker/docker/compare/7c69b6dc08c7ce128c3015e08076641c2c5c40e5...f1dd6bf84e28930e1ccd903361f9284fb22d3b8a
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-05-13 14:44:41 +02:00
Sebastiaan van Stijn
ef3790757c
vendor: github.com/docker/docker 7c69b6dc08c7
...
full diff: https://github.com/docker/docker/compare/2ed904cad705...7c69b6dc08c7
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-05-12 12:50:31 +02:00
Sebastiaan van Stijn
7aa0b273e5
vendor: github.com/docker/docker 2ed904cad7055847796433cc56ef1d1de0da868c
...
- replace deprecated types
- also fixing some minor nits
full diff: https://github.com/docker/docker/compare/8941dcfcc5db...2ed904cad7055847796433cc56ef1d1de0da868c
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-04-30 12:01:37 +02:00
Sebastiaan van Stijn
a1e67401d2
vendor: github.com/docker/docker 8941dcfcc5db4aefc351cd5b5bb4d524823035c0
...
- updated the default value for `--limit` on `docker search` as the const has been
removed (added a todo to remove it)
- updated some fixtures to account for `KernelMemoryTCP` no longer being included
in the output.
full diff: https://github.com/docker/docker/compare/83b51522df43866e39f7c757a6ab84ef4050eeb3...8941dcfcc5db4aefc351cd5b5bb4d524823035c0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-28 17:21:59 +02:00
Sebastiaan van Stijn
dc9e069ff2
vendor: github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43
...
Changed `matcher.Matches(file)` to `matcher.MatchesOrParentMatches(file)`:
cli/command/image/build/context.go:95:9: SA1019: matcher.Matches is deprecated: This implementation is buggy (it only checks a single parent dir against the pattern) and will be removed soon. Use either MatchesOrParentMatches or MatchesUsingParentResults instead. (staticcheck)
return matcher.Matches(file)
^
And updated a test to match the JSON omitting empty RootFS.Type fields (in
practice, this field should never be empty in real situations, and always
be "layer"). Changed the test to use subtests to easier find which case
is failing.
full diff: https://github.com/docker/docker/compare/343665850e3a...83b51522df43
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-03-09 18:45:37 +01:00
CrazyMax
7e560ae76f
vendor with go mod
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com >
2021-12-16 21:16:01 +01:00
Sebastiaan van Stijn
fc85fe4eb8
vendor: update docker to current master (API v1.42)
...
full diff: https://github.com/docker/docker/compare/25917217cab38eab40c3db0010b915258f4a8491...343665850e3a7ee160989b33b39477b6dd3f15cb
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-12 13:24:05 +02:00
Sebastiaan van Stijn
23ed50c10f
replace docker/pkg/signal with github.com/moby/sys/signal
...
The github.com/docker/docker/pkg/signal package was moved to a separate
module in moby/sys.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-09 19:15:46 +02:00
Sebastiaan van Stijn
a04c8210a6
vendor: github.com/docker/docker 25917217cab38eab40c3db0010b915258f4a8491
...
https://github.com/docker/docker/compare/b0f5bc36fea9dfb9672e1e9b1278ebab797b9ee0..25917217cab38eab40c3db0010b915258f4a8491
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-22 10:16:54 +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
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
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
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
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
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
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
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
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
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
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
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
Sebastiaan van Stijn
0d57a400b3
vendor: docker/docker aaf470eca7b588aa19e6681bff8bf08d17be1bf2
...
full diff: https://github.com/moby/moby/compare/41ac6bef8d449b3064ad1378a28d95c79c4b9350...aaf470eca7b588aa19e6681bff8bf08d17be1bf2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-06-15 13:32:53 +02:00
Brian Goff
8c986d3ff2
Bump docker/docker vendor
...
This brings in client support to set the platform on container create.
Signed-off-by: Brian Goff <cpuguy83@gmail.com >
2020-05-27 11:31:33 -07:00
Akihiro Suda
dbc61787a7
info: print Cgroup Version
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2020-04-30 06:48:12 +09:00
Sebastiaan van Stijn
d0a80bf445
update docker, replace github.com/docker/pkg/term, github.com/docker/pkg/mount
...
These packages are now living in their own repository. Updating
docker/docker to replace the dependencies.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-04-22 17:16:13 +02:00
Sebastiaan van Stijn
9b549401b6
vendor: update docker to 58c2615208962a458ed94f4b6262eb27e5e021cd
...
full diff: https://github.com/docker/docker/compare/a9507c6f76627fdc092edc542d5a7ef4a6df5eec...58c2615208962a458ed94f4b6262eb27e5e021cd
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-02-12 18:45:12 +01:00
Sebastiaan van Stijn
627a4cf7cc
vendor: bump docker/docker a9507c6f76627fdc092edc542d5a7ef4a6df5eec
...
full diff: https://github.com/docker/docker/compare/a09e6e323e55e1a9b21df9c2c555f5668df3ac9b...a9507c6f76627fdc092edc542d5a7ef4a6df5eec
Includes:
- moby/moby#40077 Update "auto-generate" comments to improve detection by linters
- moby/moby#40143 registry: add a critical section to protect authTransport.modReq
- moby/moby#40212 Move DefaultCapabilities() to caps package
- moby/moby#40021 Use newer x/sys/windows SecurityAttributes struct (carry 40017)
- carries moby/moby#40017 Use newer x/sys/windows SecurityAttributes struct
- moby/moby#40135 pkg/system: make OSVersion an alias for hcsshim OSVersion
- follow-up to moby/moby#39100 Use Microsoft/hcsshim constants and deprecate pkg/system.GetOsVersion()
- moby/moby#40250 Bump hcsshim to b3f49c06ffaeef24d09c6c08ec8ec8425a0303e2
- moby/moby#40243 Use certs.d from XDG_CONFIG_HOME when in rootless mode
- fixes moby/moby#40236 Docker rootless dies when unable to read /etc/docker/certs.d
- moby/moby#40283 Fix possible runtime panic in Lgetxattr
- moby/moby#40178 builder/remotecontext: small refactor
- moby/moby#40179 builder/remotecontext: allow ssh:// for remote context URLs
- fixes docker/cli#2164 Docker build cannot resolve git context with html escapes
- moby/moby#40302 client.ImagePush(): default to ":latest" instead of "all tags"
- relates to docker/cli#2214 [proposal] change "docker push" behavior to default to ":latest" instead of "all tags"
- relates to docker/cli#2220 implement docker push `-a`/ `--all-tags`
- moby/moby#40263 Normalize comment formatting
- moby/moby#40238 Allow client consumers like traefik to compile on illumos
- moby/moby#40108 bump google.golang.org/grpc v1.23.1
- moby/moby#40312 update vendor golang.org/x/sys to 6d18c012aee9febd81bbf9806760c8c4480e870d
- moby/moby#40247 pkg/system: deprecate constants in favor of golang.org/x/sys/windows
- moby/moby#40246 pkg/system: minor cleanups and remove use of deprecated system.GetOSVersion()
- moby/moby#40122 Update buildkit to containerd leases
- vendor: update buildkit to leases support (4f4e03067523b2fc5ca2f17514a5e75ad63e02fb)
- vendor: update containerd to acdcf13d5eaf0dfe0eaeabe7194a82535549bc2b
- vendor: update runc to d736ef14f0288d6993a1845745d6756cfc9ddd5a (v1.0.0-rc9)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-01-07 10:28:38 +01:00