7.17.0-debian-10-r19 release

This commit is contained in:
Bitnami Bot
2022-02-27 22:23:57 +00:00
parent 98ffb99ab5
commit 158081868b
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages acl ca-certificates curl gzip libc6 libexpat1 libgcc1 libnss3 libstdc++6 procps tar
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.20.2-0" --checksum cf127534dd75da82d58377bfd0d84f47fe1760830336a44365372805e48fe343
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.21.1-0" --checksum 4a2289448b8cfe68482c1316d901a1f68692194085b6f0b05c64538bdf3858f8
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-6" --checksum 6f8fd2267481ffbe899a7f93b7b3076cd78dd70b7b9835bed79414932a749664
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "kibana" "7.17.0-3" --checksum b9d79630fdbebfc0232f0d8f8367755fced5509fba9de5affe03986f36d3f72e
RUN apt-get update && apt-get upgrade -y && \
@@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/kibana/postunpack.sh
ENV BITNAMI_APP_NAME="kibana" \
BITNAMI_IMAGE_VERSION="7.17.0-debian-10-r18"
BITNAMI_IMAGE_VERSION="7.17.0-debian-10-r19"
EXPOSE 5601

View File

@@ -15,9 +15,9 @@
},
"yq": {
"arch": "amd64",
"digest": "cf127534dd75da82d58377bfd0d84f47fe1760830336a44365372805e48fe343",
"digest": "4a2289448b8cfe68482c1316d901a1f68692194085b6f0b05c64538bdf3858f8",
"distro": "debian-10",
"type": "NAMI",
"version": "4.20.2-0"
"version": "4.21.1-0"
}
}

View File

@@ -36,7 +36,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/).
* [`7`, `7-debian-10`, `7.17.0`, `7.17.0-debian-10-r18`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.0-debian-10-r18/7/debian-10/Dockerfile)
* [`7`, `7-debian-10`, `7.17.0`, `7.17.0-debian-10-r19`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.0-debian-10-r19/7/debian-10/Dockerfile)
* [`6`, `6-debian-10`, `6.8.23`, `6.8.23-debian-10-r42` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/6.8.23-debian-10-r42/6/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/kibana GitHub repo](https://github.com/bitnami/bitnami-docker-kibana).