Gabor Gyimesi created MINIFICPP-1364:
----------------------------------------
Summary: Don't use rsync in docker build
Key: MINIFICPP-1364
URL: https://issues.apache.org/jira/browse/MINIFICPP-1364
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Gabor Gyimesi
Using rsync to move source code under the docker folder makes it hard to use
the Dockerfiles separately without the need of the provided build script also
makes it impossible to provide custom parameters to the docker build command.
It also unnecessarily duplicates the source files in every docker build run.
Rsync should be removed and the defined excludes can be moved to a
.dockerignore file. The docker build commands can be changed to use a specific
Dockerfile with the -f option and useĀ the root directory (..) as the context
or simply moved to the root of the repository.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)