Skip to content

Commit

Permalink
add to build local images script
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat Chopra committed Aug 28, 2017
1 parent 8e07a49 commit edd530f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hack/build-local-images.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,15 @@
},
"files": {}
},
"nginx-router": {
"directory": "router/nginx",
"binaries": {
"openshift": "/usr/bin/openshift"
},
"files": {
".": "/var/lib/nginx"
}
},
"haproxy-router": {
"directory": "router/haproxy",
"binaries": {
Expand Down

0 comments on commit edd530f

Please sign in to comment.