Commit Graph

51 Commits

Author SHA1 Message Date
David Ashpole
f4a66f7375
Merge pull request #2407 from dims/update-opencontainers-runc-to-rc10
Bump dependency opencontainers/runc@v1.0.0-rc10
2020-02-28 09:00:52 -08:00
Davanum Srinivas
e5b773ef50
Bump github.com/opencontainers/selinux to v1.3.3
To pick up a fix for a regression:
4e413ab114

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-02-28 11:40:45 -05:00
Davanum Srinivas
8e1802154d
Bump dependency opencontainers/runc@v1.0.0-rc10
Need to match what we did already in kubernetes:
088ee920e0

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-02-28 09:38:47 -05:00
Davanum Srinivas
043bcb03a4
update opencontainers/selinux to 1.3.2 2020-02-26 09:52:57 -05:00
Davanum Srinivas
e483fa9658
update containerd, docker/distribution and mindprince/gonvml 2020-02-26 09:52:49 -05:00
Davanum Srinivas
774561cf1a
Switch from using docker/docker to k8s.io/utils for mount 2020-01-22 14:11:28 -05:00
Davanum Srinivas
3fae3c3233
Switch to newer github.com/mistifyio/go-zfs
To avoid the pborman/uuid dependency. Both k8s and go-zfs have dropped
the pborman/uuid dependency
b6cafe7fb9
https://github.com/kubernetes/kubernetes/pull/84770
2020-01-09 11:53:32 -05:00
Davanum Srinivas
07225f7977
Move to newer docker/docker already used in kubernetes
- `go get github.com/docker/docker@v0.7.3-0.20190327010347-be7ac8be2ae0`
- `go mod vendor`
2020-01-08 16:45:35 -05:00
Davanum Srinivas
f1fa3d4631
Update to containerd 1.3.2
- `go get -u github.com/containerd/containerd`
- `go mod vendor`
2020-01-08 11:57:59 -05:00
Daniel, Dao Quang Minh
236f41d419 Add support for go module (#2338)
* add go module support, update go-bindata ref, bump runc dep

```
go mod init github.com/google/cadvisor
go mod tidy

go get github.com/matttproud/golang_protobuf_extensions@c182affec369e30f25d3eb8cd8a478dee585ae7d
go get github.com/containerd/typeurl@5eb25027c9fdd675e1db2bd25af02f5db75027ab
```

Somehow the dependencies retrieved by `go mod init` was mismatched (maybe because
runc itself does not support go module yet ?). This fixes the dependencies retrieved
in go module, the packages bump itself seems sane.

The original go-bindata is unmaintained and is on an old revision, so our usage
of it is outdated. Changed to https://github.com/kevinburke/go-bindata which
seems to be a more official and well maintained fork, and bump to latest version.
2019-12-03 10:41:37 -08:00
Davanum Srinivas
b35086151a
Drop support for rkt - which is now archived
Change-Id: I4bc38990251fe12be521a242ff9b9c81e2d03501
2019-10-01 20:03:22 -04:00
Giuseppe Scrivano
4f0396f1cc
deps: update github.com/opencontainers/runc
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2019-09-06 16:40:50 +02:00
Tarun Pothulapati
daa036418b Use k8s.io/utils/inotify and resolved godep conflicts (#2269)
Use k8s.io/utils/inotify and resolved godep conflicts

Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
2019-07-18 09:48:52 -07:00
luhualin
5c41c694a8 add prometheus metrics timestamp 2018-12-11 11:44:17 +08:00
Davanum Srinivas
4da6d809be
Move from glog to klog
Change-Id: Ic92f57c2d7f268d8d985797974883c1a537d6993
2018-11-08 18:06:28 -05:00
David Ashpole
48605ecb89
Merge pull request #2085 from orisano/master
improve ListDirectories performance
2018-11-06 09:48:51 -08:00
Yann Hodique
d06e601f3e update github.com/sigma/go-inotify
This includes license/patents files for proper integration into kubernetes.
See context in sigma/go-inotify#1
2018-11-02 15:20:02 -07:00
Nao YONASHIRO
2300be56d7 feat: use karrick/godirwalk 2018-11-02 08:22:42 +09:00
Yann Hodique
289e560efd replace golang.org/x/exp/inotify with standalone library
context: kubernetes/kubernetes#68478

The inotify code was removed from golang.org/x/exp several years ago. Therefore
importing it from that path prevents downstream consumers from using any module
that makes use of more recent features of golang.org/x/exp.

Given that this code is by definition frozen and that the long term path should
be to migrate to fsnotify, replacing the current code by an identical standalone
copy doesn't have maintenance cost, and will unlock other activities for
kubernetes for example.
2018-09-28 08:48:12 -07:00
Sashank Appireddy
ff8c1e80df Add dependencies needed for mesos containerizer 2018-06-28 22:07:55 +00:00
Jess Frazelle
d7df66e4eb
vendor: update docker import
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-06-14 17:54:41 -04:00
David Ashpole
8335af9d6b Revert "Switch from Inotify to Fsnotify"
This reverts commit c1a6d6090b.
2018-06-11 10:50:23 -07:00
Seth Jennings
8c28d09dbf deps: add docker operatingsystems package 2018-04-20 12:22:44 -05:00
David Ashpole
c1a6d6090b Switch from Inotify to Fsnotify 2018-04-09 11:09:40 -07:00
Lantao Liu
cdb1f2ac71 Update containerd to v1.0.2.
Signed-off-by: Lantao Liu <lantaol@google.com>
2018-03-29 23:50:34 +00:00
vikaschoudhary16
13d955d6a9 Bump runc to d5b4a3eddbe4c890843da971b64f45a0f023f4db
Signed-off-by: vikaschoudhary16 <vichoudh@redhat.com>
2018-01-12 13:56:11 -05:00
David Ashpole
ece1334172 update testify dependency 2017-11-17 16:15:28 -08:00
David Ashpole
6988e70a3d Revert "fix #1708; move from inotify to fsnotify"
This reverts commit e6b6a1ac57.
2017-11-17 10:28:28 -08:00
abhi
3495851c7a Updating godeps
Signed-off-by: abhi <abhi@docker.com>
2017-11-14 17:37:50 -08:00
Rohit Agarwal
e1b4d79992 Update gonvml to workaround bazelbuild/rules_go#1003. 2017-11-10 15:06:44 -08:00
abhi
e5d8730f4a Updating grpc version to v1.3.0
This commit includes godep change to update the grpc version
and also updates rkt version to v1.25.0.
A minor change has been made in the client based on how rkt
client is used in kubernetes/kubernetes.

Signed-off-by: abhi <abhi@docker.com>
2017-11-09 17:32:18 -08:00
Rohit Agarwal
318f28bef6 Vendor Go bindings for NVML. Don't build a static binary.
We can't build a static binary because that would require bundling the
closed source NVML library in cAdvisor.

Instead, gonvml uses dlopen to dynamically load NVML.
2017-11-01 14:41:35 -07:00
David Ashpole
eaa3532918
Merge pull request #1755 from bakins/update-zfs
Update go-zfs dependency
2017-10-28 12:38:18 -07:00
Brian Akins
752f2cd121 Update go-zfs dependency
Update go-zfs dependency
2017-10-28 09:34:43 -04:00
David Ashpole
888a529088 fix #1743; move off of docker/engine-api 2017-09-28 11:05:13 -07:00
David Ashpole
e6b6a1ac57 fix #1708; move from inotify to fsnotify 2017-09-28 10:57:49 -07:00
David Ashpole
35de579b37 update distribution 2017-09-01 13:28:43 -07:00
David Ashpole
20bd275f77 update docker/docker, and docker/distribution 2017-09-01 11:17:14 -07:00
Euan Kemp
cfb16f102b godeps: vendor in kmsgparser 2017-08-30 15:35:40 -07:00
David Ashpole
92cca44f5d update docker godeps 2017-08-29 13:19:44 -07:00
David Ashpole
8ba18456d5 update runc godep 2017-08-25 13:42:26 -07:00
Seth Jennings
749f73148b bump(github.com/opencontainers/runc/libcontainer): 4d6225ae 2017-08-22 16:38:37 -05:00
Tobias Schmidt
c5ee516e6f Stop using the global prometheus registry
Replace usage of the global Prometheus registry with a private registry
object which will be exported under the given prometheus path.
2017-05-23 17:37:52 +02:00
Tobias Schmidt
bd6ef47876 Update vendored prometheus packages 2017-05-23 17:37:52 +02:00
Justin Santa Barbara
c954f88700 Update aws-sdk-go to 1.6.10 2017-01-12 11:30:58 -05:00
derekwaynecarr
1c63c39c6e Update runc libcontainer dependency 2016-09-22 15:34:59 -04:00
Lantao Liu
b351411510 Bump up go-systemd to 4484981625c1a6a2ecb40a390fcb6a9bcfee76e3. 2016-07-20 20:41:21 -07:00
Vishnu kannan
d4ce3dccdd update docker to v1.11.2
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-19 16:55:05 -07:00
Vishnu kannan
4c0d60d9de update libcontainer deps
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-19 12:35:14 -07:00
Vishnu kannan
38ea12a533 update scripts and docs to not mention godep for builds
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-07-11 12:40:05 -07:00