-
Notifications
You must be signed in to change notification settings - Fork 846
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
Improve dockerization #2947
base: main
Are you sure you want to change the base?
Improve dockerization #2947
Conversation
…when docker-compose command is run Signed-off-by: Mbaoma <[email protected]>
…when docker-compose command is run Signed-off-by: Mbaoma <[email protected]>
…when docker-compose command is run Signed-off-by: Mbaoma <[email protected]>
…when docker-compose command is run Signed-off-by: Mbaoma <[email protected]>
This looks pretty good to me for the most part - however, it looks like the dependency scripts ( |
Signed-off-by: Mbaoma <[email protected]>
Merge branch 'main' of https://github.com/chaoss/augur into improve-dockerization
@GregSutcliffe Thank you for catching that! Yes, that accounts for the speedup, as those scripts are typically resource-intensive. However, upon review, I ran the installation scripts in the |
Signed-off-by: Mary Mbaoma <[email protected]>
Description
docker-compose up --build
command is run.This PR fixes #
My pull request reduced the duration of the Run the Build job in the pipeline from 6 minutes and 15 seconds to 2 minutes and 8 seconds.
Notes for Reviewers
Signed commits