-
Bug
-
Resolution: Done
-
Major
-
None
-
None
In S2i, the http socket binding is bound to 0.0.0.0. Currently in Bootable JAR it is bound to HOSTENV (if defined) and fallback to 127.0.0.1.
We should align to S2I builder image by introducing the bindall interface and have http and https to use it.