7.4.0-debian-9-r4 release

This commit is contained in:
Bitnami Bot 2019-10-16 09:49:13 +00:00
parent 570800f849
commit 5ef66f080d
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ RUN . ./libcomponent.sh && component_unpack "java" "1.8.222-1" --checksum 373c9f
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="logstash" \
BITNAMI_IMAGE_VERSION="7.4.0-debian-9-r3" \
BITNAMI_IMAGE_VERSION="7.4.0-debian-9-r4" \
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
EXPOSE 8080

View File

@ -112,7 +112,7 @@ logstash_validate() {
logstash_copy_mounted_config() {
if ! is_dir_empty "$LOGSTASH_MOUNTED_CONF_DIR"; then
info "Mounted config directory detected"
cp -r "$LOGSTASH_MOUNTED_CONF_DIR"/* "$LOGSTASH_CONF_DIR"
cp -Lr "$LOGSTASH_MOUNTED_CONF_DIR"/* "$LOGSTASH_CONF_DIR"
fi
}

View File

@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`7-ol-7`, `7.4.0-ol-7-r5` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.0-ol-7-r5/7/ol-7/Dockerfile)
* [`7-debian-9`, `7.4.0-debian-9-r3`, `7`, `7.4.0`, `7.4.0-r3`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.0-debian-9-r3/7/debian-9/Dockerfile)
* [`7-debian-9`, `7.4.0-debian-9-r4`, `7`, `7.4.0`, `7.4.0-r4`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.0-debian-9-r4/7/debian-9/Dockerfile)
* [`7-centos-7`, `7.4.0-centos-7-r0` (7/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.0-centos-7-r0/7/centos-7/Dockerfile)
Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash).