This repository contains sample implementations for learning and testing purposes.
Includes:
- Apps
- Builders
- Buildpacks
- Stacks
- Create a Buildpack Tutorial → Tutorial to get you started on your first Cloud Native Buildpack
- Buildpacks.io → Cloud Native Buildpack website
- Pack – Buildpack CLI → CLI used to consume the builder, along with source code, and construct an OCI image
- CNB Tutorial → Tutorial to get you started using
pack
, abuilder
, and your application to create a working OCI image - Buildpack & Platform Specification → Detailed definition of the interaction between a platform, a lifecycle, Cloud Native Buildpacks, and an application
- Docker
- Pack
- Make
- WSL w/ Ubuntu (Windows)
make build-linux
make build-windows