Conversation
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨No code suggestions found for the PR. |
|
Awesome - thanks John, looks good and will close off the issues that have started trickling in related to the v1 resource |
This reverts commit acc1689.
* feat: Started implementing container.v1 support. * feat: Container.v1 build support. * refactor: Moved classes to separate files, cleaned up usings. * feat: Container.v1 compose support. * docs: Commented IImageProcessor interface. * refactor: Cleaned up usings. * refactor: Cleaned up usings.
* feat: Improve warnings and errors related to missing/unsupported resources. * Container v1 support (#309) * feat: Started implementing container.v1 support. * feat: Container.v1 build support. * refactor: Moved classes to separate files, cleaned up usings. * feat: Container.v1 compose support. * docs: Commented IImageProcessor interface. * refactor: Cleaned up usings. * refactor: Cleaned up usings. --------- Co-authored-by: David Sekula <dave.sekula@gmail.com>
As discussed in #264 and #300, Aspire now generates
container.v1resources in cases that were previouslydockerfile.v0. This PR adds fairly complete support forcontainer.v1, reusing existing logiccontainer.v0anddockerfile.v0depending on whether an image or build is specified. Only twocontainer.v1properties are unsupported:deploymentandbuild.secrets, with the former appearing to be Azure specific and potentially irrelevant.