potiuk commented on issue #27690: URL: https://github.com/apache/airflow/issues/27690#issuecomment-1316030524
First of all there is no guarantee not expectations that you can build the dockerfile using any specif toolkit. Buildkit is a requirement to build the image, but since Dockerfile of ours is a reference only, you do not even need it. You can look at the sources and create your Dockerfile in the way you think is best. However - as far as I checked you can use buildkit in Azure. it cannot be used in Windows environment (this is clear from docs In found) but Airflow is in general not supported on Windows. Quick search have shown me that buildkit is in fact supported on Azure if you use Linux on Azure and if you think it is not documented enough you can probably add your comment here https://github.com/MicrosoftDocs/azure-devops-docs/issues/9196 where not only you can find links to document how to do it and also complaints like yours where it is not documented enough It took me about 10 seconds to Google so I am not sure if you can put it to a good use but i expect by following the links and documentation ,you will be able to solve your problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
