Samples for Cloud Native Buildpacks
Go to file
Javier Romero 91c14ef33d Add Windows nanoserver builder
Signed-off-by: Javier Romero <root@jromero.codes>
2020-05-24 10:47:19 -05:00
.github/workflows
apps
builders
buildpacks
packages
stacks
.editorconfig
.gitignore
CODEOWNERS
LICENSE
Makefile
README.md

README.md

Buildpack Samples Build Status

This repository contains sample implementations of the core components of the Cloud Native Buildpacks (CNB) project for learning and testing purposes.

Includes:

Start here:

To get up and running, install pack and run make build-linux or make build-windows, depending on your choice of target OS. Follow the README.md docs at the root directory of each component to choose your next step. We recommend starting to play with building apps.

External Buildpacks

Quick Reference

Development

Prerequisites

Test

Linux-Based Containers
make build-linux
Windows-Based Containers
make build-windows

Contributing