Sebastiaan van Stijn
a3c1314968
vendor: compose-on-kubernetes v0.5.0 to remove use of github.com/golang/glog
...
glog has the same issue as k8s.io/klog, and is calling `user.Current()`
inside an `init()`; see https://github.com/kubernetes/klog/commit/466fbb6507dbc90eba32172bb1c662640e78e0c3
Calling `user.Current()` on Windows can result in remove connections being
made to get the user's information, which can be a heavy call. See https://github.com/docker/cli/issues/2420
glog was only used in a single location in compose-on-kubernetes, so we may as
well remove it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2022-02-14 14:54:51 +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
2ef71e502c
vendor: genproto 8816d57aaa9a, google.golang.org/protobuf v1.26.0, github.com/golang/protobuf v1.5.2
...
- full diff: https://github.com/googleapis/go-genproto/compare/3f1135a288c9a07e340ae8ba4cc6c7065a3160e8...8816d57aaa9ad8cba31b2a8ecb6199c494bdf8b4
- google.golang.org/protobuf is the new name for this package, and to use both,
we also need the old github.com/golang/protobuf updated to v1.4.0 or above.
- github.com/golang/protobuf v1.5.2: full diff: https://github.com/golang/protobuf/compare/v1.3.5...v1.5.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-08-12 17:02:16 +02:00
Sebastiaan van Stijn
0ebdad7492
vendor: github.com/containerd/containerd v1.5.3 to reduce indirect dependencies
...
full diff: https://github.com/containerd/containerd/compare/v1.5.2...v1.5.3
This removes the hcsshim dependency and other dependencies coming from that.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-07-14 17:46:16 +02:00
Sebastiaan van Stijn
711334e9a4
vendor: github.com/moby/buildkit 9f254e18360a24c2ae47b26f772c3c89533bcbb7 (master / v0.9.0-dev)
...
full diff: https://github.com/moby/buildkit/compare/8142d66b5ebde79846b869fba30d9d30633e74aa...9f254e18360a24c2ae47b26f772c3c89533bcbb7
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-06-22 12:12:03 +02: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
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
bdce04e95d
vendor: github.com/golang/protobuf v1.3.3
...
full diff: https://github.com/gogo/protobuf/compare/v1.2.1...v1.3.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2020-04-22 17:18:51 +02:00
Sebastiaan van Stijn
e06dedf365
bump containerd, runc and dependencies
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2019-03-19 22:22:00 +01:00
Vincent Demeester
8788a4804f
Bump some dependencies to more recent versions (and tagged if available)
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2018-07-25 14:16:41 +02:00
Vincent Demeester
b1065767cd
Bump moby version (and its dependencies)
...
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
2018-06-08 11:26:10 +02:00
Vincent Demeester
8417e49792
Add support for kubernetes in docker cli
...
- Add support for kubernetes for docker stack command
- Update to go 1.9
- Add kubernetes to vendors
- Print orchestrator in docker version command
Signed-off-by: Vincent Demeester <vincent@sbr.pm >
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com >
2017-12-26 11:22:32 +01:00
Sebastiaan van Stijn
74ec7a5b2c
bump gRPC to v1.3.0, add genproto, update protobuf
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2017-07-03 17:40:36 -07:00
Daniel Nephin
6686ada6a4
Add vendor
...
Signed-off-by: Daniel Nephin <dnephin@docker.com >
2017-04-17 18:12:58 -04:00