Azure / acr

Azure Container Registry samples, troubleshooting tips and references
https://aka.ms/acr
Other
162 stars 106 forks source link

Allow `buildkit` build in `az acr build` #721

Open HappyRashair opened 10 months ago

HappyRashair commented 10 months ago

What is the problem you're trying to solve I'd like to use new BuildKit features in my Dockerfile.

Describe the solution you'd like It would be nice to have an argument to use BuildKit build in acr build task, e.g. --buildkit

Additional context Related issue: https://github.com/apache/airflow/issues/27690

jeevankuduvaravindran commented 7 months ago

Is there any updates on this feature? we need buildkit to be working on acr for one of our publish functionalities.

github-actions[bot] commented 5 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

HappyRashair commented 5 months ago

Is it very hard to implement this?