зеркало из https://github.com/microsoft/Oryx.git
b4287080d9
* Deleted __pythonVersions.sh * Modified PlatformInstallerBase.cs * Modified Php, phpfpm dockerfiles * Modified bullseye.dockerfile in php-fmp * Modified azureFunctions.JamStack.Dockerfile * Removed Unnecessary files * modified dotnet dockerfiles * deleted unused sh files in build folder * Removed Unnecessary ENV variables * deleted __functions.sh * Modified PlatformInstallerBase.cs * modified PlatformInstallerBase.yml * modified args in dockerfiles * Removed unnecessary lines * Modified dotnet 9 dockerfile * Created a default version file in Oryx * Created a default version file in Oryx * Created a default version file in Oryx * making default version file executable * moved defaultversions.sh to build folder * removed default values * modified php-fpm 8.2 dockerfile * created build_runtime_images.sh to build locally * removed unnecessary zips * added setting_variables.yml for local build * Modified setting_variables.yml * removed DotNetCoreAgent.2.8.42.zip * removed default versions file * modified NodeDynamicInstallationTest.cs * added more constants to constants.yml * modified Oryx.sln * recovered build/buildPlatformBinaries.sh build/buildTestBuildImages.sh files * modified buildTestBuildImages.sh * recovered __functions.sh * recovered __functions.sh * updated versions in constants.yml * updated php 8.3 buster image * passed YAML version from constants.yml * Recovered __pythonVersions.sh * modified to include __pythonVersions.sh * passed YARN version also as parameter * removed extra line * passed dotnetCoreagent version as arg * Added build_buildimages.sh * Removed unnecessary comments * removed unnecessary comments * resolved comments |
||
---|---|---|
.. | ||
buildServer | ||
hosts | ||
resources | ||
runtimes | ||
README.md | ||
architecture.md | ||
base_images.md | ||
buildpack.md | ||
configuration.md | ||
supportedPlatformVersions.md | ||
supportedRuntimeVersions.md |
README.md
These documents describe components and configuration of Oryx's build and run system and how to configure or change them.
Contents
- Using Oryx
- Using Azure App Service for Linux, where Oryx is called to build and run web apps.
- Custom Dockerfile that calls Oryx to build and run the application.
- Configure specific features, including support for multiple platforms.
- Runtimes
- Architecture and components
- Build image, which contains the supported SDKs.
- Runtime images, streamlined to run applications previously built using the build image.
- Supported platform versions