Buildpacks
Cloud Native Buildpacks build production-ready container images directly from application source code, without writing a Dockerfile.
Overview
Cloud Native Buildpacks inspect an application's source code, detect the language and dependencies, and produce an optimized, reproducible container image automatically - handling base image updates and security patching across many apps at once by rebuilding with an updated buildpack rather than editing every Dockerfile by hand. The `pack` CLI is the reference tool for building with them.
Buildpacks are a fit for platform teams standardizing how container images get built across many applications and teams, removing Dockerfile maintenance as a per-app responsibility.
- Categories
- Developer Tools
- Languages
- Go
- License
- Apache-2.0
Related Projects
Skaffold
Apache-2.0Local Kubernetes development tool that automates the build-push-deploy loop so code changes are reflected in a cluster automatically.
- Developer Tools
Backstage
Apache-2.0Open framework for building an internal developer portal, unifying a company's services, infrastructure, and documentation behind one searchable software catalog.
- Developer Tools
Coder
AGPL-3.0Self-hosted platform for provisioning cloud development environments on your own infrastructure, giving every developer a consistent, disposable remote workspace.
- Developer Tools
Crawlee
Apache-2.0Node.js and TypeScript library for web scraping and browser automation, built to produce reliable crawlers that resist bot detection.
- Developer Tools
Spotted an error? Suggest an edit on GitHub.