7.5.0-debian-9-r0 release

This commit is contained in:
Bitnami Bot
2019-12-02 20:15:06 +00:00
parent f06c916cb0
commit d0c0ca4480

View File

@@ -9,14 +9,14 @@ ENV HOME="/" \
COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libc6 libgcc1 procps unzip zlib1g
RUN . ./libcomponent.sh && component_unpack "logstash" "7.4.2-0" --checksum 7ef35bc92384fe180b5653e068de76ee32e709c762159794999a71eeb64f9b4f
RUN . ./libcomponent.sh && component_unpack "logstash" "7.5.0-0" --checksum 950ae36e5392e8106580246e11a10f9f255659d730e40a0604af4b79a5de6e8a
RUN . ./libcomponent.sh && component_unpack "java" "1.8.232-0" --checksum f4e5ff1d4fb13baf9bb2a4f2e5ffb328cf9eeb26d0b91214196e4473c2874adc
RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-amd64 > /usr/local/bin/gosu && echo 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 /usr/local/bin/gosu | sha256sum --check && chmod u+x /usr/local/bin/gosu && mkdir -p /opt/bitnami/licenses && curl --silent -L https://raw.githubusercontent.com/tianon/gosu/master/LICENSE > /opt/bitnami/licenses/gosu-1.11.txt
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="logstash" \
BITNAMI_IMAGE_VERSION="7.4.2-debian-9-r12" \
BITNAMI_IMAGE_VERSION="7.5.0-debian-9-r0" \
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
EXPOSE 8080