cadvisor/deploy/build.sh
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

9 lines
118 B
Bash
Executable File

#!/bin/bash
set -e
set -x
godep go build -a github.com/google/cadvisor
sudo docker build -t google/cadvisor:test .