This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building logstash | |
Step 1 : FROM logstash:5 | |
---> b8378ec492c6 | |
Step 2 : ENV http_proxy http://<our-corporate-proxy>:80 | |
---> Using cache | |
---> 9920b7ec7ddb | |
Step 3 : ENV https_proxy http://<our-corporate-proxy>:80 | |
---> Using cache | |
---> 5b3303a3253c | |
Step 4 : ENV HTTP_PROXY http://<our-corporate-proxy>:80 |