Samples for Cloud Native Buildpacks
Go to file
Natalie Arellano fd4d72b2a3 Don't break alpine stack
Signed-off-by: Natalie Arellano <narellano@vmware.com>
2022-07-20 11:16:21 -04:00
.circleci Fix: CI: Pin CI Orb to 0.2.x version 2022-06-13 09:41:59 -05:00
.github/workflows CI: Fix: Windows build and deploy pipeline 2022-06-23 14:33:49 -05:00
apps Bump rack from 2.2.3 to 2.2.3.1 in /apps/ruby-bundler 2022-06-23 20:45:43 +00:00
builders Don't break alpine stack 2022-07-20 11:16:21 -04:00
buildpacks Comment out requires 2022-07-19 14:57:14 -04:00
cicd Move cicd config into standalone directory 2020-11-18 14:00:41 +02:00
extensions/curl Don't break alpine stack 2022-07-20 11:16:21 -04:00
packages Update commands to match pack 0.16.0 2021-01-14 13:21:06 +02:00
stacks Make curl extension non-static 2022-07-20 09:57:58 -04:00
.editorconfig
.gitignore Change Makefile to support Windows pack for Linux/Windows daemons 2020-08-20 12:22:16 -04:00
.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 CI: Fix: Windows build and deploy pipeline 2022-06-23 14:33:49 -05:00
README.md Update README.md 2022-01-04 12:53:23 +03: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