8.2.3-debian-11-r0 release
This commit is contained in:
parent
17d3269e4e
commit
54033512cc
|
|
@ -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-150" --checksum fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.2-150" --checksum 58fc2dcc9eda8b5e88ef23081c14384a33ac4736d7238d490416fb4c5c633994
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "8.2.2-150" --checksum 823f1e3e0022f8a1126a823beaf0a29202030a5a2ec29c56fdd3eb4a8fba9385
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "8.2.3-0" --checksum 15c43d96dd499670f8d39d98c44730fb2a35e3e43624835a664103e61a20ad55
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b
|
||||
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.2.2" \
|
||||
ENV APP_VERSION="8.2.3" \
|
||||
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": "823f1e3e0022f8a1126a823beaf0a29202030a5a2ec29c56fdd3eb4a8fba9385",
|
||||
"digest": "15c43d96dd499670f8d39d98c44730fb2a35e3e43624835a664103e61a20ad55",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.2.2-150"
|
||||
"version": "8.2.3-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-11`, `8.2.2`, `8.2.2-debian-11-r4`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/8.2.2-debian-11-r4/8/debian-11/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.2.3`, `8.2.3-debian-11-r0`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/8.2.3-debian-11-r0/8/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.17.4`, `7.17.4-debian-11-r5` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.17.4-debian-11-r5/7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash).
|
||||
|
|
|
|||
Loading…
Reference in New Issue