[
https://issues.apache.org/jira/browse/IGNITE-8546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16555377#comment-16555377
]
ASF GitHub Bot commented on IGNITE-8546:
----------------------------------------
GitHub user gromtech opened a pull request:
https://github.com/apache/ignite/pull/4427
IGNITE-8546 Permission denied while copying OPTION_LIBS on Openshift
* Added permissions to copy optional libs, create work dir and execute
entry point.
* Changed run.sh: `cp libs/optional/$lib/*` replaced by `cp
libs/optional/$lib` to avoid overwriting files (licenses, README, etc).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8546
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4427.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4427
----
commit 3097f39d152d9c4522e563bab5b5e34a78b7c7ee
Author: Roman Guseinov <gromcase@...>
Date: 2018-07-25T08:36:31Z
IGNITE-8546 Permission denied while copying OPTION_LIBS on Openshift
----
> Permission denied while copying OPTION_LIBS on Openshift
> --------------------------------------------------------
>
> Key: IGNITE-8546
> URL: https://issues.apache.org/jira/browse/IGNITE-8546
> Project: Ignite
> Issue Type: Bug
> Components: build
> Affects Versions: 2.4, 2.5, 2.6
> Environment: Server https://api.pro-us-east-1.openshift.com:443
> openshift v3.9.14
> kubernetes v1.9.1+a0ce1bc657
> Reporter: Roman Guseinov
> Assignee: Roman Guseinov
> Priority: Major
> Attachments: Dockerfile
>
>
> The issue happens when we try to deploy `apacheignite/ignite:2.4.0` on
> Openshift with specified OPTION_LIBS env variable
> "ignite-kubernetes,ignite-rest-http".
> There is a workaround how to resolve this issue. Dockerfile is attached.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)