7.17.5-debian-11-r4 release

This commit is contained in:
Bitnami Bot 2022-07-12 03:05:58 +00:00 committed by Bitnami Containers
parent 1eba7701ee
commit da2ed142f3
3 changed files with 7 additions and 7 deletions

View File

@ -10,8 +10,8 @@ COPY prebuildfs /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
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-1" --checksum 042fde05fc288b0b4dc0e0de0348990e95e75c2222927f5c961ea239167a0a6f
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.15-1-0" --checksum 036b876a7a2546e5639cb5557d152ec14a3492ca37132dc99e8bd2e3b8ce1ecd
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.3-2" --checksum 84ce4016efca8b6a6713d69e9d7c19003d4a530f8b420fb8cdcaa9cf9af47ee6
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.17.5-1" --checksum c17f6fc756c25b74cd978dc4c39d94eb12392590a383f9f1e27f78bef09919d1
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900
RUN apt-get update && apt-get upgrade -y && \

View File

@ -8,10 +8,10 @@
},
"java": {
"arch": "amd64",
"digest": "fe6b65886a6b1f545508e272efbf422054ee030c867f94ebec2f93c5518252de",
"digest": "036b876a7a2546e5639cb5557d152ec14a3492ca37132dc99e8bd2e3b8ce1ecd",
"distro": "debian-11",
"type": "NAMI",
"version": "11.0.15-150"
"version": "11.0.15-1-0"
},
"logstash": {
"arch": "amd64",
@ -22,9 +22,9 @@
},
"yq": {
"arch": "amd64",
"digest": "042fde05fc288b0b4dc0e0de0348990e95e75c2222927f5c961ea239167a0a6f",
"digest": "84ce4016efca8b6a6713d69e9d7c19003d4a530f8b420fb8cdcaa9cf9af47ee6",
"distro": "debian-11",
"type": "NAMI",
"version": "4.25.3-1"
"version": "4.25.3-2"
}
}

View File

@ -46,7 +46,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
* [`8`, `8-debian-11`, `8.3.2`, `8.3.2-debian-11-r1`, `latest` (8/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/8.3.2-debian-11-r1/8/debian-11/Dockerfile)
* [`7`, `7-debian-11`, `7.17.5`, `7.17.5-debian-11-r3` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.17.5-debian-11-r3/7/debian-11/Dockerfile)
* [`7`, `7-debian-11`, `7.17.5`, `7.17.5-debian-11-r4` (7/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.17.5-debian-11-r4/7/debian-11/Dockerfile)
Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash).