k8s-helpers/get_pod_ip

Paddy 2015-07-18 Parent:278dc70f8696

1:e11b0d402621 Go to Latest

k8s-helpers/get_pod_ip/Dockerfile

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.1 --- a/Dockerfile	Sat Jul 18 06:02:52 2015 -0400
     1.2 +++ b/Dockerfile	Sat Jul 18 06:16:58 2015 -0400
     1.3 @@ -5,4 +5,4 @@
     1.4  
     1.5  WORKDIR /bin/k8s-helpers
     1.6  
     1.7 -CMD ["get_pod_ip"]
     1.8 +CMD ["./get_pod_ip"]