Build
Set Environment Variables
-
For those who are behind Proxy Server
$ export HTTP_PROXY="http://id:pw@proxy.example.com:8080" $ export HTTPS_PROXY="https://id:pw@proxy.example.com:8433" $ export NO_PROXY="localhost,127.0.0.1,0.0.0.0,172.17.0.1"
Build Image
- Install Source-To-Image (S2I)
- Build builder image
$ make build_image
- Build application image
$ make -e docker_image_prefix=YOUR_PREFIX app_image