There is also this logic you can leverage via env variables:
https://github.com/openshift-s2i/s2i-wildfly/blob/master/10.0/s2i/bin/assemble#L154

Ben Parees | OpenShift

On Aug 12, 2016 7:00 PM, "Lionel Orellana" <lione...@gmail.com> wrote:

> Got it.
>
> name: MAVEN_OPTS
>
> value: '-DproxyHost=http://<proxyserver> <http://172.30.192.51:3128/>
>  -DproxyPort=<port>'
>
> On 13 August 2016 at 08:08, Lionel Orellana <lione...@gmail.com> wrote:
>
>> Hi,
>>
>> I'm trying to run the Wildfly 10 template from the console.
>>
>> I found how to set the proxy variables for git and it is pulling down the
>> repo fine.
>>
>> But maven can't connect to central.
>>
>> Unknown host repo1.maven.org: unknown error
>>
>>
>> I've tried different environment variables with no luck
>>
>>
>> strategy:
>>
>>     type: Source
>>
>>     sourceStrategy:
>>
>>       from:
>>
>>         kind: ImageStreamTag
>>
>>         namespace: openshift
>>
>>         name: 'wildfly:10.0'
>>
>>       env:
>>
>>         -
>>
>>           name: HTTPS_PROXY
>>
>>           value: 'http://<proxyserver>: <http://172.30.192.51:3128/>
>> <port>'
>>
>>         -
>>
>>           name: HTTP_PROXY
>>
>>           value: 'http://<proxyserver>: <http://172.30.192.51:3128/><
>> port>'
>>
>>         -
>>
>>           name: JAVA_OPTS
>>
>>           value: '-Dhttp.proxyHost='http://<proxyserver>
>> <http://172.30.192.51:3128/>' -Dhttp.proxyPort=<port>'
>>
>>
>> Is there a way to set this here or can it only be done in the s2i script
>> and the build image ?
>>
>>
>>
>> Thanks
>>
>>
>>
>>
>>
>
> _______________________________________________
> users mailing list
> users@lists.openshift.redhat.com
> http://lists.openshift.redhat.com/openshiftmm/listinfo/users
>
>
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to