logo
Dates

Author


Conferences

Tags

Sort by:  

Authors: Duane DeCapite
2022-05-17

tldr - powered by Generative AI

Scaling Container Builds with Software Supply Chains
  • Buildpacks, flux, and Cartographer projects can automate the software supply chain and help to address container builds at scale while minimizing the burden on developers
  • Buildpacks simplifies the process of going from source code to a running container without requiring Docker files
  • Buildpacks creates an S-bomb natively as part of the build process and supports a wide variety of S-bom formats
  • Rebasing capability in Buildpacks is key for large organizations with hundreds of apps that use a common base OS layer
  • Cartographer is a Kubernetes native supply chain that automates best practices and a shift left methodology
  • Flux is a Git watcher that runs the supply chain when the developer commits code to the repository
  • Choreography is more flexible than linear orchestration and is based on a Kubernetes API
  • Supply chain can be triggered automatically without a code commit from the developer