mirror of
https://github.com/bitnami/containers.git
synced 2026-03-29 16:27:49 +08:00
[bitnami/etcd] Release 3.5.6-debian-11-r10 (#17518)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -4,7 +4,7 @@ ARG TARGETARCH
|
|||||||
|
|
||||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||||
org.opencontainers.image.ref.name="3.5.6-debian-11-r9" \
|
org.opencontainers.image.ref.name="3.5.6-debian-11-r10" \
|
||||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/etcd" \
|
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/etcd" \
|
||||||
org.opencontainers.image.title="etcd" \
|
org.opencontainers.image.title="etcd" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
@@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"yq-4.30.6-0-linux-${OS_ARCH}-debian-11" \
|
"yq-4.30.6-0-linux-${OS_ARCH}-debian-11" \
|
||||||
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
"gosu-1.14.0-156-linux-${OS_ARCH}-debian-11" \
|
||||||
"etcd-3.5.6-0-linux-${OS_ARCH}-debian-11" \
|
"etcd-3.5.6-1-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"digest": "b410146402257ca6020614b9fd859ac7d34c18b0c5f131f585cdfdc3334540f3",
|
"digest": "b410146402257ca6020614b9fd859ac7d34c18b0c5f131f585cdfdc3334540f3",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "3.5.6-0"
|
"version": "3.5.6-1"
|
||||||
},
|
},
|
||||||
"gosu": {
|
"gosu": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ set -o pipefail
|
|||||||
# Load etcd environment variables
|
# Load etcd environment variables
|
||||||
. /opt/bitnami/scripts/etcd-env.sh
|
. /opt/bitnami/scripts/etcd-env.sh
|
||||||
|
|
||||||
! is_empty_value "$ETCD_ROOT_PASSWORD" && unset ETCD_ROOT_PASSWORD
|
is_empty_value "$ETCD_ROOT_PASSWORD" && unset ETCD_ROOT_PASSWORD
|
||||||
if [[ -f "$ETCD_NEW_MEMBERS_ENV_FILE" ]]; then
|
if [[ -f "$ETCD_NEW_MEMBERS_ENV_FILE" ]]; then
|
||||||
debug "Loading env vars of existing cluster"
|
debug "Loading env vars of existing cluster"
|
||||||
. "$ETCD_NEW_MEMBERS_ENV_FILE"
|
. "$ETCD_NEW_MEMBERS_ENV_FILE"
|
||||||
|
|||||||
Reference in New Issue
Block a user