Oryx icon indicating copy to clipboard operation
Oryx copied to clipboard

Fix docker file path for python runtime images

Open kumaraksh1 opened this issue 1 year ago • 0 comments

  • [x] The purpose of this PR is explained in this message or in an issue. If an issue please include a reference as #<issue_number>.
  • [ ] Tests are included and/or updated for code changes.
  • [x] Proper license headers are included in each file.

To generate the runtime base images, dockerfiles are generated on the fly and the same file is used to create the image. While creating the docker files for Python, path is different from what is used while building the image.

Look here. https://github.com/microsoft/Oryx/blob/8b3ac454331efe1b7934439f06cc7ece42c01613/build/buildRunTimeImageBases.sh#L80C1-L80C59

Tested the change with the PR - https://github.com/microsoft/Oryx/pull/2359/files

kumaraksh1 avatar Feb 23 '24 12:02 kumaraksh1