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
b54dcb31
Commit
b54dcb31
authored
Jan 10, 2023
by
罗永亮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .beagle.yml, .beagle/dockerfile files
parent
5a26f562
Pipeline
#91710
failed with stage
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.beagle.yml
.beagle.yml
+2
-2
.beagle/dockerfile
.beagle/dockerfile
+2
-1
No files found.
.beagle.yml
View file @
b54dcb31
...
@@ -23,7 +23,7 @@ steps:
...
@@ -23,7 +23,7 @@ steps:
path
:
/var/run/docker.sock
path
:
/var/run/docker.sock
settings
:
settings
:
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
base
:
registry.cn-qingdao.aliyuncs.com/wod
-k8s/ubuntu:20.04
-amd64
base
:
registry.cn-qingdao.aliyuncs.com/wod
/alpine:v3.17.0
-amd64
registry
:
registry.cn-qingdao.aliyuncs.com
registry
:
registry.cn-qingdao.aliyuncs.com
repo
:
wod/rcache
repo
:
wod/rcache
tag
:
7.0.7-amd64
tag
:
7.0.7-amd64
...
@@ -41,7 +41,7 @@ steps:
...
@@ -41,7 +41,7 @@ steps:
path
:
/var/run/docker.sock
path
:
/var/run/docker.sock
settings
:
settings
:
dockerfile
:
.beagle/dockerfile
dockerfile
:
.beagle/dockerfile
base
:
registry.cn-qingdao.aliyuncs.com/wod
-k8s/ubuntu:20.04
-arm64
base
:
registry.cn-qingdao.aliyuncs.com/wod
/alpine:v3.17.0
-arm64
registry
:
registry.cn-qingdao.aliyuncs.com
registry
:
registry.cn-qingdao.aliyuncs.com
repo
:
wod/rcache
repo
:
wod/rcache
tag
:
7.0.7-arm64
tag
:
7.0.7-arm64
...
...
.beagle/dockerfile
View file @
b54dcb31
...
@@ -11,7 +11,8 @@ ARG REDIS_DOWNLOAD_URL="http://download.redis.io/"
...
@@ -11,7 +11,8 @@ ARG REDIS_DOWNLOAD_URL="http://download.redis.io/"
ARG
REDIS_VERSION="stable"
ARG
REDIS_VERSION="stable"
RUN
apk add
--no-cache
su-exec tzdata make curl build-base linux-headers bash openssl-dev
RUN
sed
-i
's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g'
/etc/apk/repositories
&&
\
apk add --no-cache su-exec tzdata make curl build-base linux-headers bash openssl-dev
RUN
curl
-fL
-Lo
/tmp/redis-
${
REDIS_VERSION
}
.tar.gz https://dl.wodcloud.com/lyl/redis-stable/
&&
\
RUN
curl
-fL
-Lo
/tmp/redis-
${
REDIS_VERSION
}
.tar.gz https://dl.wodcloud.com/lyl/redis-stable/
&&
\
cd
/tmp
&&
\
cd
/tmp
&&
\
...
...
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