7.5.0-debian-9-r7 release

This commit is contained in:
Bitnami Bot
2019-12-11 19:30:02 +00:00
parent 3e194c7b02
commit f64c268279
2 changed files with 7 additions and 3 deletions

View File

@@ -11,12 +11,16 @@ COPY prebuildfs /
RUN install_packages ca-certificates curl libc6 libgcc1 procps unzip zlib1g
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
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.5.0-debian-9-r6" \
BITNAMI_IMAGE_VERSION="7.5.0-debian-9-r7" \
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
EXPOSE 8080

View File

@@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`7-ol-7`, `7.5.0-ol-7-r9` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.0-ol-7-r9/7/ol-7/Dockerfile)
* [`7-debian-9`, `7.5.0-debian-9-r6`, `7`, `7.5.0`, `7.5.0-r6`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.0-debian-9-r6/7/debian-9/Dockerfile)
* [`7-debian-9`, `7.5.0-debian-9-r7`, `7`, `7.5.0`, `7.5.0-r7`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.0-debian-9-r7/7/debian-9/Dockerfile)
* [`7-centos-7`, `7.5.0-centos-7-r0` (7/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.0-centos-7-r0/7/centos-7/Dockerfile)
* [`7-photon-3`, `7.0.0-photon-3-r0` (7/photon-3/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.0.0-photon-3-r0/7/photon-3/Dockerfile)