You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Novikov (JIRA)" <ji...@apache.org> on 2016/06/20 10:38:05 UTC

[jira] [Resolved] (IGNITE-3266) Web console: error in docker file

     [ https://issues.apache.org/jira/browse/IGNITE-3266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Novikov resolved IGNITE-3266.
------------------------------------
       Resolution: Won't Fix
         Assignee: Pavel Konstantinov  (was: Andrey Novikov)
    Fix Version/s: 1.7

This is correct command format. 

> Web console: error in docker file
> ---------------------------------
>
>                 Key: IGNITE-3266
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3266
>             Project: Ignite
>          Issue Type: Bug
>          Components: UI
>            Reporter: Pavel Konstantinov
>            Assignee: Pavel Konstantinov
>             Fix For: 1.7
>
>
> I've noticed error in docker file: 'cp {} '
> {code}
> # Copy project jars to node classpath.
> RUN mkdir $IGNITE_HOME/libs/1 && \
>    find 1/target -name "*.jar" -type f -exec cp {} $IGNITE_HOME/libs/1 \; && \
>    cp -r 1/config/* $IGNITE_HOME/config
> {code}
> I suppose this should be 'jdbc-drivers/*' folder. But in case when project doesn't contain any jdbs drivers  an incorrect text is generated.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)