@@ -8,14 +8,14 @@ ARG TARGETARCH
8
8
9
9
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
10
10
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 " \
12
12
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
13
13
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 " \
15
15
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/etcd" \
16
16
org.opencontainers.image.title="etcd" \
17
17
org.opencontainers.image.vendor="Broadcom, Inc." \
18
- org.opencontainers.image.version="3.6.0 "
18
+ org.opencontainers.image.version="3.6.1 "
19
19
20
20
ENV HOME="/" \
21
21
OS_ARCH="${TARGETARCH:-amd64}" \
@@ -28,8 +28,8 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
28
28
RUN install_packages ca-certificates curl procps
29
29
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
30
30
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" \
33
33
) ; \
34
34
for COMPONENT in "${COMPONENTS[@]}" ; do \
35
35
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -40,16 +40,15 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
40
40
tar -zxf "${COMPONENT}.tar.gz" -C /opt/bitnami --strip-components=2 --no-same-owner ; \
41
41
rm -rf "${COMPONENT}" .tar.gz{,.sha256} ; \
42
42
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 && \
45
44
apt-get clean && rm -rf /var/lib/apt/lists /var/cache/apt/archives
46
45
RUN chmod g+rwX /opt/bitnami
47
46
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
48
- RUN uninstall_packages curl
47
+ RUN uninstall_packages ca-certificates curl
49
48
50
49
COPY rootfs /
51
50
RUN /opt/bitnami/scripts/etcd/postunpack.sh
52
- ENV APP_VERSION="3.6.0 " \
51
+ ENV APP_VERSION="3.6.1 " \
53
52
BITNAMI_APP_NAME="etcd" \
54
53
PATH="/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:$PATH"
55
54
0 commit comments