如何为dotnet 6创建自定义的lambda基础镜像

huangapple go评论57阅读模式
英文:

How to create a custom lambda base image for dotnet 6

问题

我想创建一个基于dotnet 6的自定义lambda基础映像。但我找不到一个完整的指南来做到这一点,我尝试搜索AWS文档,但最终让我更加困惑。有许多基于python和npm的解决方案,但我找不到与dotnet相关的具体信息。我想在SDK 6的Docker映像中安装Runtime Interface Client,以便我可以使其与lambda一起使用。

英文:

I want to create a custom lambda base image based on dotnet 6. But I cannot find a complete guide to do so, I have tried searching AWS docs, but they ended up making me even more confused. There are many python and npm based solutions, but I could not find anything specific to dotnet.
I want to install Runtime Interface Client in a SDK 6 docker image, so that I can make it work with a lambda.

答案1

得分: 1

我不确定你正在进行哪些定制,但Lambda上使用.NET镜像的指南1为你提供了几个初始选项。

一旦你根据基础镜像进行了定制,你可以按照该指南中的说明将镜像上传到你的Amazon ECR容器注册表中。

英文:

I'm not sure what customization you are doing, but the guide for using containers for a .NET image on Lambda does give you several options for starting out.

Once you have your image customized from the base image, you can upload it to your Amazon ECR container registry as instructed in that guide.

huangapple
  • 本文由 发表于 2023年3月20日 23:25:01
  • 转载请务必保留本文链接:https://go.coder-hub.com/75792183.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定