7.16.3-debian-10-r10 release
This commit is contained in:
parent
7addca2837
commit
ff08ddb635
|
|
@ -13,8 +13,8 @@ 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.14-0" --checksum f7addf88d61b35543dc6ed9f5ec31fd8a800cec6249d419310fd56e8e9a3499d
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.17.2-0" --checksum e44965c2d2878443baa6c21214be5ce416a0ba34aaa3b23127ceb3aaefc72b4a
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.16.3-1" --checksum 0240c07f38249d10728c7d47da207b05091f1e2e1a90667505815eadb1a6734f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-2" --checksum 7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.16.3-2" --checksum 5affa023d9ed3b523e0ac765999a7bdf84b4e18dfc36cfec44ccf4de9210bef2
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -23,7 +23,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/logstash/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="logstash" \
|
||||
BITNAMI_IMAGE_VERSION="7.16.3-debian-10-r9" \
|
||||
BITNAMI_IMAGE_VERSION="7.16.3-debian-10-r10" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/logstash/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
"digest": "7419bc5e2be68eb14c92e321acc843413481cda73323fb8c0d1dda8b1e5aa9d5",
|
||||
"digest": "276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "1.14.0-2"
|
||||
"version": "1.14.0-3"
|
||||
},
|
||||
"java": {
|
||||
"arch": "amd64",
|
||||
|
|
@ -15,10 +15,10 @@
|
|||
},
|
||||
"logstash": {
|
||||
"arch": "amd64",
|
||||
"digest": "0240c07f38249d10728c7d47da207b05091f1e2e1a90667505815eadb1a6734f",
|
||||
"digest": "5affa023d9ed3b523e0ac765999a7bdf84b4e18dfc36cfec44ccf4de9210bef2",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.16.3-1"
|
||||
"version": "7.16.3-2"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,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/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-10`, `7.16.3`, `7.16.3-debian-10-r9`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.16.3-debian-10-r9/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.16.3`, `7.16.3-debian-10-r10`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.16.3-debian-10-r10/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