You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checked that there is not already provided the described functionality
Description
Currently prom2teams source code is stored under /opt/prom2teams directory. As the command python setup.py install builds the app and then installs all modules in one run, could be desirable to create an stage to build the app from source, creating a standard Wheel file and then use other stage to copy that file and execute it, in order to reduce container complexity and current image size.
The text was updated successfully, but these errors were encountered:
Prerequisites
Description
Currently prom2teams source code is stored under
/opt/prom2teams
directory. As the commandpython setup.py install
builds the app and then installs all modules in one run, could be desirable to create an stage to build the app from source, creating a standard Wheel file and then use other stage to copy that file and execute it, in order to reduce container complexity and current image size.The text was updated successfully, but these errors were encountered: