k8s-helpers/get_pod_ip

Paddy 2015-07-18 Parent:278dc70f8696

1:e11b0d402621 Go to Latest

k8s-helpers/get_pod_ip/build-docker.sh

Update dockerfile to not rely on PATH. Just use the absolute path to the binary, it's not like we don't know where it is...

History
1 cd $GOPATH/src/code.secondbit.org/k8s-helpers/get_pod_ip && go get -u . && docker run -it -e "CGO_ENABLED=0" -e "GOOS=linux" -v $GOPATH:/gopath google/golang go build -v -a -installsuffix cgo -o /gopath/src/code.secondbit.org/k8s-helpers/get_pod_ip/docker-get_pod_ip code.secondbit.org/k8s-helpers/get_pod_ip