7.6.0-ol-7-r0 release

This commit is contained in:
Bitnami Bot
2020-02-11 20:14:53 +00:00
parent 311e0b9dda
commit 0b6df67b83

View File

@@ -9,7 +9,7 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl glibc gzip hostname libaio-devel libgcc procps-ng sudo tar which zlib
RUN . ./libcomponent.sh && component_unpack "logstash" "7.5.2-1" --checksum 4bbadedda71fde025f397b337aa291f703759e0ab878fee505841f03c1a49fa4
RUN . ./libcomponent.sh && component_unpack "logstash" "7.6.0-0" --checksum 15df128c1d8adb83174a85fad8b16100bd4aa21227889f457aab7b0d88eed764
RUN . ./libcomponent.sh && component_unpack "java" "1.8.242-0" --checksum 974f750091ac1bf18cc1ce9472ef5ed7c1b328a2c17471cb9ac810fcded67151
RUN yum upgrade -y && \
rm -r /var/cache/yum
@@ -18,7 +18,7 @@ RUN /build/install-gosu.sh
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="logstash" \
BITNAMI_IMAGE_VERSION="7.5.2-ol-7-r17" \
BITNAMI_IMAGE_VERSION="7.6.0-ol-7-r0" \
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
EXPOSE 8080