Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
beagle-rcache-image
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-rcache-image
Commits
5a26f562
Commit
5a26f562
authored
Jan 10, 2023
by
罗永亮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .beagle.yml, .beagle/dockerfile, create-cluster.sh files
parent
06888c2b
Pipeline
#91709
failed with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
9 deletions
+7
-9
.beagle.yml
.beagle.yml
+2
-2
.beagle/dockerfile
.beagle/dockerfile
+4
-6
create-cluster.sh
create-cluster.sh
+1
-1
No files found.
.beagle.yml
View file @
5a26f562
...
...
@@ -23,7 +23,7 @@ steps:
path
:
/var/run/docker.sock
settings
:
dockerfile
:
.beagle/dockerfile
base
:
registry.cn-qingdao.aliyuncs.com/wod
/alpine:v3.17.0
-amd64
base
:
registry.cn-qingdao.aliyuncs.com/wod
-k8s/ubuntu:20.04
-amd64
registry
:
registry.cn-qingdao.aliyuncs.com
repo
:
wod/rcache
tag
:
7.0.7-amd64
...
...
@@ -41,7 +41,7 @@ steps:
path
:
/var/run/docker.sock
settings
:
dockerfile
:
.beagle/dockerfile
base
:
registry.cn-qingdao.aliyuncs.com/wod
/alpine:v3.17.0
-arm64
base
:
registry.cn-qingdao.aliyuncs.com/wod
-k8s/ubuntu:20.04
-arm64
registry
:
registry.cn-qingdao.aliyuncs.com
repo
:
wod/rcache
tag
:
7.0.7-arm64
...
...
.beagle/dockerfile
View file @
5a26f562
...
...
@@ -2,11 +2,10 @@ ARG BASE
FROM
$BASE as builder
MAINTAINER
Opstree Solutions
MAINTAINER
Beagle
LABEL
VERSION=1.0 \
ARCH=AMD64 \
DESCRIPTION="A production grade performance tuned redis docker image created by Opstree Solutions"
ARCH=AMD64
ARG
REDIS_DOWNLOAD_URL="http://download.redis.io/"
...
...
@@ -23,10 +22,9 @@ RUN curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz https://dl.wodcloud.com/lyl/
FROM
$BASE
MAINTAINER
Opstree Solutions
MAINTAINER
Beagle
LABEL
VERSION=1.0 \
DESCRIPTION="A production grade performance tuned redis docker image created by Opstree Solutions"
LABEL
VERSION=1.0
COPY
--from=builder /usr/local/bin/rcache-server /usr/local/bin/rcache-server
COPY
--from=builder /usr/local/bin/rcache-cli /usr/local/bin/rcache-cli
...
...
create-cluster.sh
View file @
5a26f562
...
...
@@ -2,4 +2,4 @@
PODS
=
"
$1
"
yes yes
| r
edis
-cli
--cluster
create
${
PODS
}
yes yes
| r
cache
-cli
--cluster
create
${
PODS
}
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