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
Instead of using 'manual' method, have workshop understand various installers like pip, cpan, node, etc. The user will list packages in a similar way as is done for yum, dnf, and apt. This way workshop can probe for package versions and generate a more accurate md5sum, and packages within the installer (like pip) can be consolidated across multiple requirement.json files.
The text was updated successfully, but these errors were encountered:
Also support being able to run the different 'installers' at the same time to shorten the time to build a container. For example, allow the 'dnf' installer to run while the 'nodejs' and 'cpan' installer are also running. Fork a process for each of these once the container is active and wait for all to finish.
Note that supporting the above will probably require certain distro packages are installed first (like node and cpan), then the other installers will be able to work, then these installers can run while the rest if the distro packages are being installed.
Instead of using 'manual' method, have workshop understand various installers like pip, cpan, node, etc. The user will list packages in a similar way as is done for yum, dnf, and apt. This way workshop can probe for package versions and generate a more accurate md5sum, and packages within the installer (like pip) can be consolidated across multiple requirement.json files.
The text was updated successfully, but these errors were encountered: