Oryx/builders
Paul Dorsch 5845d3eacc
Renamed the capp demo directory to container-apps (#2325)
* updated container-apps-internal-registry-demo directory to container-apps and removed existing container-apps directory

* fix builds
2024-01-04 09:42:50 -05:00
..
base Add builder code and release pipelines (#1934) 2023-03-23 17:36:24 -04:00
container-apps Renamed the capp demo directory to container-apps (#2325) 2024-01-04 09:42:50 -05:00
README.md Add builder code and release pipelines (#1934) 2023-03-23 17:36:24 -04:00

README.md

Builders

This repo contains the definitions of the builder images that are used to build application source code into runnable images.

These builders use the buildpack ecosystem defined by the Cloud Native Buildpacks project. They build the application code using the Oryx project, and can use the Oryx runtime images for the final images.

The /base directory contains the builder image itself, and is where the buildpack was authored. The /container-apps-wrapper directory contains the code for an image that was built on top of the builder image and has some additional logic, such as detecting the runtime version before running the build.