mirror of
https://github.com/bitnami/containers.git
synced 2026-03-07 01:07:20 +08:00
8.3.0-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
9e4814a1bf
commit
ab18f3a7a8
@@ -12,7 +12,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
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.3-0" --checksum a937d298205d3f7e8fcaa3ddbd24934cb2b809bcea54a1c0b3e3f29aa61428ac
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "8.2.3-0" --checksum 15c43d96dd499670f8d39d98c44730fb2a35e3e43624835a664103e61a20ad55
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "8.3.0-0" --checksum 98857ff29b8d935ba83abee543a5243499175368aff7d48e5f4d7948646210b9
|
||||
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
|
||||
@@ -21,7 +21,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.3" \
|
||||
ENV APP_VERSION="8.3.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": "15c43d96dd499670f8d39d98c44730fb2a35e3e43624835a664103e61a20ad55",
|
||||
"digest": "98857ff29b8d935ba83abee543a5243499175368aff7d48e5f4d7948646210b9",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.2.3-0"
|
||||
"version": "8.3.0-0"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -45,8 +45,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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-11`, `8.2.3`, `8.2.3-debian-11-r4`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/8.2.3-debian-11-r4/8/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.17.4`, `7.17.4-debian-11-r9` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.17.4-debian-11-r9/7/debian-11/Dockerfile)
|
||||
* [`8`, `8-debian-11`, `8.3.0`, `8.3.0-debian-11-r0`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/8.3.0-debian-11-r0/8/debian-11/Dockerfile)
|
||||
* [`7`, `7-debian-11`, `7.17.5`, `7.17.5-debian-11-r-1` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.17.5-debian-11-r-1/7/debian-11/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user