mirror of
https://github.com/bitnami/containers.git
synced 2026-03-15 06:48:04 +08:00
8.2.3-debian-11-r0 release
This commit is contained in:
committed by
Bitnami Containers
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",
|
||||
|
||||
Reference in New Issue
Block a user