Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
anycodes committed Dec 13, 2021
1 parent f623d7c commit 3bd98f9
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-event-cpp
Provider:
- 阿里云
Version: 1.1.9
Version: 1.1.10
Description: 快速部署一个基于custom container runtime 的C++ Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ services:
caPort: 9000
memorySize: 256
timeout: 60
initializationTimeout: 30
initializer: not-used
runtime: custom-container
customContainerConfig:
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-event-nodejs14
Provider:
- 阿里云
Version: 1.1.9
Version: 1.1.10
Description: 快速部署一个基于custom container runtime 的 nodejs14 Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ services:
caPort: 9000
memorySize: 256
timeout: 60
initializationTimeout: 30
initializer: not-used
runtime: custom-container
customContainerConfig:
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-event-python3.9
Provider:
- 阿里云
Version: 1.1.9
Version: 1.1.10
Description: 快速部署一个基于custom container runtime 的 python3.9 Event 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ services:
timeout: 60
caPort: 9000
memorySize: 256
initializationTimeout: 30
initializer: not-used
runtime: custom-container
customContainerConfig:
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-http-cpp
Provider:
- 阿里云
Version: 1.1.9
Version: 1.1.10
Description: 快速部署一个基于custom container runtime 的 C++ HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ services:
caPort: 9000
memorySize: 256
timeout: 60
initializationTimeout: 30
initializer: not-used
runtime: custom-container
customContainerConfig:
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-http-springboot
Provider:
- 阿里云
Version: 1.1.9
Version: 1.1.10
Description: 快速部署一个基于custom container runtime 的 springboot HTTP 类型的 Hello World 到阿里云函数计算
HomePage: https://github.com/devsapp/start-fc
Tags:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ services:
caPort: 9000
memorySize: 256
timeout: 60
initializationTimeout: 30
initializer: not-used
runtime: custom-container
customContainerConfig:
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
Expand Down
6 changes: 5 additions & 1 deletion update.list
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
./custom-function/lua/fc-custom-lua-event
custom-container-function/fc-custom-container-http-springboot
custom-container-function/fc-custom-container-event-nodejs14
custom-container-function/fc-custom-container-event-python3.9
custom-container-function/fc-custom-container-event-cpp
custom-container-function/fc-custom-container-http-cpp

0 comments on commit 3bd98f9

Please sign in to comment.