Improve scripts for developement environment
Closed this issue · 0 comments
Tostti commented
Description
Currently, we use the dev.sh
script in docker/osd-dev
to create our development environments.
The way the script currently works, requires a high level of mantainance to add the new OS and Wazuh versions when they are available. It also requires several parameters that could probably be optional (e.g., the OSD and OS versions could be obtained from the package.json
).
This issue aims to improve that script, analyzing the possible alternatives to do so.