Samples for Cloud Native Buildpacks
Go to file
Javier Romero 1c70d79806
Merge pull request #117 from buildpacks/feature/windows-2004
Add Windows dotnet-framework-2004 resources
2022-04-06 13:16:16 -05:00
.circleci Update pack-orb version, remove approval necessary 2020-12-16 10:09:08 -06:00
.github/workflows Revert "Add windows-2022 workflow" 2022-04-05 10:35:46 -05:00
apps Upgrade spring boot 2.4.5 and kotlin 1.5.30 2021-09-01 11:41:26 +07:00
builders Add Windows dotnet-framework-2004 resources 2022-04-04 06:47:26 -05:00
buildpacks Add Windows dotnet-framework-2004 resources 2022-04-04 06:47:26 -05:00
cicd
packages Update commands to match pack 0.16.0 2021-01-14 13:21:06 +02:00
stacks Add Windows dotnet-framework-2004 resources 2022-04-04 06:47:26 -05: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 Add Windows dotnet-framework-2004 resources 2022-04-04 06:47:26 -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