Commit 5a26f562 authored by 罗永亮's avatar 罗永亮

Update .beagle.yml, .beagle/dockerfile, create-cluster.sh files

parent 06888c2b
Pipeline #91709 failed with stage
......@@ -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
......
......@@ -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
......
......@@ -2,4 +2,4 @@
PODS="$1"
yes yes | redis-cli --cluster create ${PODS}
yes yes | rcache-cli --cluster create ${PODS}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment