Commit c22e3163 authored by 赵伟庚's avatar 赵伟庚

update:构建dev1230专属镜像

parent 18cbf254
......@@ -2,10 +2,10 @@ platform:
runner: 10.11.92.34
kind: pipeline
name: dev
name: dev1230
trigger:
branch:
- dev
- dev1230
clone:
disable: true
......@@ -65,8 +65,8 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
base: registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5 # 基础镜像,根据项目需求进行使用,如果第三方登录改成ui-base
dockerfile: .beagle/dockerfile
repo: wod/apaas-system-ui # 生成镜像的 分组/名称
version: "5.0.5" # 版本号
channel: alpha # 后缀 example: alpha test fix-alpha fix等
version: "5.0.6" # 版本号
channel: new-alpha # 后缀 example: alpha test fix-alpha fix等
args: "TARGETOS=linux,TARGETARCH=amd64" # 不同架构的构建参数
registry: registry.cn-qingdao.aliyuncs.com # 私有仓库地址
registry_user: # 用户
......@@ -80,7 +80,7 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
namespace: apaas-v5
deployment: apaas-manage-ui
container: apaas-manage-ui
image: registry.cn-qingdao.aliyuncs.com/wod/apaas-system-ui:5.0.5-alpha
image: registry.cn-qingdao.aliyuncs.com/wod/apaas-system-ui:5.0.6-new-alpha
environment:
KUBERNETES_SERVER:
from_secret: KUBERNETES_SERVER
......@@ -96,8 +96,8 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
base: registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5-arm64
dockerfile: .beagle/dockerfile
repo: wod/apaas-system-ui
version: "5.0.5"
channel: alpha-arm64
version: "5.0.6"
channel: new-alpha-arm64
args: "TARGETOS=linux,TARGETARCH=arm64"
registry: registry.cn-qingdao.aliyuncs.com
registry_user:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment