Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
c7200abb
Commit
c7200abb
authored
May 27, 2022
by
赵伟庚
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换仓库为研发环境hub仓库
parent
3eba0de0
Pipeline
#77503
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
.beagle.yml
.beagle.yml
+9
-9
No files found.
.beagle.yml
View file @
c7200abb
...
@@ -51,14 +51,14 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
...
@@ -51,14 +51,14 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5
# 基础镜像
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5
# 基础镜像
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
repo
:
gzgajzapi/apaas-ui
# 生成镜像的 分组/名称
repo
:
gzgajzapi/apaas-ui
# 生成镜像的 分组/名称
version
:
"
v3.0.
5
"
# 版本号
version
:
"
v3.0.
6
"
# 版本号
channel
:
alpha
# 后缀 example: alpha test fix-alpha fix等
channel
:
alpha
# 后缀 example: alpha test fix-alpha fix等
args
:
"
TARGETOS=linux,TARGETARCH=amd64"
# 不同架构的构建参数
args
:
"
TARGETOS=linux,TARGETARCH=amd64"
# 不同架构的构建参数
registry
:
hub.
test.
wodcloud.com
# 私有仓库地址
registry
:
hub.wodcloud.com
# 私有仓库地址
registry_user
:
# 用户
registry_user
:
# 用户
from_secret
:
REGISTRY_USER
_TEST
from_secret
:
REGISTRY_USER
registry_password
:
# 密码
registry_password
:
# 密码
from_secret
:
REGISTRY_PASSWORD
_TEST
from_secret
:
REGISTRY_PASSWORD
---
---
clone
:
clone
:
disable
:
true
disable
:
true
...
@@ -85,13 +85,13 @@ steps:
...
@@ -85,13 +85,13 @@ steps:
http_proxy
:
http://10.11.92.33:1282
http_proxy
:
http://10.11.92.33:1282
https_proxy
:
http://10.11.92.33:1282
https_proxy
:
http://10.11.92.33:1282
REGISTRY_USER
:
REGISTRY_USER
:
from_secret
:
REGISTRY_USER
_TEST
from_secret
:
REGISTRY_USER
REGISTRY_PASSWORD
:
REGISTRY_PASSWORD
:
from_secret
:
REGISTRY_PASSWORD
_TEST
from_secret
:
REGISTRY_PASSWORD
settings
:
settings
:
source
:
hub.
test.wodcloud.com/gzgajzapi/apaas-ui:v3.0.5
-alpha
source
:
hub.
wodcloud.com/gzgajzapi/apaas-ui:v3.0.6
-alpha
target
:
hub.
test.wodcloud.com/gzgajzapi/apaas-ui:v3.0.5
target
:
hub.
wodcloud.com/gzgajzapi/apaas-ui:v3.0.6
registry
:
hub.
test.
wodcloud.com
registry
:
hub.wodcloud.com
##--------------对于需要保密的信息隐藏,减少账户信息的泄密⬇-----------------##
##--------------对于需要保密的信息隐藏,减少账户信息的泄密⬇-----------------##
---
---
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment