mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 15:29:05 +08:00
7.6.1-debian-10-r2 release
This commit is contained in:
@@ -13,12 +13,13 @@ RUN . ./libcomponent.sh && component_unpack "logstash" "7.6.1-0" --checksum e7f3
|
||||
RUN . ./libcomponent.sh && component_unpack "java" "1.8.242-0" --checksum 3a70f3d1c3cd9bc6ec581b2a10373a2b323c0b9af40402ce8d19aeb0b3d02400
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN useradd -r -u 1001 -g root logstash
|
||||
RUN /build/install-gosu.sh
|
||||
|
||||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="logstash" \
|
||||
BITNAMI_IMAGE_VERSION="7.6.1-debian-10-r1" \
|
||||
BITNAMI_IMAGE_VERSION="7.6.1-debian-10-r2" \
|
||||
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user