-
Notifications
You must be signed in to change notification settings - Fork 3.9k
WIP: [docker] [ci] fix dockerfiles, test docker builds in CI #6638
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
base: master
Are you sure you want to change the base?
Conversation
What about publishing these images somewhere? Eg. DockerHub, ghcr.io or quay.io. Do you think users need them?.. |
I don't think we should pursue pre-building the images and publishing them somewhere right now. I think that's a little too heavy for a single library like |
Fair enough! Agree with you! |
Fixes #6450
Will hopefully prevent other issues similar to #6426 in the future.
Proposes the following:
$(arch)
so the dockerfiles can be built on aarch64Notes for Reviewers
This is not ready for review.
As I work on this, I'll try to break off some pieces into other PRs to keep this from getting too big. Just opening this to show that I'm working on it.