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
68cc61e1
Commit
68cc61e1
authored
Jun 04, 2020
by
gaoshiyao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟换基础镜像
parent
d597caf1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
.beagle.yml
.beagle.yml
+2
-2
build/conf.yaml
build/conf.yaml
+3
-3
build/dockerfile
build/dockerfile
+2
-1
No files found.
.beagle.yml
View file @
68cc61e1
...
@@ -31,7 +31,7 @@ pipeline:
...
@@ -31,7 +31,7 @@ pipeline:
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/docker:1.0
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/docker:1.0
volumes
:
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
-
/var/run/docker.sock:/var/run/docker.sock
base
:
registry.cn-qingdao.aliyuncs.com/wod
/nginx:1.15.9-alpine
base
:
registry.cn-qingdao.aliyuncs.com/wod
-devops/ui-base:2.0.0
repo
:
apaas/apaas-v3-ui
repo
:
apaas/apaas-v3-ui
version
:
1.0.0
version
:
1.0.0
channel
:
alpha
channel
:
alpha
...
@@ -42,7 +42,7 @@ pipeline:
...
@@ -42,7 +42,7 @@ pipeline:
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/docker:1.0
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/docker:1.0
volumes
:
volumes
:
-
/var/run/docker.sock:/var/run/docker.sock
-
/var/run/docker.sock:/var/run/docker.sock
base
:
registry.cn-qingdao.aliyuncs.com/wod
/nginx:1.15.9-alpine
base
:
registry.cn-qingdao.aliyuncs.com/wod
-devops/ui-base:2.0.0
repo
:
apaas/apaas-v3-ui
repo
:
apaas/apaas-v3-ui
version
:
1.0.0
version
:
1.0.0
registry
:
hub.wodcloud.com
registry
:
hub.wodcloud.com
...
...
build/conf.yaml
View file @
68cc61e1
index
:
/awecloud/ui/
index
:
/apaas/ui/
login
:
/awecloud/dex/login
login
:
/iam/api/login
logout
:
/awecloud/dex/logout
logout
:
/iam/api/logout
\ No newline at end of file
\ No newline at end of file
build/dockerfile
View file @
68cc61e1
FROM
{{ BASEIMAGE }}
FROM
{{ BASEIMAGE }}
MAINTAINER
{{ AUTHOR }}
MAINTAINER
{{ AUTHOR }}
LABEL
Author={{ AUTHOR }} Name={{ PROJECT }} Version={{ VERSION }}
LABEL
Author={{ AUTHOR }} Name={{ PROJECT }} Version={{ VERSION }}
ADD
./dist /usr/share/nginx/html
ADD
./dist /www
\ No newline at end of file
ADD
./build/conf.yaml /www/conf.yaml
\ 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