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

Fix local builds broken by adding --pull globally #85

Merged
merged 1 commit into from
Oct 27, 2023

Conversation

kjsanger
Copy link
Member

Adding --pull to all builds breaks local builds because Docker expects the pulled image to be in a registry.

This change is a compromise which uses --pull only for third party images which are always obtained from a registry and avoids it for images built locally by the Makefile.

@kjsanger kjsanger added the bug Something isn't working label Oct 27, 2023
Adding --pull to all builds breaks local builds because Docker expects
the pulled image to be in a registry.

This change is a compromise which uses --pull only for third party
images which are always obtained from a registry and avoids it for
images built locally by the Makefile.
@kjsanger kjsanger force-pushed the bugfix/only-pull-base-images branch from a9d956d to b9d0f0f Compare October 27, 2023 10:34
@kjsanger kjsanger changed the title Fix local builds borken by adding --pull globally Fix local builds broken by adding --pull globally Oct 27, 2023
@kjsanger kjsanger merged commit b3c08c0 into wtsi-npg:devel Oct 27, 2023
@kjsanger kjsanger deleted the bugfix/only-pull-base-images branch October 27, 2023 10:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant