7.5.2-ol-7-r0 release

This commit is contained in:
Bitnami Bot
2020-01-21 23:03:50 +00:00
parent 143f3c1348
commit 274901430e
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 glibc gzip hostname libaio-devel libgcc procps-ng sudo tar which zlib 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.1-0" --checksum 0ba07df2f1f63e8a51e83c11a3bca94fe978d63e43f88648cf60c7c6dbe88bb9 RUN . ./libcomponent.sh && component_unpack "logstash" "7.5.2-0" --checksum 028cd9c6c30aefbfabf4bd3d10de0a200f7bd39fcc6f034a8fef83607b96b9ea
RUN . ./libcomponent.sh && component_unpack "java" "1.8.232-0" --checksum fbac74363c807fce14538c5f9a9232602adc7883c1c5936571c741625de2479e RUN . ./libcomponent.sh && component_unpack "java" "1.8.232-0" --checksum fbac74363c807fce14538c5f9a9232602adc7883c1c5936571c741625de2479e
RUN yum upgrade -y && \ RUN yum upgrade -y && \
rm -r /var/cache/yum rm -r /var/cache/yum
@@ -18,7 +18,7 @@ RUN /build/install-gosu.sh
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.1-ol-7-r33" \ BITNAMI_IMAGE_VERSION="7.5.2-ol-7-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,8 +44,8 @@ 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-ol-7`, `7.5.1-ol-7-r33` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.1-ol-7-r33/7/ol-7/Dockerfile) * [`7-ol-7`, `7.5.2-ol-7-r0` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.2-ol-7-r0/7/ol-7/Dockerfile)
* [`7-debian-9`, `7.5.1-debian-9-r26`, `7`, `7.5.1`, `7.5.1-r26`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.1-debian-9-r26/7/debian-9/Dockerfile) * [`7-debian-9`, `7.5.2-debian-9-r0`, `7`, `7.5.2`, `7.5.2-r0`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.5.2-debian-9-r0/7/debian-9/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).