7.4.2-ol-7-r0 release

This commit is contained in:
Bitnami Bot
2019-10-31 19:24:31 +00:00
parent 706ec1c6b2
commit afdf6c572c
2 changed files with 7 additions and 5 deletions

View File

@@ -8,13 +8,13 @@ ENV HOME="/" \
# Install required system packages and dependencies
RUN install_packages glibc libgcc zlib
RUN . ./libcomponent.sh && component_unpack "logstash" "7.4.1-0" --checksum 3d2839f304a00d7cc7198c1220d4e2cbe784f5f3ba9180860186a093f14fc901
RUN . ./libcomponent.sh && component_unpack "logstash" "7.4.2-0" --checksum 18116ea58e294ed3e16585bdd619c3e322ba11de97164ef834d5baeeef9c4d8f
RUN . ./libcomponent.sh && component_unpack "java" "1.8.232-0" --checksum fbac74363c807fce14538c5f9a9232602adc7883c1c5936571c741625de2479e
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="logstash" \
BITNAMI_IMAGE_VERSION="7.4.1-ol-7-r8" \
BITNAMI_IMAGE_VERSION="7.4.2-ol-7-r0" \
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
EXPOSE 8080