[GitHub] Katiyman commented on issue #2221: Unable to create trigger

2017-08-07 Thread git
Katiyman commented on issue #2221: Unable to create trigger 
URL: 
https://github.com/apache/incubator-openwhisk/issues/2221#issuecomment-320599754
 
 
   I am not sure about api-gateway... but it can be a no_proxy issue.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] Katiyman commented on issue #2221: Unable to create trigger

2017-08-04 Thread git
Katiyman commented on issue #2221: Unable to create trigger 
URL: 
https://github.com/apache/incubator-openwhisk/issues/2221#issuecomment-320194648
 
 
   I dont think putting proxy as a ENV variable is required.. that was the 
mistake i did, becoz of which i got issue 
   export proxy in individual commands where ever proxy is required. like below
   
   RUN export http_proxy=http://1x.xx.xx.6:8080 && \
   export https_proxy=https://1x.xx.xx.6:8080 && \
   apk add --no-cache \
   bzip2-dev \
   gcc \
   libc-dev \
   libxslt-dev \
   libxml2-dev \
   libffi-dev \
   linux-headers \
   openssl-dev
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] Katiyman commented on issue #2221: Unable to create trigger

2017-08-04 Thread git
Katiyman commented on issue #2221: Unable to create trigger 
URL: 
https://github.com/apache/incubator-openwhisk/issues/2221#issuecomment-320194648
 
 
   I dont thing putting proxy as a ENV variable is required.. that was the 
mistake i did, becoz of which i got issue 
   export proxy in individual commands where ever proxy is required. like below
   
   RUN export http_proxy=http://1x.xx.xx.6:8080 && \
   export https_proxy=https://1x.xx.xx.6:8080 && \
   apk add --no-cache \
   bzip2-dev \
   gcc \
   libc-dev \
   libxslt-dev \
   libxml2-dev \
   libffi-dev \
   linux-headers \
   openssl-dev
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] Katiyman commented on issue #2221: Unable to create trigger

2017-08-04 Thread git
Katiyman commented on issue #2221: Unable to create trigger 
URL: 
https://github.com/apache/incubator-openwhisk/issues/2221#issuecomment-320194648
 
 
   I dont thing putting it as a ENV variable is required.. that was the mistake 
i did becoz of which i got issue 
   export proxy in individual commands where ever proxy is required. like below
   
   RUN export http_proxy=http://1x.xx.xx.6:8080 && \
   export https_proxy=https://1x.xx.xx.6:8080 && \
   apk add --no-cache \
   bzip2-dev \
   gcc \
   libc-dev \
   libxslt-dev \
   libxml2-dev \
   libffi-dev \
   linux-headers \
   openssl-dev
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] Katiyman commented on issue #2221: Unable to create trigger

2017-08-03 Thread git
Katiyman commented on issue #2221: Unable to create trigger 
URL: 
https://github.com/apache/incubator-openwhisk/issues/2221#issuecomment-320161921
 
 
   @hsane2001 Actually we need not expose it as the ENV variable but rather in 
each command in the Dockerfile then this will not be the issue.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services