mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 23:10:53 +08:00
7.6.0-debian-10-r7 release
This commit is contained in:
@@ -11,14 +11,14 @@ COPY prebuildfs /
|
|||||||
RUN install_packages ca-certificates curl libc6 libgcc1 procps sudo unzip zlib1g
|
RUN install_packages ca-certificates curl libc6 libgcc1 procps sudo unzip zlib1g
|
||||||
RUN . ./libcomponent.sh && component_unpack "logstash" "7.6.0-0" --checksum 25b921fba8f57aac0858a04c416568e212a109ce1096627a608167f78c1dc6ad
|
RUN . ./libcomponent.sh && component_unpack "logstash" "7.6.0-0" --checksum 25b921fba8f57aac0858a04c416568e212a109ce1096627a608167f78c1dc6ad
|
||||||
RUN . ./libcomponent.sh && component_unpack "java" "1.8.242-0" --checksum 3a70f3d1c3cd9bc6ec581b2a10373a2b323c0b9af40402ce8d19aeb0b3d02400
|
RUN . ./libcomponent.sh && component_unpack "java" "1.8.242-0" --checksum 3a70f3d1c3cd9bc6ec581b2a10373a2b323c0b9af40402ce8d19aeb0b3d02400
|
||||||
RUN apt-get update && apt-get upgrade && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||||
RUN /build/install-gosu.sh
|
RUN /build/install-gosu.sh
|
||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /postunpack.sh
|
RUN /postunpack.sh
|
||||||
ENV BITNAMI_APP_NAME="logstash" \
|
ENV BITNAMI_APP_NAME="logstash" \
|
||||||
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r6" \
|
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r7" \
|
||||||
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
|
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t
|
|||||||
|
|
||||||
|
|
||||||
* [`7-ol-7`, `7.6.0-ol-7-r6` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.6.0-ol-7-r6/7/ol-7/Dockerfile)
|
* [`7-ol-7`, `7.6.0-ol-7-r6` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.6.0-ol-7-r6/7/ol-7/Dockerfile)
|
||||||
* [`7-debian-10`, `7.6.0-debian-10-r6`, `7`, `7.6.0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.6.0-debian-10-r6/7/debian-10/Dockerfile)
|
* [`7-debian-10`, `7.6.0-debian-10-r7`, `7`, `7.6.0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.6.0-debian-10-r7/7/debian-10/Dockerfile)
|
||||||
|
|
||||||
Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash).
|
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