7.4.0-ol-7-r6 release

This commit is contained in:
Bitnami Bot
2019-10-16 10:23:46 +00:00
parent 5ef66f080d
commit 2a3c436cc7
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 664cac
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="logstash" \
BITNAMI_IMAGE_VERSION="7.4.0-ol-7-r5" \
BITNAMI_IMAGE_VERSION="7.4.0-ol-7-r6" \
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
}