3.4.18-debian-11-r14 release

This commit is contained in:
Bitnami Bot 2022-07-08 18:35:32 +00:00 committed by Bitnami Containers
parent 045d4e53d3
commit fd22d02f04
4 changed files with 11 additions and 11 deletions

View File

@ -8,9 +8,9 @@ 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-0" --checksum a937d298205d3f7e8fcaa3ddbd24934cb2b809bcea54a1c0b3e3f29aa61428ac
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "etcd" "3.4.18-150" --checksum 33ed4da3e2492d36dc78e3340349f09d638052dde97a966b928583b7d3ba6975
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.3-1" --checksum 042fde05fc288b0b4dc0e0de0348990e95e75c2222927f5c961ea239167a0a6f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "etcd" "3.4.18-151" --checksum 7cc66a0db58cc4a966ab7c498423a947818dcb04a26d59c56fc3ca37013317ee
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN chmod g+rwX /opt/bitnami

View File

@ -1,23 +1,23 @@
{
"etcd": {
"arch": "amd64",
"digest": "33ed4da3e2492d36dc78e3340349f09d638052dde97a966b928583b7d3ba6975",
"digest": "7cc66a0db58cc4a966ab7c498423a947818dcb04a26d59c56fc3ca37013317ee",
"distro": "debian-11",
"type": "NAMI",
"version": "3.4.18-150"
"version": "3.4.18-151"
},
"gosu": {
"arch": "amd64",
"digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-150"
"version": "1.14.0-151"
},
"yq": {
"arch": "amd64",
"digest": "a937d298205d3f7e8fcaa3ddbd24934cb2b809bcea54a1c0b3e3f29aa61428ac",
"digest": "042fde05fc288b0b4dc0e0de0348990e95e75c2222927f5c961ea239167a0a6f",
"distro": "debian-11",
"type": "NAMI",
"version": "4.25.3-0"
"version": "4.25.3-1"
}
}

View File

@ -40,7 +40,7 @@ print_welcome_page() {
# None
#########################
print_image_welcome_page() {
local github_url="https://github.com/bitnami/bitnami-docker-${BITNAMI_APP_NAME}"
local github_url="https://github.com/bitnami/containers"
log ""
log "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}"

View File

@ -46,7 +46,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-r12`, `latest` (3.5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.5.4-debian-11-r12/3.5/debian-11/Dockerfile)
* [`3.4`, `3.4-debian-11`, `3.4.18`, `3.4.18-debian-11-r13` (3.4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.4.18-debian-11-r13/3.4/debian-11/Dockerfile)
* [`3.4`, `3.4-debian-11`, `3.4.18`, `3.4.18-debian-11-r14` (3.4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.4.18-debian-11-r14/3.4/debian-11/Dockerfile)
* [`3.3`, `3.3-debian-11`, `3.3.27`, `3.3.27-debian-11-r12` (3.3/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-etcd/blob/3.3.27-debian-11-r12/3.3/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/etcd GitHub repo](https://github.com/bitnami/bitnami-docker-etcd).