Commit Graph

18 Commits

Author SHA1 Message Date
Victor Marmol
d584698f12 Make a presubmit script to run all checkswq 2015-05-20 10:56:17 -07:00
Victor Marmol
ebbaf9b46c Revert back to progrium/busybox.
Alpine doesn't have glibc which we build with.
2015-03-19 08:49:50 -07:00
Victor Marmol
e69432f5db Switch to gliderlabs/alpine Docker image.
Fixes #597.
2015-03-16 17:29:45 -07:00
Victor Marmol
60c6e070a5 Add Travis check for Gofmt. 2015-01-05 11:28:06 -08:00
Victor Marmol
8c4f650e62 cAdvisor version 0.5.0 2014-10-28 10:19:41 -07:00
Vishnu Kannan
7ed645f004 Avoid compiling cadvisor statically for the docker image by deriving the image from a stripped down busybox image.
Log failures encountered while dumping to influxdb
Handle critical failures in cadvisor gracefully without getting stuck.
2014-09-19 17:23:45 +00:00
Vishnu Kannan
02b64ed29f Updating libcontainer dependency via 'godep update'. This is required for cAdvisor to work inside docker.
Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
2014-08-19 19:39:09 +00:00
Kelsey Hightower
e6d3895ea2 manage dependencies with godep
This commit adds all cadvisor dependencies as the result of running
the following commands:

    go get -u
    godep save

The .travis.yml file has been updated to use godep for building
binaries and running tests. The prepare.sh script has been updated
to use godep to build the cadvisor binary.
2014-08-14 11:30:50 -07:00
Vishnu Kannan
41b539d87e Updating readme to use influxdb with the current head. 2014-08-12 22:10:26 +00:00
Vishnu Kannan
6e66310385 Update Dockerfile to work with glog.
Docker-DCO-1.1-Signed-off-by: Vishnu Kannan <vishnuk@google.com> (github: vishh)
2014-08-12 06:24:55 +00:00
Victor Marmol
07b9ed3244 Remove lmctfy driver in favor of the raw driver 2014-07-22 14:09:42 -07:00
Victor Marmol
93754d77ee Make cAdvisor Dockerimage much smaller.
Remove old Dockerfiles for deployment and create a new one that only
includes the statically linked binaries we need. This creates an image
that is ~22MB in size.
2014-07-16 10:01:00 -07:00
Victor Marmol
9e8fb8da6d Updating version to 0.1.3. 2014-07-14 18:36:57 -07:00
Victor Marmol
5967ce8fcc Updating cAdvisor to version 0.1.2. 2014-07-08 17:17:17 -07:00
Victor Marmol
bf789f1080 Revert to ubuntu-trusty for lmctfy-docker image.
Lmctfy needs libprotobuf8.

Fixes #23
2014-06-12 15:42:01 -07:00
Johan Euphrosine
b370dd4667 deploy/lmctfy-docker/Dockerfile: libprotobuf7 2014-06-12 14:30:02 -07:00
Jason Swindle
34db5800d2 #16 Creating docker-only Dockerfile 2014-06-12 15:37:35 -05:00
Jason Swindle
0feb72cc90 #16 Moving quickstart to new folder 2014-06-12 15:37:35 -05:00