Docker Introduces Build Cloud
Written by Kay Ewbank   
Monday, 29 January 2024

Docker is offering a new service, Docker Build Cloud. This is a cloud-based build service that Docker says makes it faster to create builds of Docker images by combining building in the cloud with the use of shared caches.

The open packaging technology of Docker lets you run an app without the need to install files on which your app depends on the system it is running on. Instead, your app gets its own operating system environment packaged with it.

dockericon

 

The concept of the service is that building in the cloud speeds up build times because the cloud provides access to faster compute resources than are available on a developer’s local machine, and this approach provides more consistency between developers who may have newer or older machines.

The service also makes use of shared caches, meaning that when one team member initiates a build, the cached results become instantly accessible to others, thereby eliminating unnecessary builds and speeding up the development cycle.

Docker cited the example of one a customer who develops enterprise collaboration software, who was able to reduce their build time from an average duration of 15-20 minutes to less than two minutes using Docker Build Cloud.

The service also offers native support for multi-architecture builds, so making development easier for developers who need to create applications for both Intel (AMD64) and Apple Silicon/AWS Graviton (Arm64) chipsets. The native support for multi-architecture builds elimitates the need for setting up and maintaining multiple native builders.

The Docker team says that they have designed Docker Build Cloud to be easy to set up wherever you run your builds, and that it works well with Docker Compose, GitHub Actions, and other CI solutions.

Docker Build Cloud is available now.

 

dockericon

More Information

Docker Build Cloud .

Related Articles

Docker And Sysdig Partner Up To Secure The Software Supply Chain

Docker Adds Extensions

VS Code Improves Docker Support

Docker Native Windows And Mac

Native Docker Betas 

Docker 1.5 Released

New Docker Engine 1.3 

Docker Reaches Version 1

The Docker Way To Development

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Azul Intelligence Cloud Expands Support
02/05/2024

Azul has announced that its cloud analytics solution, Azul Intelligence Cloud, now supports Oracle JDK and any OpenJDK-based distribution. More DevOps teams will now benefit from its ability to b [ ... ]



Avi Wigderson Gains Turing Award
16/04/2024

Israeli mathematician and computer scientist, Avi Wigderson, is the recipient of the 2023 ACM A.M Turing Award which carries a $1 million prize with financial support from Google.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 29 January 2024 )