Samples for Cloud Native Buildpacks
Go to file
Natalie Arellano 607e3d4340 Fix
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2022-01-26 11:54:52 -05:00
.circleci
.github/workflows Adds wine stack, builder to demonstrate Windows without a WCOW daemon 2021-06-08 10:32:38 -04:00
apps Upgrade spring boot 2.4.5 and kotlin 1.5.30 2021-09-01 11:41:26 +07:00
builders Changes to test processes 2022-01-25 16:02:58 -05:00
buildpacks Fix 2022-01-26 11:54:52 -05:00
cicd
packages
stacks Fixes wine build image when untrusted 2021-06-09 10:36:36 -04:00
.editorconfig
.gitignore
.gitpod.Dockerfile Gitpodified the repository 2021-05-05 15:02:00 +00:00
.gitpod.yml Gitpodified the repository 2021-05-05 15:02:00 +00:00
CODEOWNERS
LICENSE
Makefile Fixes deploy: wine stack has no base image 2021-06-16 07:51:17 -04:00
README.md Gitpodified the repository 2021-05-05 15:02:00 +00:00

README.md

Buildpack Samples

Build Status Gitpod ready-to-code

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

Development in the Browser

Instead of setting everything up locally, you can open this repository in a completely pre-configured development environment in the cloud right from your browser:

Open in Gitpod

Local Development

Prerequisites

Test

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

Contributing