opennms-forge / docker-horizon-core-web

🐳 Core and Web application service for Horizon by OpenNMS
MIT License
30 stars 19 forks source link

Install JICMP, JICMP6 and JRRD2 dependencies directly #56

Open indigo423 opened 5 years ago

indigo423 commented 5 years ago

The packages for JICMP, JICMP6, and JRRD2 will be installed from the same repository version as OpenNMS Horizon. As soon we switch from stable to develop we get other JICMP/JICMP6 and JRRD2 packages installed as from stable and can introduce hard to control side effects. To decouple this situation, it would be better to use an ARG variable with the dependencies to give a user the control which versions are installed and use the stable versions as default.