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
d1cb6c1b
Commit
d1cb6c1b
authored
May 05, 2022
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3.0.2
parent
3c863170
Pipeline
#75499
passed with stage
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
13 deletions
+5
-13
.beagle.yml
.beagle.yml
+3
-5
build/dockerfile
build/dockerfile
+2
-8
No files found.
.beagle.yml
View file @
d1cb6c1b
...
...
@@ -51,11 +51,9 @@ pipeline:
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
base
:
registry.cn-qingdao.aliyuncs.com/wod/nginx:1.19.5
dockerfile
:
.beagle/dockerfile
repo
:
gzgajzapi/apaas-ui
version
:
v3.0.
1
version
:
v3.0.
2
channel
:
alpha
args
:
"
TARGETOS=linux,TARGETARCH=amd64"
## 不同架构的构建参数
registry
:
hub.wodcloud.com
secrets
:
-
source
:
REGISTRY_USER
...
...
@@ -71,8 +69,8 @@ pipeline:
dns
:
223.5.5.5
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
source
:
hub.wodcloud.com/gzgajzapi/apaas-ui:v3.0.
1
-alpha
target
:
hub.wodcloud.com/gzgajzapi/apaas-ui:v3.0.
1
source
:
hub.wodcloud.com/gzgajzapi/apaas-ui:v3.0.
2
-alpha
target
:
hub.wodcloud.com/gzgajzapi/apaas-ui:v3.0.
2
registry
:
hub.wodcloud.com
secrets
:
-
source
:
REGISTRY_USER
...
...
build/dockerfile
View file @
d1cb6c1b
ARG
BASE
FROM
$BASE
ARG
AUTHOR
ARG
VERSION
LABEL
maintainer=${AUTHOR} version=${VERSION}
ARG
TARGETOS
ARG
TARGETARCH
ADD
./dist /www
ADD
./build/conf.yaml /www/conf.yaml
\ No newline at end of file
ADD
./dist /usr/share/nginx/html
ADD
./build/nginx.conf /etc/nginx/nginx.conf
\ No newline at end of file
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