Skip to content

Commit

Permalink
update container example
Browse files Browse the repository at this point in the history
  • Loading branch information
anycodes committed Dec 7, 2021
1 parent b66ea86 commit c747c98
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 44 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.3
Version: 1.1.4
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 @@ -34,5 +34,5 @@ services:
initializer: not-used
runtime: custom-container
customContainerConfig:
image: registry-vpc.cn-shenzhen.aliyuncs.com/fc-demo/fc-cpp-event:v0.1
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
codeUri: ./code
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.3
Version: 1.1.4
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 @@ -34,5 +34,5 @@ services:
initializer: not-used
runtime: custom-container
customContainerConfig:
image: registry-vpc.cn-shenzhen.aliyuncs.com/fc-demo/fc-expresss:v0.1
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
codeUri: ./code
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.3
Version: 1.1.4
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 @@ -31,5 +31,5 @@ services:
initializer: not-used
runtime: custom-container
customContainerConfig:
image: registry-vpc.cn-shenzhen.aliyuncs.com/fc-demo/fc-flask:v0.1
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
codeUri: ./code
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Application
Name: start-fc-custom-container-http-aspdotnetcore
Provider:
- 阿里云
Version: 1.1.3
Version: 1.1.4
Description: 快速部署一个基于custom container runtime 的 asp .netcore 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 @@ -32,7 +32,7 @@ services:
timeout: 60
runtime: custom-container
customContainerConfig:
image: registry-vpc.cn-shenzhen.aliyuncs.com/fc-demo/fc-asp-http:v0.1
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
codeUri: ./code
triggers:
- name: httpTrigger
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.3
Version: 1.1.4
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 @@ -34,7 +34,7 @@ services:
initializer: not-used
runtime: custom-container
customContainerConfig:
image: registry-vpc.cn-shenzhen.aliyuncs.com/fc-demo/fc-cpp-http:v0.1
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
codeUri: ./code
triggers:
- name: httpTrigger
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.3
Version: 1.1.4
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 @@ -34,7 +34,7 @@ services:
initializer: not-used
runtime: custom-container
customContainerConfig:
image: registry-vpc.cn-shenzhen.aliyuncs.com/fc-demo/fc-springboot-http:v0.1
image: registry.cn-hangzhou.aliyuncs.com/fc-demo/fc-springboot-http:v0.1 # 需要换成自己的registry地址
codeUri: ./code
triggers:
- name: httpTrigger
Expand Down
32 changes: 0 additions & 32 deletions update.list
Original file line number Diff line number Diff line change
@@ -1,35 +1,3 @@
event-function/fc-event-node.js6
event-function/fc-event-node.js8
event-function/fc-event-node.js10
event-function/fc-event-node.js12
event-function/fc-event-php7.2
event-function/fc-event-python2.7
event-function/fc-event-python3.6
event-function/fc-event-java8
http-function/fc-http-node.js6
http-function/fc-http-node.js8
http-function/fc-http-node.js10
http-function/fc-http-node.js12
http-function/fc-http-php7.2
http-function/fc-http-python2.7
http-function/fc-http-python3.6
http-function/fc-http-java8
custom-function/golang/fc-custom-golang-event
custom-function/nodejs10/fc-custom-nodejs10-event
custom-function/nodejs12/fc-custom-nodejs12-event
custom-function/php74/fc-custom-php74-event
custom-function/python37/fc-custom-python37-event
custom-function/python37/fc-custom-python37-http
custom-function/cpp/fc-custom-cpp-event
custom-function/cpp/fc-custom-cpp-http
custom-function/java8/fc-custom-java8-http
custom-function/ruby/fc-custom-ruby-event
custom-function/powershell/fc-custom-powershell-event
custom-function/f#/fc-custom-fsharp-http
custom-function/typescript/fc-custom-typescript-event
custom-function/lua/fc-custom-lua-event
custom-function/dart/fc-custom-dart-event
custom-function/rust/fc-custom-rust-event
custom-container-function/fc-custom-container-event-cpp
custom-container-function/fc-custom-container-event-nodejs14
custom-container-function/fc-custom-container-event-python3.9
Expand Down

0 comments on commit c747c98

Please sign in to comment.