Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
beagle-xc-kmq
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
beagle-xc-kmq
Commits
227f0758
Commit
227f0758
authored
Dec 14, 2022
by
罗永亮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .beagle/dockerfile, .beagle.yml files
parent
13f05d13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
.beagle.yml
.beagle.yml
+8
-8
.beagle/dockerfile
.beagle/dockerfile
+6
-0
No files found.
.beagle.yml
View file @
227f0758
...
...
@@ -18,9 +18,9 @@ steps:
path
:
/var/run/docker.sock
settings
:
dockerfile
:
.beagle/dockerfile
base
:
registry.cn-
hangzhou.aliyuncs.com/lyl-k8s/bgweb:v1.2
-amd64
repo
:
wod/bg
web
tag
:
v1
.0-amd64
base
:
registry.cn-
qingdao.aliyuncs.com/wod/openjdk:8-jdk-slim-migration
-amd64
repo
:
wod/bg
xc-kmq
tag
:
3.2
.0-amd64
registry
:
registry.cn-qingdao.aliyuncs.com
registry_user
:
from_secret
:
REGISTRY_USER_ALIYUN
...
...
@@ -35,9 +35,9 @@ steps:
path
:
/var/run/docker.sock
settings
:
dockerfile
:
.beagle/dockerfile
base
:
registry.cn-
hangzhou.aliyuncs.com/lyl-k8s/bgweb:v1.2
-arm64
repo
:
wod/bg
web
tag
:
v1
.0-arm64
base
:
registry.cn-
qingdao.aliyuncs.com/wod/openjdk:8-jdk-slim-migration
-arm64
repo
:
wod/bg
xc-kmq
tag
:
3.2
.0-arm64
registry
:
registry.cn-qingdao.aliyuncs.com
registry_user
:
from_secret
:
REGISTRY_USER_ALIYUN
...
...
@@ -52,8 +52,8 @@ steps:
path
:
/var/run/docker.sock
settings
:
platforms
:
linux/amd64,linux/arm64
template
:
registry.cn-qingdao.aliyuncs.com/wod/bg
web:v1
.0-ARCH
target
:
registry.cn-qingdao.aliyuncs.com/wod/bg
web:v1
.0
template
:
registry.cn-qingdao.aliyuncs.com/wod/bg
xc-kmq:3.2
.0-ARCH
target
:
registry.cn-qingdao.aliyuncs.com/wod/bg
xc-kmq:3.2
.0
username
:
from_secret
:
REGISTRY_USER_ALIYUN
password
:
...
...
.beagle/dockerfile
0 → 100644
View file @
227f0758
ARG
BASE
FROM
$BASE
ADD
https://dl.wodcloud.com/lyl/kafka_2.12-3.2.0.tar /opt/
WORKDIR
/opt/kafka_2.12-3.2.0/bin
CMD
exec ./kafka-server-start.sh ../config/server.properties
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