File tree Expand file tree Collapse file tree 13 files changed +12
-44
lines changed
custom-container-function
fc-custom-container-event-cpp
fc-custom-container-event-nodejs14
fc-custom-container-event-python3.9
fc-custom-container-http-aspdotnetcore
fc-custom-container-http-cpp
fc-custom-container-http-springboot Expand file tree Collapse file tree 13 files changed +12
-44
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
22Name : start-fc-custom-container-event-cpp
33Provider :
44 - 阿里云
5- Version : 1.1.3
5+ Version : 1.1.4
66Description : 快速部署一个基于custom container runtime 的C++ Event 类型的 Hello World 到阿里云函数计算
77HomePage : https://github.com/devsapp/start-fc
88Tags :
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ services:
3434 initializer : not-used
3535 runtime : custom-container
3636 customContainerConfig :
37- image : registry-vpc .cn-shenzhen .aliyuncs.com/fc-demo/fc-cpp-event :v0.1
37+ image : registry.cn-hangzhou .aliyuncs.com/fc-demo/fc-springboot-http :v0.1 # 需要换成自己的registry地址
3838 codeUri : ./code
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
22Name : start-fc-custom-container-event-nodejs14
33Provider :
44 - 阿里云
5- Version : 1.1.3
5+ Version : 1.1.4
66Description : 快速部署一个基于custom container runtime 的 nodejs14 Event 类型的 Hello World 到阿里云函数计算
77HomePage : https://github.com/devsapp/start-fc
88Tags :
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ services:
3434 initializer : not-used
3535 runtime : custom-container
3636 customContainerConfig :
37- image : registry-vpc .cn-shenzhen .aliyuncs.com/fc-demo/fc-expresss :v0.1
37+ image : registry.cn-hangzhou .aliyuncs.com/fc-demo/fc-springboot-http :v0.1 # 需要换成自己的registry地址
3838 codeUri : ./code
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
22Name : start-fc-custom-container-event-python3.9
33Provider :
44 - 阿里云
5- Version : 1.1.3
5+ Version : 1.1.4
66Description : 快速部署一个基于custom container runtime 的 python3.9 Event 类型的 Hello World 到阿里云函数计算
77HomePage : https://github.com/devsapp/start-fc
88Tags :
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ services:
3131 initializer : not-used
3232 runtime : custom-container
3333 customContainerConfig :
34- image : registry-vpc .cn-shenzhen .aliyuncs.com/fc-demo/fc-flask :v0.1
34+ image : registry.cn-hangzhou .aliyuncs.com/fc-demo/fc-springboot-http :v0.1 # 需要换成自己的registry地址
3535 codeUri : ./code
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
22Name : start-fc-custom-container-http-aspdotnetcore
33Provider :
44 - 阿里云
5- Version : 1.1.3
5+ Version : 1.1.4
66Description : 快速部署一个基于custom container runtime 的 asp .netcore HTTP 类型的 Hello World 到阿里云函数计算
77HomePage : https://github.com/devsapp/start-fc
88Tags :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ services:
3232 timeout : 60
3333 runtime : custom-container
3434 customContainerConfig :
35- image : registry-vpc .cn-shenzhen .aliyuncs.com/fc-demo/fc-asp -http:v0.1
35+ image : registry.cn-hangzhou .aliyuncs.com/fc-demo/fc-springboot -http:v0.1 # 需要换成自己的registry地址
3636 codeUri : ./code
3737 triggers :
3838 - name : httpTrigger
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Type: Application
22Name : start-fc-custom-container-http-cpp
33Provider :
44 - 阿里云
5- Version : 1.1.3
5+ Version : 1.1.4
66Description : 快速部署一个基于custom container runtime 的 C++ HTTP 类型的 Hello World 到阿里云函数计算
77HomePage : https://github.com/devsapp/start-fc
88Tags :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ services:
3434 initializer : not-used
3535 runtime : custom-container
3636 customContainerConfig :
37- image : registry-vpc .cn-shenzhen .aliyuncs.com/fc-demo/fc-cpp -http:v0.1
37+ image : registry.cn-hangzhou .aliyuncs.com/fc-demo/fc-springboot -http:v0.1 # 需要换成自己的registry地址
3838 codeUri : ./code
3939 triggers :
4040 - name : httpTrigger
You can’t perform that action at this time.
0 commit comments