9 lines
115 B
Bash
Executable File
9 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
godep go build -a github.com/google/cadvisor
|
|
|
|
docker build -t google/cadvisor:canary .
|