3.3.27-debian-11-r16 release

This commit is contained in:
Bitnami Bot 2022-07-17 23:52:09 +00:00 committed by Bitnami Containers
parent 0d2ad72b6e
commit e1efc00fdf
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.3-2" --checksum 84ce4016efca8b6a6713d69e9d7c19003d4a530f8b420fb8cdcaa9cf9af47ee6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.26.1-1" --checksum 502f4119e04d7a74508a38d64cccfc332e08fe42335828129d2bf5e694fbec32
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "etcd" "3.3.27-152" --checksum eafe465b961097ed9049433eb0fd98ee3a9f3ca2594b8fd0e194be32d36493a5
RUN apt-get update && apt-get upgrade -y && \

View File

@ -15,9 +15,9 @@
},
"yq": {
"arch": "amd64",
"digest": "84ce4016efca8b6a6713d69e9d7c19003d4a530f8b420fb8cdcaa9cf9af47ee6",
"digest": "502f4119e04d7a74508a38d64cccfc332e08fe42335828129d2bf5e694fbec32",
"distro": "debian-11",
"type": "NAMI",
"version": "4.25.3-2"
"version": "4.26.1-1"
}
}

View File

@ -47,7 +47,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`3.5`, `3.5-debian-11`, `3.5.4`, `3.5.4-debian-11-r15`, `latest` (3.5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.5.4-debian-11-r15/3.5/debian-11/Dockerfile)
* [`3.4`, `3.4-debian-11`, `3.4.19`, `3.4.19-debian-11-r1` (3.4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.4.19-debian-11-r1/3.4/debian-11/Dockerfile)
* [`3.3`, `3.3-debian-11`, `3.3.27`, `3.3.27-debian-11-r15` (3.3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.27-debian-11-r15/3.3/debian-11/Dockerfile)
* [`3.3`, `3.3-debian-11`, `3.3.27`, `3.3.27-debian-11-r16` (3.3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.27-debian-11-r16/3.3/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/etcd GitHub repo](https://github.com/bitnami/bitnami-docker-etcd).