7.17.2-debian-10-r0 release

This commit is contained in:
Bitnami Bot
2022-03-31 16:49:26 +00:00
parent 8b0464d4bd
commit 195c46acb6
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ COPY prebuildfs /
RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-7" --checksum 900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-7" --checksum 900545c4f346a0ece8abf2caf64fd9d4ab7514967d4614d716bf7362b24f828b
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.24.2-0" --checksum 6671445790516400883182abf5e957645260585b8a9f9432a8a6b63b045b6559 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.24.2-0" --checksum 6671445790516400883182abf5e957645260585b8a9f9432a8a6b63b045b6559
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.17.1-1" --checksum a72a6a6502bf1bfebccb0cee9ab785bae87e63fcc4bbd85eac71587af974f054 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.17.2-0" --checksum 3b890a8267b479fc8815445082431f542acb80f332ef0ce490409ec220af7f1e
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives rm -r /var/lib/apt/lists /var/cache/apt/archives
@@ -22,9 +22,9 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs / COPY rootfs /
RUN /opt/bitnami/scripts/java/postunpack.sh RUN /opt/bitnami/scripts/java/postunpack.sh
RUN /opt/bitnami/scripts/logstash/postunpack.sh RUN /opt/bitnami/scripts/logstash/postunpack.sh
ENV APP_VERSION="7.17.1" \ ENV APP_VERSION="7.17.2" \
BITNAMI_APP_NAME="logstash" \ BITNAMI_APP_NAME="logstash" \
BITNAMI_IMAGE_VERSION="7.17.1-debian-10-r31" \ BITNAMI_IMAGE_VERSION="7.17.2-debian-10-r0" \
JAVA_HOME="/opt/bitnami/java" \ JAVA_HOME="/opt/bitnami/java" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/logstash/bin:$PATH" PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/logstash/bin:$PATH"

View File

@@ -15,10 +15,10 @@
}, },
"logstash": { "logstash": {
"arch": "amd64", "arch": "amd64",
"digest": "a72a6a6502bf1bfebccb0cee9ab785bae87e63fcc4bbd85eac71587af974f054", "digest": "3b890a8267b479fc8815445082431f542acb80f332ef0ce490409ec220af7f1e",
"distro": "debian-10", "distro": "debian-10",
"type": "NAMI", "type": "NAMI",
"version": "7.17.1-1" "version": "7.17.2-0"
}, },
"yq": { "yq": {
"arch": "amd64", "arch": "amd64",

View File

@@ -47,7 +47,7 @@ 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/tutorials/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/tutorials/understand-rolling-tags-containers/).
* [`7`, `7-debian-10`, `7.17.1`, `7.17.1-debian-10-r31`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.17.1-debian-10-r31/7/debian-10/Dockerfile) * [`7`, `7-debian-10`, `7.17.2`, `7.17.2-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.17.2-debian-10-r0/7/debian-10/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).