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

Docker BuildX for parallel builds and conda package cache #357

Open
scottyhq opened this issue Jul 20, 2022 · 0 comments
Open

Docker BuildX for parallel builds and conda package cache #357

scottyhq opened this issue Jul 20, 2022 · 0 comments

Comments

@scottyhq
Copy link
Member

scottyhq commented Jul 20, 2022

In the interest of simplifying and speeding up building an increasing number of images I started experimenting with Docker BuildX . One unanticipated result is the possibility of doing away with ONBUILD, which is a bit magical and confusing, and instead using a single pangeo Dockerfile with remote contexts. Discussed a bit with @yuvipanda at scipy2022. Lots to explore, so in the interest of not disrupting the currently functioning setup in this repository I'd welcome input over at https://github.com/scottyhq/pangeo-buildx

See also new Dockerfile syntax and buildkit options like (copy --link)
https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/reference.md#copy---link

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

No branches or pull requests

1 participant