Samples for Cloud Native Buildpacks
Go to file
Javier Romero c8677af961 Cleanup scripts
Signed-off-by: Javier Romero <rjavier@vmware.com>
2020-04-25 11:45:49 -05:00
.github/workflows Fix condition in workflow that was causing deploys to skip 2020-02-24 14:19:21 -06:00
apps Minimize namespace section of IDs 2020-04-24 19:30:35 -05:00
builders Minimize namespace section of IDs 2020-04-24 19:30:35 -05:00
buildpacks Minimize namespace section of IDs 2020-04-24 19:30:35 -05:00
packages Minimize namespace section of IDs 2020-04-24 19:30:35 -05:00
registry Cleanup scripts 2020-04-25 11:45:49 -05:00
stacks Attempt to fix hanging windows tests by using previous tag 2020-02-24 16:07:41 -05:00
.editorconfig Annotate detect and build scripts 2019-10-01 09:14:21 -05:00
.gitignore Auto download pack 2019-09-23 08:51:02 -05:00
CODEOWNERS Updating CODEOWNERS 2020-02-05 10:53:55 -08:00
LICENSE Initial commit 2018-06-19 20:17:22 -04:00
Makefile Make buildpack IDs compatible with the registry convention 2020-04-24 15:18:31 -05:00
README.md Remove references to README.{md,MD} references 2020-04-07 11:23:03 -05:00

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