mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 14:58:20 +08:00
7.7.0-debian-10-r0 release
This commit is contained in:
@@ -9,7 +9,7 @@ ENV HOME="/" \
|
||||
COPY prebuildfs /
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages ca-certificates curl libc6 libgcc1 procps sudo unzip
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.6.2-0" --checksum dcdbdd15a9fda4c2ef971a28c96497e02bd3da6292abd014d0ace6bd48754302
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.7.0-0" --checksum 2b78d025551fc5866e48381c077c44ffc21a099e76dfd24194f2e41b65ff4601
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "1.8.252-0" --checksum d7271eff41b312b73aea7aea3b79a6b1a69cf6613804803daff952aff7d440b4
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-0" --checksum 582d501eeb6b338a24f417fededbf14295903d6be55c52d66c52e616c81bcd8c
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/logstash/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="logstash" \
|
||||
BITNAMI_IMAGE_VERSION="7.6.2-debian-10-r45" \
|
||||
BITNAMI_IMAGE_VERSION="7.7.0-debian-10-r0" \
|
||||
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
@@ -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-debian-10`, `7.6.2-debian-10-r45`, `7`, `7.6.2`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.6.2-debian-10-r45/7/debian-10/Dockerfile)
|
||||
* [`7-debian-10`, `7.7.0-debian-10-r0`, `7`, `7.7.0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.7.0-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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user