cloud native buildpacks

Table of Contents

Cloud Native Buildpacks (CNBs) transform your application source code into container images that can run on any cloud. With buildpacks, organizations can concentrate the knowledge of container build best practices within a specialized team, instead of having application developers across the organization individually maintain their own Dockerfiles. This makes it easier to know what is inside application images, enforce security and compliance requirements, and perform upgrades with minimal effort and intervention.

The CNB project maintains a set of specifications and tooling that make it possible to write buildpacks and orchestrate them together in a build system. Additionally, community providers such as Google, Heroku, and the Paketo project maintain buildpacks for a wide variety of language families, and you can discover even more by searching the buildpack registry.

cloud native buildpacks 云原生构建包 - 将应用程序的源代码转换成能够在任意的云中运行的镜像

借助 buildpacks,一个组织可以将容器构建最佳实践的知识集中在一个专门的团队中,而不是让整个组织的应用程序开发人员单独维护自己的 Dockerfile。

这使得了解应用程序映像中的内容、执行安全性和合规性要求以及以最少的努力和干预执行升级变得更加容易。

CNB 项目维护了一组规范和工具,使编写构建包并在构建系统中将它们编排在一起成为可能。

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Category: 似水流年