mirror of
https://github.com/bitnami/containers.git
synced 2026-02-16 02:07:25 +08:00
[bitnami/etcd] Release 3.5.7-debian-11-r0 (#21211)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -5,11 +5,11 @@ ARG TARGETARCH
|
||||
LABEL org.opencontainers.image.authors="https://bitnami.com/contact" \
|
||||
org.opencontainers.image.description="Application packaged by Bitnami" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="3.5.6-debian-11-r22" \
|
||||
org.opencontainers.image.ref.name="3.5.7-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.6"
|
||||
org.opencontainers.image.version="3.5.7"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -24,7 +24,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||
COMPONENTS=( \
|
||||
"yq-4.30.8-1-linux-${OS_ARCH}-debian-11" \
|
||||
"gosu-1.16.0-1-linux-${OS_ARCH}-debian-11" \
|
||||
"etcd-3.5.6-2-linux-${OS_ARCH}-debian-11" \
|
||||
"etcd-3.5.7-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -42,7 +42,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/etcd/postunpack.sh
|
||||
ENV APP_VERSION="3.5.6" \
|
||||
ENV APP_VERSION="3.5.7" \
|
||||
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": "32a05ebc80bac16cf12518655402d9552f18940464e6417fac3dec972e5cc781",
|
||||
"digest": "c0b42f23d2e632c409918cafdc46468710677837279a1e9df62a7fe938110436",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "3.5.6-2"
|
||||
"version": "3.5.7-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
rolling-tags:
|
||||
- "3.5"
|
||||
- "3.5-debian-11"
|
||||
- "3.5.6"
|
||||
- "3.5.7"
|
||||
- "latest"
|
||||
|
||||
Reference in New Issue
Block a user