8.3.2-debian-11-r2 release

This commit is contained in:
Bitnami Bot 2022-07-15 09:52:11 +00:00 committed by Bitnami Containers
parent 02c0c97f49
commit fe98f7a6ee
3 changed files with 7 additions and 7 deletions

View File

@ -10,8 +10,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libexpat1 libgcc-s1 libnss3 libstdc++6 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 "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "8.3.2-0" --checksum 92e49bf3bc1ef5e024ed0617e16f4981c105ee47e1d25fc71f84afce321b6393
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-152" --checksum 0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "8.3.2-1" --checksum 42327312ff6e043eaf4f7758132f2e875eccf6aacab3e5124c8f060ceba9a6a4
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,17 +1,17 @@
{
"gosu": {
"arch": "amd64",
"digest": "089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900",
"digest": "0c751c7e2ec0bc900a19dbec0306d6294fe744ddfb0fa64197ba1a36040092f0",
"distro": "debian-11",
"type": "NAMI",
"version": "1.14.0-151"
"version": "1.14.0-152"
},
"kibana": {
"arch": "amd64",
"digest": "92e49bf3bc1ef5e024ed0617e16f4981c105ee47e1d25fc71f84afce321b6393",
"digest": "42327312ff6e043eaf4f7758132f2e875eccf6aacab3e5124c8f060ceba9a6a4",
"distro": "debian-11",
"type": "NAMI",
"version": "8.3.2-0"
"version": "8.3.2-1"
},
"yq": {
"arch": "amd64",

View File

@ -35,7 +35,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/).
* [`8`, `8-debian-11`, `8.3.2`, `8.3.2-debian-11-r1`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/8.3.2-debian-11-r1/8/debian-11/Dockerfile)
* [`8`, `8-debian-11`, `8.3.2`, `8.3.2-debian-11-r2`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/8.3.2-debian-11-r2/8/debian-11/Dockerfile)
* [`7`, `7-debian-11`, `7.17.5`, `7.17.5-debian-11-r5` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.5-debian-11-r5/7/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/kibana GitHub repo](https://github.com/bitnami/bitnami-docker-kibana).