Skip to content

Commit edd530f

Browse files
author
Rajat Chopra
committed
add to build local images script
1 parent 8e07a49 commit edd530f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hack/build-local-images.py

+9
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@
9696
},
9797
"files": {}
9898
},
99+
"nginx-router": {
100+
"directory": "router/nginx",
101+
"binaries": {
102+
"openshift": "/usr/bin/openshift"
103+
},
104+
"files": {
105+
".": "/var/lib/nginx"
106+
}
107+
},
99108
"haproxy-router": {
100109
"directory": "router/haproxy",
101110
"binaries": {

0 commit comments

Comments
 (0)