Samples for Cloud Native Buildpacks
Go to file
Aidan Delaney 0dec0e969c Builders and buildpacks for host platform arch
When running on amd64 build builders and buildpacks for that
architecture.  Similarly, support arm64 on arm64.

Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
2023-01-11 08:40:02 +00:00
.circleci Fix: CI: Pin CI Orb to 0.2.x version 2022-06-13 09:41:59 -05:00
.github/workflows Builders and buildpacks for host platform arch 2023-01-11 08:40:02 +00:00
apps fixup! Bump ruby distribution in sample buildpack 2022-12-24 14:44:36 +00:00
builders Add fixtures for testing phases 1 and 2 of Dockerfiles 2022-10-12 15:19:53 -04:00
buildpacks Builders and buildpacks for host platform arch 2023-01-11 08:40:02 +00:00
cicd
extensions Bump CI 2022-12-07 14:39:17 -05:00
packages
stacks Builders and buildpacks for host platform arch 2023-01-11 08:40:02 +00: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 Builders and buildpacks for host platform arch 2023-01-11 08:40:02 +00: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