Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Warning

TODO : reorganize the documentation

Starting from Docker 18.09 a new build architecture was developed : BuildKit. 

The build speed of Datafari EE is increased a lot thanks to that. Only 3 min for a build with Java code modification and only 1 minute if no Java code modified.

To do so new files were added in the Datafari repo.

You only need to have Docker 18.09+ running

And launch the build with this command : 

Code Block
DOCKER_BUILDKIT=1 docker build -f DockerfileDev -t datafaridev . 


As you can see in the documentation, you can develop and debug your Datafari code in a Debian or Ubuntu environment. But in this page we detail how to develop for other environments like MacOS X thanks to Docker for hosting Datafari. So you develop locally on your PC/Mac and you deploy on Docker to see the changes.

...