Make basic end to end test robustly wait for hostIP

This commit is contained in:
Satnam Singh
2015-01-16 13:11:42 -08:00
parent a9cbc58b8e
commit fc83ba704b
4 changed files with 90 additions and 75 deletions

View File

@@ -1,8 +1,6 @@
# https://github.com/thockin/serve_hostname
FROM scratch
FROM ubuntu:14.04
MAINTAINER Tim Hockin <thockin@google.com>
ADD serve_hostname serve_hostname
ADD serve_hostname.go serve_hostname.go
ADD serve_hostname /serve_hostname
ADD serve_hostname.go /serve_hostname.go
EXPOSE 9376
ENTRYPOINT ["/serve_hostname"]