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

feat: add pull policy and dependencies #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

average-gary
Copy link
Contributor

Add pull_policy: build to make sure images are built from their respective dockerfile.
Added additional depends_on for services running aforementioned images to be built

Add pull_policy: build to make sure images are built from their respective dockerfile.
Added additional `depends_on` for services running aforementioned images to be built
@GitGab19
Copy link
Collaborator

Could you please solve conflicts? I'm really sorry, but I force pushed some commits just to fix immediately the issues encountered today. Now I'm gonna start introducing changes by PRs 🤞

@GitGab19
Copy link
Collaborator

GitGab19 commented Jan 8, 2025

Hey @average-gary, could you give us updates here? Why do we need to add a pull_policy?

Also, there are conflicts since we changed many things during last months on docker-compose files

@average-gary
Copy link
Contributor Author

Pull-policy was added so a stale cached image wouldn't impact the benchmark. iirc, I encountered this issue with one of the dependencies. It could also just be a manual decision by the user so probably not a critical change.

@GitGab19
Copy link
Collaborator

GitGab19 commented Jan 9, 2025

Does that mean that with pull_policy we are going to rebuild images without cache on every execution of the tool?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants