Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
feat: support dotnet lambda container builds #4665
feat: support dotnet lambda container builds #4665
Changes from 5 commits
d93a5ba
31b7083
986a804
654b0dc
59e5ff6
c7c4149
84c623b
3a48b99
871e9d2
628da19
1c30b3f
f7a013d
ef34e17
f03cd46
89b2414
99d785e
b9432ea
f3716f8
05ba6cc
6819eed
ccde63c
60ceabf
888aadf
db30045
461202d
ca2e77b
6c7217e
8a22584
4196279
ccfb879
a2f15e6
d00e842
6a2afca
280b160
2ba803b
7f5d6a4
bc63a8a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am having an hard time understand what this is actually for. Could you describe the use-case for this?
Note: This is probably just a gap in my understanding.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regarding comment to keep
_get_image
clean. If this method returns True, thespecified_workflow
(BuildMethod
in.yaml
) will overwriteruntime
to get docker image. One concern is,dotnet7
is not the only one that hasspecified_workflow
, but we know for sure it is safe because container builds fordotnet
wasn't supported. For other runtimes usingprovided.al2
asruntime
, it's hard to say it wouldn't break. So I think this check is necessary before passing downspecified_workflow
. Lmk if there's a better way to do this.