You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by vveider <gi...@git.apache.org> on 2018/02/27 11:06:45 UTC

[GitHub] ignite pull request #3574: IGNITE-7821 Update Apache Ignite and Web Console ...

GitHub user vveider opened a pull request:

    https://github.com/apache/ignite/pull/3574

    IGNITE-7821 Update Apache Ignite and Web Console Dockerfile for 2.4 version and local build

     * removed Apache Ignite's Docker module obsolete autobuild directory layout
     * updated Apache Ignite's Dockerfile for local image build and use of lighter base image
     * removed Web Console's build script - replaced with pre-build instructions
     * introduced minor refactoring to Web Console's Dockerfile
     * fixed .dockerignore file with correct paths

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-7821

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3574.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 #3574
    
----
commit ca9077dc6f56e62ef3dfe251d5e3477da929074a
Author: Ivanov Petr <pi...@...>
Date:   2018-02-27T09:10:57Z

    IGNITE-7821 Update Apache Ignite and Web Console Dockerfile for 2.4 version and local build
     * removed Apache Ignite's Docker module obsolete autobuild directory layout
     * updated Apache Ignite's Dockerfile for local image build and use of lighter base image
     * removed Web Console's build script - replaced with pre-build instructions
     * introduced minor refactoring to Web Console's Dockerfile
     * fixed .dockerignore file with correct paths

----


---