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

Switch to BUILDX to build images #20258

Closed
potiuk opened this issue Dec 13, 2021 · 0 comments · Fixed by #20664
Closed

Switch to BUILDX to build images #20258

potiuk opened this issue Dec 13, 2021 · 0 comments · Fixed by #20664
Assignees

Comments

@potiuk
Copy link
Member

potiuk commented Dec 13, 2021

We should use buildx to build and cache our image

https://docs.docker.com/buildx/working-with-buildx/

In the past it was difficult because we are heavily use caching of the imges and the cache of BUILDX was not compatible with docker registry. Howvever with moving to GHCR.io and improvements in Buildx infrastructure it should now be possible to push and pull cache which will be both BUILDX and regular docker build compatible.

@potiuk potiuk self-assigned this Dec 13, 2021
@potiuk potiuk linked a pull request Jan 5, 2022 that will close this issue
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 a pull request may close this issue.

1 participant