Skip to content

Commit bfd1685

Browse files
authored
[bitnami/etcd] Release 3.6.1-debian-12-r0 (#82115)
Signed-off-by: Bitnami Bot <[email protected]>
1 parent 72576b6 commit bfd1685

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

bitnami/etcd/3.6/debian-12/Dockerfile

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ ARG TARGETARCH
88

99
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
1010
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
11-
org.opencontainers.image.created="2025-06-05T22:01:46Z" \
11+
org.opencontainers.image.created="2025-06-06T21:32:40Z" \
1212
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
1313
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/etcd/README.md" \
14-
org.opencontainers.image.ref.name="3.6.0-debian-12-r3" \
14+
org.opencontainers.image.ref.name="3.6.1-debian-12-r0" \
1515
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/etcd" \
1616
org.opencontainers.image.title="etcd" \
1717
org.opencontainers.image.vendor="Broadcom, Inc." \
18-
org.opencontainers.image.version="3.6.0"
18+
org.opencontainers.image.version="3.6.1"
1919

2020
ENV HOME="/" \
2121
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,8 +28,8 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
2828
RUN install_packages ca-certificates curl procps
2929
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
3030
COMPONENTS=( \
31-
"yq-4.45.4-1-linux-${OS_ARCH}-debian-12" \
32-
"etcd-3.6.0-2-linux-${OS_ARCH}-debian-12" \
31+
"yq-4.45.4-2-linux-${OS_ARCH}-debian-12" \
32+
"etcd-3.6.1-0-linux-${OS_ARCH}-debian-12" \
3333
) ; \
3434
for COMPONENT in "${COMPONENTS[@]}"; do \
3535
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,16 +40,15 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
4040
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
4141
rm -rf "${COMPONENT}".tar.gz{,.sha256} ; \
4242
done
43-
RUN apt-get autoremove --purge -y ca-certificates && \
44-
apt-get update && apt-get upgrade -y && \
43+
RUN apt-get update && apt-get upgrade -y && \
4544
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
4645
RUN chmod g+rwX /opt/bitnami
4746
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
48-
RUN uninstall_packages curl
47+
RUN uninstall_packages ca-certificates curl
4948

5049
COPY rootfs /
5150
RUN /opt/bitnami/scripts/etcd/postunpack.sh
52-
ENV APP_VERSION="3.6.0" \
51+
ENV APP_VERSION="3.6.1" \
5352
BITNAMI_APP_NAME="etcd" \
5453
PATH="/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:$PATH"
5554

bitnami/etcd/3.6/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"arch": "amd64",
44
"distro": "debian-12",
55
"type": "NAMI",
6-
"version": "3.6.0-2"
6+
"version": "3.6.1-0"
77
},
88
"yq": {
99
"arch": "amd64",
1010
"distro": "debian-12",
1111
"type": "NAMI",
12-
"version": "4.45.4-1"
12+
"version": "4.45.4-2"
1313
}
1414
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
rolling-tags:
22
- "3.6"
33
- 3.6-debian-12
4-
- 3.6.0
4+
- 3.6.1
55
- latest

0 commit comments

Comments
 (0)