Cleanup hack/ Dockerfiles

Signed-off-by: Jess Frazelle <jessfraz@google.com>
This commit is contained in:
Jess Frazelle
2016-06-22 14:34:01 -07:00
committed by Jess Frazelle
parent c0579af684
commit 5e03b743d6
6 changed files with 36 additions and 30 deletions

View File

@@ -72,7 +72,7 @@ for ver in $VERSIONS; do
-v "${SWAGGER_PATH}":/swagger-source:z \
-v "${REGISTER_FILE}":/register.go:z \
--net=host -e "https_proxy=${KUBERNETES_HTTPS_PROXY:-}" \
gcr.io/google_containers/gen-swagger-docs:v6 \
gcr.io/google_containers/gen-swagger-docs:v7 \
"${SWAGGER_JSON_NAME}"
done