-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use per language container strategy #7447
Use per language container strategy #7447
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #7447 +/- ##
=========================================
Coverage 60.93% 60.93%
Complexity 1969 1969
=========================================
Files 338 338
Lines 16626 16626
Branches 2363 2363
=========================================
Hits 10131 10131
Misses 5517 5517
Partials 978 978
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
d1bb930
to
a86d541
Compare
Close due #7112 |
Now both PRs are closed!? |
c0099d7
to
f2d9bda
Compare
644fac3
to
0021326
Compare
Ort language components are built now in independent containers. This enables the possibility to create custom tailored containers with only the required language components, reducing final size and improving build process. Default runtime now contains Python and NodeJs components. Other language components have their own containers built, and can be included on custom images. Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
… base Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
e01e88b
to
0f4dc25
Compare
Signed-off-by: Helio Chissini de Castro <heliocastro@gmail.com>
Ort language components are built now on independent containers. This enables the possibility to create custom tailored containers with only the required language components, reducing final size and improving build process.
Default runtime now contains Python and NodeJs components. Other language components have their own containers built, and can be included on custom images.