3.4.19-debian-11-r1 release
This commit is contained in:
parent
75eda33217
commit
2d8a18fc48
|
|
@ -9,8 +9,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
# Install required system packages and dependencies
|
||||
RUN install_packages acl ca-certificates curl gzip procps tar
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.3-2" --checksum 84ce4016efca8b6a6713d69e9d7c19003d4a530f8b420fb8cdcaa9cf9af47ee6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "etcd" "3.4.19-0" --checksum d518b0ab3d1fbc9313e0be68266739680ca2bd92644679f3dd508f0bfd6ce891
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "etcd" "3.4.19-1" --checksum 7ea67151706c42565a0515e748c7fcf356d53b86256c32c6da99efd638a3baf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
{
|
||||
"etcd": {
|
||||
"arch": "amd64",
|
||||
"digest": "d518b0ab3d1fbc9313e0be68266739680ca2bd92644679f3dd508f0bfd6ce891",
|
||||
"digest": "7ea67151706c42565a0515e748c7fcf356d53b86256c32c6da99efd638a3baf1",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.4.19-0"
|
||||
"version": "3.4.19-1"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
|
||||
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-151"
|
||||
"version": "1.14.0-152"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -439,7 +439,7 @@ setup_etcd_active_endpoints() {
|
|||
is_healthy_etcd_cluster() {
|
||||
local return_value=0
|
||||
local active_endpoints cluster_size
|
||||
read -r active_endpoints cluster_size <<< $(setup_etcd_active_endpoints)
|
||||
read -r active_endpoints cluster_size <<<"$(setup_etcd_active_endpoints)"
|
||||
|
||||
if is_boolean_yes "$ETCD_DISASTER_RECOVERY"; then
|
||||
if [[ -f "/snapshots/.disaster_recovery" ]]; then
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||
|
||||
|
||||
* [`3.5`, `3.5-debian-11`, `3.5.4`, `3.5.4-debian-11-r14`, `latest` (3.5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.5.4-debian-11-r14/3.5/debian-11/Dockerfile)
|
||||
* [`3.4`, `3.4-debian-11`, `3.4.19`, `3.4.19-debian-11-r0` (3.4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.4.19-debian-11-r0/3.4/debian-11/Dockerfile)
|
||||
* [`3.4`, `3.4-debian-11`, `3.4.19`, `3.4.19-debian-11-r1` (3.4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.4.19-debian-11-r1/3.4/debian-11/Dockerfile)
|
||||
* [`3.3`, `3.3-debian-11`, `3.3.27`, `3.3.27-debian-11-r15` (3.3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.27-debian-11-r15/3.3/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/etcd GitHub repo](https://github.com/bitnami/bitnami-docker-etcd).
|
||||
|
|
|
|||
Loading…
Reference in New Issue