Skip to content

Commit

Permalink
Merge pull request #5 from haorenfsa/3.5.0-new
Browse files Browse the repository at this point in the history
bump etcd version to v3.5.14
  • Loading branch information
haorenfsa authored Jul 25, 2024
2 parents d8063a6 + dc8d276 commit 8897601
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions 3.5/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ LABEL maintainer="Team DevOps of Zilliz <[email protected]" \
org.opencontainers.image.authors="https://bitnami.com/contact" \
org.opencontainers.image.description="Application packaged by Bitnami, polished by zlliztech" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.5.5-r4" \
org.opencontainers.image.ref.name="3.5.14-r1" \
org.opencontainers.image.source="https://github.com/milvus-io/bitnami-docker-etcd" \
org.opencontainers.image.title="etcd" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.5.5-r4"
org.opencontainers.image.version="3.5.14-r1"

ENV HOME="/" \
OS_ARCH_RAW="${TARGETARCH}" \
Expand All @@ -23,13 +23,13 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
OS_ARCH=`echo ${OS_ARCH_RAW}| sed 's|/|-|'` && \
curl -SsLf https://github.com/etcd-io/etcd/releases/download/v3.5.5/etcd-v3.5.5-${OS_ARCH}.tar.gz -O && \
tar -zxf "etcd-v3.5.5-${OS_ARCH}.tar.gz" && \
curl -SsLf https://github.com/etcd-io/etcd/releases/download/v3.5.14/etcd-v3.5.14-${OS_ARCH}.tar.gz -O && \
tar -zxf "etcd-v3.5.14-${OS_ARCH}.tar.gz" && \
mkdir -p /opt/bitnami/etcd/bin && \
mv ./etcd-v3.5.5-${OS_ARCH}/etcd /opt/bitnami/etcd/bin/etcd && \
mv ./etcd-v3.5.5-${OS_ARCH}/etcdctl /opt/bitnami/etcd/bin/etcdctl && \
mv ./etcd-v3.5.5-${OS_ARCH}/etcdutl /opt/bitnami/etcd/bin/etcdutl && \
rm -rf "etcd-v3.5.5-${OS_ARCH}.tar.gz"
mv ./etcd-v3.5.14-${OS_ARCH}/etcd /opt/bitnami/etcd/bin/etcd && \
mv ./etcd-v3.5.14-${OS_ARCH}/etcdctl /opt/bitnami/etcd/bin/etcdctl && \
mv ./etcd-v3.5.14-${OS_ARCH}/etcdutl /opt/bitnami/etcd/bin/etcdutl && \
rm -rf "etcd-v3.5.14-${OS_ARCH}.tar.gz"
RUN cd /tmp/bitnami/pkg/cache/ && \
OS_ARCH=`echo ${OS_ARCH_RAW}| sed 's|/|-|'` && \
COMPONENTS=( \
Expand All @@ -51,7 +51,7 @@ RUN chmod g+rwX /opt/bitnami

COPY rootfs /
RUN /opt/bitnami/scripts/etcd/postunpack.sh
ENV APP_VERSION="3.5.5" \
ENV APP_VERSION="3.5.14" \
BITNAMI_APP_NAME="etcd" \
ETCDCTL_API="3" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:$PATH"
Expand Down

0 comments on commit 8897601

Please sign in to comment.