potiuk commented on pull request #20664:
URL: https://github.com/apache/airflow/pull/20664#issuecomment-1005567519


   It also has all the nice things about building multi-platform images. The 
nice thing about buldx is that you can have mutliple builders - for example 
different builders for different platforms, or you could have " build cache 
server" where you builds such caches and organize it in the way that each 
builder is completely separated from the "docker engine" it runs on. It works 
in the way that each builder runs as a separate container and has private image 
'storage" so when the builder builds an image, it's not visible via `docker 
images`. 
   
   Pretty nice solution to organize your builds when you have mutli-platform, 
multi-branch, multil-whatever case. Initially seems much more complex than 
original docker build system, but it is actually very intuitive.


-- 
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]


Reply via email to