Add Radius.Compute/containerImages resource type in default types#11650
Add Radius.Compute/containerImages resource type in default types#11650willdavsmith merged 5 commits intomainfrom
Conversation
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
There was a problem hiding this comment.
Pull request overview
Adds a new Radius.Compute/containerImages resource type to the built-in provider manifest so Radius Bicep can describe building/pushing container images (BuildKit-based) as part of an application.
Changes:
- Introduces the
containerImagesresource type with2025-08-01-previewschema in the devRadius.Computemanifest. - Documents intended local-dev workflow and recipe registration prerequisites within the resource type description.
- Adds schema for
buildand optionalregistryauth overrides (withtokenmarked sensitive).
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11650 +/- ##
=======================================
Coverage 51.39% 51.39%
=======================================
Files 699 699
Lines 44111 44111
=======================================
+ Hits 22671 22673 +2
+ Misses 19275 19274 -1
+ Partials 2165 2164 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
Please explain the changes you've made.
Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: