[bitnami/etcd] Release 3.5.6-debian-11-r0 (#14476)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
4401ef4006
commit
ec9521f31d
|
|
@ -4,11 +4,11 @@ ARG TARGETARCH
|
|||
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.ref.name="3.5.5-debian-11-r23" \
|
||||
org.opencontainers.image.ref.name="3.5.6-debian-11-r0" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/etcd" \
|
||||
org.opencontainers.image.title="etcd" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="3.5.5"
|
||||
org.opencontainers.image.version="3.5.6"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -23,7 +23,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"yq-4.30.4-0-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.14.0-155-linux-${OS_ARCH}-debian-11" \
|
||||
"etcd-3.5.5-2-linux-${OS_ARCH}-debian-11" \
|
||||
"etcd-3.5.6-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -41,7 +41,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.6" \
|
||||
BITNAMI_APP_NAME="etcd" \
|
||||
ETCDCTL_API="3" \
|
||||
PATH="/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"etcd": {
|
||||
"arch": "amd64",
|
||||
"digest": "83cb31342af4b898223f50af4bfa5a7f206450547854601331e1855ac1c2798d",
|
||||
"digest": "b410146402257ca6020614b9fd859ac7d34c18b0c5f131f585cdfdc3334540f3",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.5.5-2"
|
||||
"version": "3.5.6-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "3.5"
|
||||
- "3.5-debian-11"
|
||||
- "3.5.5"
|
||||
- "3.5.6"
|
||||
- "latest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue