7.11.2-debian-10-r0 release
This commit is contained in:
parent
b8694edcdd
commit
4cc0501e50
|
|
@ -10,14 +10,14 @@ COPY prebuildfs /
|
|||
# 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.10-0" --checksum 68b909cfb5c98625e7d0db5c6eb82a34eca9b8940ada38b7eaa0c238bb510b57
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.11.1-0" --checksum bd8e3a9a7fd68b972feba157578fe066acbd31dda9311614828847811c7ec88f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.11.2-0" --checksum 10bfaf8fcc74879496ef58c133b788dcf76d8372bd61491a23b80273df12eef5
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/logstash/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="logstash" \
|
||||
BITNAMI_IMAGE_VERSION="7.11.1-debian-10-r20" \
|
||||
BITNAMI_IMAGE_VERSION="7.11.2-debian-10-r0" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/logstash/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -15,9 +15,9 @@
|
|||
},
|
||||
"logstash": {
|
||||
"arch": "amd64",
|
||||
"digest": "bd8e3a9a7fd68b972feba157578fe066acbd31dda9311614828847811c7ec88f",
|
||||
"digest": "10bfaf8fcc74879496ef58c133b788dcf76d8372bd61491a23b80273df12eef5",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.11.1-0"
|
||||
"version": "7.11.2-0"
|
||||
}
|
||||
}
|
||||
|
|
@ -42,7 +42,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.11.1`, `7.11.1-debian-10-r20`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.11.1-debian-10-r20/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.11.2`, `7.11.2-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.11.2-debian-10-r0/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