-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Optimize downloading requirements introducing file checksums, use Python instead of Bash #805
Comments
I've check how messed this role is during #127... We should keep consistency of the repository role for supported OS's. Proposed structure of files directory in repository role:
|
I was discussing with @to-bar the possibilities of refactoring this role. We agreed that if possible, download-requirements should be rewritten to python. It will give us the possibility to keep requirements.txt in a more structured file type like JSON. Another thing we should consider is adding md5sum to this file, so we will be able to verify if file was downloaded successfully and skip re-downloading in case of re-apply. |
* rsync added to the Dockerfile
#2778 is related. |
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
* rsync added to the Dockerfile * add rsync to devcontainer * files, images and crane moved to separate files * added yaml
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
full
(current solution) andadaptive
(download only files required by enabled components).DoD checklist
The text was updated successfully, but these errors were encountered: