3.5.3-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2022-04-14 01:29:26 +00:00 committed by Bitnami Containers
parent f268f86d01
commit 6bfcf7d2c2
3 changed files with 5 additions and 5 deletions

View File

@ -11,14 +11,14 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.24.4-0" --checksum b6da9c162bd8e43de7cd0cf32ea699415d2bd1f9399ae38d8fe0a5eed1598721
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "etcd" "3.5.2-10" --checksum 01cc2b4382191deee9a3eec9ad5f9fd8cf2b8afda7883ff2ffa497f58fdfb2a2
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "etcd" "3.5.3-0" --checksum 020d712f6522180f3eb092fc306fd7ca4d556307ae657032e9c283c3f8fd8a9f
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/etcd/postunpack.sh
ENV APP_VERSION="3.5.2" \
ENV APP_VERSION="3.5.3" \
BITNAMI_APP_NAME="etcd" \
PATH="/opt/bitnami/common/bin:/opt/bitnami/etcd/bin:$PATH"

View File

@ -1,10 +1,10 @@
{
"etcd": {
"arch": "amd64",
"digest": "01cc2b4382191deee9a3eec9ad5f9fd8cf2b8afda7883ff2ffa497f58fdfb2a2",
"digest": "020d712f6522180f3eb092fc306fd7ca4d556307ae657032e9c283c3f8fd8a9f",
"distro": "debian-10",
"type": "NAMI",
"version": "3.5.2-10"
"version": "3.5.3-0"
},
"gosu": {
"arch": "amd64",

View File

@ -48,7 +48,7 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/).
* [`3.5`, `3.5-debian-10`, `3.5.2`, `3.5.2-debian-10-r68` (3.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.5.2-debian-10-r68/3.5/debian-10/Dockerfile)
* [`3.5`, `3.5-debian-10`, `3.5.3`, `3.5.3-debian-10-r0` (3.5/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.5.3-debian-10-r0/3.5/debian-10/Dockerfile)
* [`3.4`, `3.4-debian-10`, `3.4.18`, `3.4.18-debian-10-r14`, `latest` (3.4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.4.18-debian-10-r14/3.4/debian-10/Dockerfile)
* [`3.3`, `3.3-debian-10`, `3.3.27`, `3.3.27-debian-10-r13` (3.3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.27-debian-10-r13/3.3/debian-10/Dockerfile)