Oryx icon indicating copy to clipboard operation
Oryx copied to clipboard

Build your repo automatically.

Results 323 Oryx issues
Sort by recently updated
recently updated
newest added

### Feature Request May you please clarify how to deploy Entity Framework Core migrations with ASP.net CORE MVC? I'm trying customizing the appsvc.yaml with many different commands but no success....

### Bug Report #### At what date and time did you most recently experience the problem? One instance: ``` Start: Fri, 15 Jul 2022 19:19:22 GMT End: Fri, 15 Jul...

Hi all, sorry for the monster of a PR. Luckily, a lot of it is small changes. This is the first of 3 pull requests, which are documented at the...

This change will consider the customized user run command.

Fixes the following errors, which occurred every time a github action or lts image is built, adding 1.25 minutes to each image build (adds up when building all images): ```...

### Bug Report Trying to deploy this app to Azure Web App Service - Linux https://github.com/microsoft/BotFramework-Composer/tree/master/Composer Deployment can go through before setting SCM_DO_BUILD_DURING_DEPLOYMENT=true After setting the configure to true, build...

### Bug Report - At what date and time did you most recently experience the problem? > Just now - Where did you experience the problem? E.g. Azure Web Apps,...

### Feature Request #### Scenario I want to deploy a PHP site in non development mode to a server using composer. #### Issue Oryx installs the composer libraries with the...

enhancement

### Bug Report [PythonBashBuildSnippet.sh.tpl](https://github.com/microsoft/Oryx/blob/9dbab9750ced045e9b4bd30104c3f9b680edf717/src/BuildScriptGenerator/Python/PythonBashBuildSnippet.sh.tpl#L79-L110) assumes that `pyproject.toml` implies that it is a poetry project. However, this isn't generally true. The code for `setup.py` and `pyproject.toml` could be handled by `pip`...

bug

### Feature Request Hi, At the moment when performing a remote python build using Oryx, pip install is [called with the --prefer-binary command](https://github.com/microsoft/Oryx/blob/8fc97e814a4db6df6c8b0a6be294eaa9bc7d2551/src/BuildScriptGenerator/Python/PythonBashBuildSnippet.sh.tpl#L125). As per documentation of pip, this command...