Skip to content
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

Refactor: Remove all scripts from build process #611

Open
Souheil-Yazji opened this issue Apr 18, 2024 · 0 comments
Open

Refactor: Remove all scripts from build process #611

Souheil-Yazji opened this issue Apr 18, 2024 · 0 comments
Labels
good-first-issue Good for newcomers

Comments

@Souheil-Yazji
Copy link
Contributor

It's very annoying to have to rebuild the entire repo's dockerfiles when a script is updated, since they have no impact on the docker workflow. This poor workflow is a consequence of poor design and drastically reduces delivery time of changes to the scripts to images.

Suggestion:

  • Remove all scripts from the build process.
  • Changes made to scripts exclusively should not rebuild the images.
  • Scripts should be downloaded on new containers via wget or curl for example. This means that devs can push changes to upstream, then instead of being forced to wait for the build process to go through and then reboot the notebook to pull the new image, they can simply restart their notebook!
@Souheil-Yazji Souheil-Yazji added the good-first-issue Good for newcomers label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good-first-issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant