Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bdg-web-server
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
market
bdg-web-server
Commits
faebff88
Commit
faebff88
authored
Sep 16, 2023
by
陈新宁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化dockerfile
parent
be1c19a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.beagle.yml
.beagle.yml
+2
-2
.beagle/dockerfile
.beagle/dockerfile
+1
-1
No files found.
.beagle.yml
View file @
faebff88
...
...
@@ -25,7 +25,7 @@ steps:
path
:
/var/run/docker.sock
settings
:
dockerfile
:
.beagle/dockerfile
base
:
registry.cn-qingdao.aliyuncs.com/wod/
bdg-web-server:v3
base
:
registry.cn-qingdao.aliyuncs.com/wod/
openjdk:8-jdk-slim-migration-amd64
repo
:
wod/bdg-web-server
tag
:
v3-optimize-amd64
registry
:
registry.cn-qingdao.aliyuncs.com
...
...
@@ -41,7 +41,7 @@ steps:
path
:
/var/run/docker.sock
settings
:
dockerfile
:
.beagle/dockerfile
base
:
registry.cn-qingdao.aliyuncs.com/wod/bdg-web-server:v3
base
:
egistry.cn-qingdao.aliyuncs.com/wod/openjdk:8-jdk-slim-migration-arm64
repo
:
wod/bdg-web-server
tag
:
v3-optimize-arm64
registry
:
registry.cn-qingdao.aliyuncs.com
...
...
.beagle/dockerfile
View file @
faebff88
FROM
registry.cn-qingdao.aliyuncs.com/wod/openjdk:8-jdk-slim-migration-amd64
FROM
$BASE
ENV
CATALINA_HOME=/home/server/tomcat/
...
...
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