[bitnami/etcd] Release 3.5.8-debian-11-r4 (#31524)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-04-24 19:35:43 +02:00
committed by GitHub
parent 38ce0be61f
commit 2b7f4b49d4
3 changed files with 12 additions and 12 deletions

View File

@@ -4,10 +4,10 @@ ARG TARGETARCH
LABEL com.vmware.cp.artifact.flavor="sha256:109c7d51bd69bb6b3df71017440c1ea0699454f81fe188056c083f0b57c96ea6" \
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-04-22T20:14:56Z" \
org.opencontainers.image.created="2023-04-24T17:20:16Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="3.5.8-debian-11-r3" \
org.opencontainers.image.ref.name="3.5.8-debian-11-r4" \
org.opencontainers.image.title="etcd" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="3.5.8"
@@ -24,7 +24,7 @@ RUN install_packages ca-certificates curl procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"yq-4.33.3-0-linux-${OS_ARCH}-debian-11" \
"etcd-3.5.8-0-linux-${OS_ARCH}-debian-11" \
"etcd-3.5.8-1-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \