7.5.1-debian-9-r0 release

This commit is contained in:
Bitnami Bot
2019-12-18 23:01:20 +00:00
parent 62f13b23e8
commit dce897fc60
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ ENV HOME="/" \
COPY prebuildfs / COPY prebuildfs /
# Install required system packages and dependencies # Install required system packages and dependencies
RUN install_packages ca-certificates curl libc6 libgcc1 procps unzip zlib1g 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 "logstash" "7.5.1-0" --checksum 6d307cb326e7dd0994adeefebd3fdfc7ce9832f8abab3dbb860a7e2f282699c6
RUN . ./libcomponent.sh && component_unpack "java" "1.8.232-0" --checksum f4e5ff1d4fb13baf9bb2a4f2e5ffb328cf9eeb26d0b91214196e4473c2874adc 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 && \ 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 && \ echo 0b843df6d86e270c5b0f5cbd3c326a04e18f4b7f9b8457fa497b0454c4b138d7 /usr/local/bin/gosu | sha256sum --check && \
@@ -20,7 +20,7 @@ RUN curl --silent -L https://github.com/tianon/gosu/releases/download/1.11/gosu-
COPY rootfs / COPY rootfs /
RUN /postunpack.sh RUN /postunpack.sh
ENV BITNAMI_APP_NAME="logstash" \ ENV BITNAMI_APP_NAME="logstash" \
BITNAMI_IMAGE_VERSION="7.5.0-debian-9-r12" \ BITNAMI_IMAGE_VERSION="7.5.1-debian-9-r0" \
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH" PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
EXPOSE 8080 EXPOSE 8080

View File

@@ -44,9 +44,9 @@ Non-root container images add an extra layer of security and are generally recom
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/). Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`7-debian-9`, `7.5.1-debian-9-r0`, `7`, `7.5.1`, `7.5.1-r0`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.1-debian-9-r0/7/debian-9/Dockerfile)
* [`7-centos-7`, `7.5.1-centos-7-r0` (7/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.1-centos-7-r0/7/centos-7/Dockerfile)
* [`7-ol-7`, `7.5.0-ol-7-r16` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.0-ol-7-r16/7/ol-7/Dockerfile) * [`7-ol-7`, `7.5.0-ol-7-r16` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.0-ol-7-r16/7/ol-7/Dockerfile)
* [`7-debian-9`, `7.5.0-debian-9-r12`, `7`, `7.5.0`, `7.5.0-r12`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.0-debian-9-r12/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)
Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash). Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash).