Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bes
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
bes
Commits
8748202d
Commit
8748202d
authored
Sep 27, 2023
by
邱勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
“baolande
parent
a6984019
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
73 additions
and
0 deletions
+73
-0
.beagle/dockefile
.beagle/dockefile
+6
-0
README.md
README.md
+1
-0
beagle.yml
beagle.yml
+65
-0
build/bes9.5.5
build/bes9.5.5
+1
-0
No files found.
.beagle/dockefile
0 → 100644
View file @
8748202d
ARG BASE
FROM ${BASE}
ENV MYPATH /usr/local
WORKDIR $MYPATH
COPY ../build/bes-9.5.5 /usr/local/
CMD /usr/local/bes-9.5.5/bin/startserver && tail -f /usr/local/bes-9.5.5/logs/server.log
\ No newline at end of file
README.md
0 → 100644
View file @
8748202d
宝兰德基础镜像
\ No newline at end of file
beagle.yml
0 → 100644
View file @
8748202d
kind
:
pipeline
name
:
docker
trigger
:
branch
:
-
master
volumes
:
-
name
:
docker
host
:
path
:
/var/run/docker.sock
clone
:
disable
:
true
steps
:
-
name
:
fetch
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-git:1.0
network_mode
:
host
-
name
:
docker-amd64
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-docker:1.0
volumes
:
-
name
:
docker
path
:
/var/run/docker.sock
settings
:
dockerfile
:
.beagle/dockerfile
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
registry_user
:
from_secret
:
REGISTRY_USER_ALIYUN
registry_password
:
from_secret
:
REGISTRY_PASSWORD_ALIYUN
-
name
:
docker-arm64
image
:
registry.cn-qingdao.aliyuncs.com/wod/devops-docker:1.0
volumes
:
-
name
:
docker
path
:
/var/run/docker.sock
settings
:
dockerfile
:
.beagle/dockerfile
base
:
registry.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
registry_user
:
from_secret
:
REGISTRY_USER_ALIYUN
registry_password
:
from_secret
:
REGISTRY_PASSWORD_ALIYUN
---
kind
:
secret
name
:
REGISTRY_USER_ALIYUN
get
:
name
:
REGISTRY_USER_ALIYUN
path
:
devops-secrets
---
kind
:
secret
name
:
REGISTRY_PASSWORD_ALIYUN
get
:
name
:
REGISTRY_PASSWORD_ALIYUN
path
:
devops-secrets
bes9.5.5
@
fc5c5faf
Subproject commit fc5c5faf7aac1346141e9ed9df3839dae55f3cb3
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