Skip to content

Commit c747c98

Browse files
committed
update container example
1 parent b66ea86 commit c747c98

File tree

13 files changed

+12
-44
lines changed

13 files changed

+12
-44
lines changed

custom-container-function/fc-custom-container-event-cpp/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-event-cpp
33
Provider:
44
- 阿里云
5-
Version: 1.1.3
5+
Version: 1.1.4
66
Description: 快速部署一个基于custom container runtime 的C++ Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-event-cpp/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

custom-container-function/fc-custom-container-event-nodejs14/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-event-nodejs14
33
Provider:
44
- 阿里云
5-
Version: 1.1.3
5+
Version: 1.1.4
66
Description: 快速部署一个基于custom container runtime 的 nodejs14 Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-event-nodejs14/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

custom-container-function/fc-custom-container-event-python3.9/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-event-python3.9
33
Provider:
44
- 阿里云
5-
Version: 1.1.3
5+
Version: 1.1.4
66
Description: 快速部署一个基于custom container runtime 的 python3.9 Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-event-python3.9/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

custom-container-function/fc-custom-container-http-aspdotnetcore/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-http-aspdotnetcore
33
Provider:
44
- 阿里云
5-
Version: 1.1.3
5+
Version: 1.1.4
66
Description: 快速部署一个基于custom container runtime 的 asp .netcore HTTP 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-http-aspdotnetcore/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

custom-container-function/fc-custom-container-http-cpp/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-http-cpp
33
Provider:
44
- 阿里云
5-
Version: 1.1.3
5+
Version: 1.1.4
66
Description: 快速部署一个基于custom container runtime 的 C++ HTTP 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:

custom-container-function/fc-custom-container-http-cpp/src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)