зеркало из https://github.com/microsoft/Oryx.git
a0f4a740a0
* Fix .net 7 test * added builder code into the oryx repo * add cli builder into the pipelines, and added tests for it * add missing line to build images script * make grep use regex exact match * add some basic build scripts for the builder image * added missing ruby dep * finished up scripts to build the builder images * add cli builder in cli image building * added pipelines to release base and capps builder images * add builder jobs to validation * depend on the builder job * typo * actually push the builder images to the prod acr * add to ci and nightly * removed extra unused script * fix indentation * retag and push the stack images to prod as well * also use mcr for cli-builder image * fix telemetry key and make ostype generic * added link to CNB docs * copy artifacts over to the expected artifacts dir * removed condition for builder scripts running * attempt to fix pipeline * add gitignore * remove gitignored files * pr feedback remove files and fix pipelines * updated base builder documentation * added template build, and updating instrumentation key to connection string * add to the rest of the pipelines and pull the cli builder before retagging it * pr feedback: added exo pipefail to shell scripts and test on newer dotnet versions * update builder base os to bullseye * cleanup remaining buster ref, and remove libuuid * allow php and ruby deps be installed on bullseye * actually saving file :( * removed the re-tagging to mcr logic |
||
---|---|---|
.. | ||
base | ||
container-apps | ||
README.md |
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.