Skip to content

Commit a0ab3ef

Browse files
author
heimanba
committed
feat: 🎸 增加x-acr
1 parent ab38393 commit a0ab3ef

File tree

9 files changed

+37
-14
lines changed

9 files changed

+37
-14
lines changed

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

Lines changed: 4 additions & 2 deletions
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.3.22
5+
Version: 1.3.23
66
Description: 快速部署一个基于 Custom Container Runtime 的 C++ Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:
@@ -64,4 +64,6 @@ Parameters:
6464
title: 镜像仓库
6565
type: string
6666
examples: ['registry.cn-hangzhou.aliyuncs.com/fc-demo/custom-cpp-event-function:v0.1']
67-
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
67+
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
68+
x-acr:
69+
type: 'select'

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

Lines changed: 3 additions & 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.2.13
5+
Version: 1.2.14
66
Description: 快速部署一个基于custom container runtime 的 nodejs14 Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:
@@ -65,4 +65,6 @@ Parameters:
6565
type: string
6666
examples: ['registry.cn-hangzhou.aliyuncs.com/fc-demo/custom-nodejs14-event-function:v0.1']
6767
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
68+
x-acr:
69+
type: 'select'
6870

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

Lines changed: 4 additions & 2 deletions
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.2.13
5+
Version: 1.2.14
66
Description: 快速部署一个基于custom container runtime 的 python3.9 Event 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:
@@ -64,4 +64,6 @@ Parameters:
6464
title: 镜像仓库
6565
type: string
6666
examples: ['registry.cn-hangzhou.aliyuncs.com/fc-demo/custom-python39-event-function:v0.1']
67-
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
67+
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
68+
x-acr:
69+
type: 'select'

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

Lines changed: 4 additions & 2 deletions
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.2.13
5+
Version: 1.2.14
66
Description: 快速部署一个基于custom container runtime 的 asp .netcore HTTP 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:
@@ -64,4 +64,6 @@ Parameters:
6464
title: 镜像仓库
6565
type: string
6666
examples: ['registry.cn-hangzhou.aliyuncs.com/fc-demo/custom-aspdotnetcore-http-function:v0.1']
67-
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
67+
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
68+
x-acr:
69+
type: 'select'

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ Parameters:
6464
title: 镜像仓库
6565
type: string
6666
examples: ['registry.cn-hangzhou.aliyuncs.com/fc-demo/custom-cpp-http-function:v0.1']
67-
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
67+
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
68+
x-acr:
69+
type: 'select'

custom-container-function/fc-custom-container-websocket-golang/publish.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-websocket-golang
33
Provider:
44
- 阿里云
5-
Version: 0.1.13
5+
Version: 0.1.14
66
Description: 快速部署一个基于custom container runtime 的 Golang Wensocket 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:
@@ -64,4 +64,6 @@ Parameters:
6464
title: 镜像仓库
6565
type: string
6666
examples: ['registry.cn-hangzhou.aliyuncs.com/fc-demo/custom-golang-websocket-function:v0.1']
67-
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
67+
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
68+
x-acr:
69+
type: 'select'

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-websocket-nodejs14
33
Provider:
44
- 阿里云
5-
Version: 0.1.13
5+
Version: 0.1.14
66
Description: 快速部署一个基于custom container runtime 的 nodejs14 WebSocket 类型的 Echo 函数到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:
@@ -65,3 +65,5 @@ Parameters:
6565
type: string
6666
examples: ['registry.cn-hangzhou.aliyuncs.com/fc-demo/custom-nodejs14-websocket-function:v0.1']
6767
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
68+
x-acr:
69+
type: 'select'

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Type: Application
22
Name: start-fc-custom-container-websocket-python3.9
33
Provider:
44
- 阿里云
5-
Version: 0.1.13
5+
Version: 0.1.14
66
Description: 快速部署一个基于custom container runtime 的 python3.9 Wensocket 类型的 Hello World 到阿里云函数计算
77
HomePage: https://github.com/devsapp/start-fc
88
Tags:
@@ -64,4 +64,6 @@ Parameters:
6464
title: 镜像仓库
6565
type: string
6666
examples: ['registry.cn-hangzhou.aliyuncs.com/fc-demo/custom-python39-websocket-function:v0.1']
67-
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
67+
description: 镜像仓库地址,需要在 https://cr.console.aliyun.com/ 中开通服务、创建仓库以及设置访问凭证
68+
x-acr:
69+
type: 'select'

update.list

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
custom-container-function/fc-custom-container-http-springboot
1+
custom-container-function/fc-custom-container-event-cpp
2+
custom-container-function/fc-custom-container-event-nodejs14
3+
custom-container-function/fc-custom-container-event-python3.9
4+
custom-container-function/fc-custom-container-http-aspdotnetcore
5+
custom-container-function/fc-custom-container-http-cpp
6+
custom-container-function/fc-custom-container-websocket-golang
7+
custom-container-function/fc-custom-container-websocket-nodejs14
8+
custom-container-function/fc-custom-container-websocket-python3.9

0 commit comments

Comments
 (0)