6.8.23-debian-10-r39 release

This commit is contained in:
Bitnami Bot
2022-02-24 17:47:19 +00:00
parent 10cfa9168c
commit b36c5c69b8
3 changed files with 5 additions and 4 deletions

View File

@@ -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="6.8.23-debian-10-r38"
BITNAMI_IMAGE_VERSION="6.8.23-debian-10-r39"
EXPOSE 5601

View File

@@ -74,8 +74,9 @@ is_dir_empty() {
# boolean
#########################
is_mounted_dir_empty() {
local dir="${1:?missing directory}"
local -r path="${1:?missing directory}"
# Calculate real path in order to avoid issues with symlinks
local -r dir="$(realpath "$path")"
if is_dir_empty "$dir" || find "$dir" -mindepth 1 -maxdepth 1 -not -name ".snapshot" -not -name "lost+found" -exec false {} +; then
true
else

View File

@@ -37,7 +37,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`7`, `7-debian-10`, `7.17.0`, `7.17.0-debian-10-r15`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/7.17.0-debian-10-r15/7/debian-10/Dockerfile)
* [`6`, `6-debian-10`, `6.8.23`, `6.8.23-debian-10-r38` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/6.8.23-debian-10-r38/6/debian-10/Dockerfile)
* [`6`, `6-debian-10`, `6.8.23`, `6.8.23-debian-10-r39` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-kibana/blob/6.8.23-debian-10-r39/6/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/kibana GitHub repo](https://github.com/bitnami/bitnami-docker-kibana).