8.2.0-debian-10-r0 release
This commit is contained in:
parent
e075b6ca84
commit
d4b031ef90
|
|
@ -13,7 +13,7 @@ COPY prebuildfs /
|
|||
RUN install_packages acl ca-certificates curl gzip libc6 procps tar zlib1g
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-0" --checksum 255bc547614ce8052f416a74c58cfb916f724876315f15b816e0eb98b2bded35
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.1-0" --checksum 863b0a81f75feed5c08bb5c1c5b280469b10c7cee9232ecbf613544755a7433c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "8.1.3-0" --checksum 23c4a897e081e65d72bbbf39161f2c582f0a7c344b6f8d61bb0e10fe4f52b759
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "8.2.0-0" --checksum 92b0a21b027496ae9d0a3f40e2dd1c4731ff2bfda4fb9ed3b3f28e691820c618
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
|
@ -22,7 +22,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/logstash/postunpack.sh
|
||||
ENV APP_VERSION="8.1.3" \
|
||||
ENV APP_VERSION="8.2.0" \
|
||||
BITNAMI_APP_NAME="logstash" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/logstash/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"logstash": {
|
||||
"arch": "amd64",
|
||||
"digest": "23c4a897e081e65d72bbbf39161f2c582f0a7c344b6f8d61bb0e10fe4f52b759",
|
||||
"digest": "92b0a21b027496ae9d0a3f40e2dd1c4731ff2bfda4fb9ed3b3f28e691820c618",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.3-0"
|
||||
"version": "8.2.0-0"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -45,7 +45,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/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-10`, `8.1.3`, `8.1.3-debian-10-r12`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/8.1.3-debian-10-r12/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.2.0`, `8.2.0-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/8.2.0-debian-10-r0/8/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.17.3`, `7.17.3-debian-10-r12` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.17.3-debian-10-r12/7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash).
|
||||
|
|
|
|||
Loading…
Reference in New Issue