[
https://issues.apache.org/jira/browse/METRON-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16543368#comment-16543368
]
ASF GitHub Bot commented on METRON-1650:
----------------------------------------
Github user nickwallen commented on the issue:
https://github.com/apache/metron/pull/1091
@jameslamb It looks like you are trying to build with Java 10. You need to
be running Java 8 to build the project.
You might be interested in the instructions
[here](https://github.com/apache/metron/tree/master/metron-deployment/development/centos6#getting-started).
Also, sending the output of running
`metron-deployment/scripts/platform-info.sh` is also helpful to ensure that you
have all the dependencies setup to build Metron correctly.
Feel free to reach out on the dev mailing list for help in getting your
build environment setup. It might make sense to carry the conversation forward
there, at least until you can build master and deploy the dev environment.
Once you get past that hurdle we could restart the conversation here focusing
on your specific contribution.
Thanks for contributing!
> Packaging docker containers are too large
> -----------------------------------------
>
> Key: METRON-1650
> URL: https://issues.apache.org/jira/browse/METRON-1650
> Project: Metron
> Issue Type: Improvement
> Reporter: James Lamb
> Priority: Minor
>
> I have been looking through the project source code, and found that the
> packaging docker containers are bigger than they need to be.
> The containers' size could be cut substantially by:
> * Grouping as many commands as possible into as few RUN stages as possible
> * Taking advantage of `yum clean` and `apt-get clean`
> * Removing artifacts pulled with `wget`
> * Removing unused libraries or libraries only needed at build time (like
> `tar` and `wget`)
> I am creating this issue but will soon submit a PR to address it.
> Thank you for considering my proposal!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)