mirror of
https://github.com/bitnami/containers.git
synced 2026-03-20 14:58:20 +08:00
7.4.2-ol-7-r0 release
This commit is contained in:
@@ -8,13 +8,13 @@ ENV HOME="/" \
|
||||
|
||||
# Install required system packages and dependencies
|
||||
RUN install_packages glibc libgcc zlib
|
||||
RUN . ./libcomponent.sh && component_unpack "logstash" "7.4.1-0" --checksum 3d2839f304a00d7cc7198c1220d4e2cbe784f5f3ba9180860186a093f14fc901
|
||||
RUN . ./libcomponent.sh && component_unpack "logstash" "7.4.2-0" --checksum 18116ea58e294ed3e16585bdd619c3e322ba11de97164ef834d5baeeef9c4d8f
|
||||
RUN . ./libcomponent.sh && component_unpack "java" "1.8.232-0" --checksum fbac74363c807fce14538c5f9a9232602adc7883c1c5936571c741625de2479e
|
||||
|
||||
COPY rootfs /
|
||||
RUN /postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="logstash" \
|
||||
BITNAMI_IMAGE_VERSION="7.4.1-ol-7-r8" \
|
||||
BITNAMI_IMAGE_VERSION="7.4.2-ol-7-r0" \
|
||||
PATH="/opt/bitnami/logstash/bin:/opt/bitnami/java/bin:$PATH"
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
@@ -44,9 +44,9 @@ 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/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`7-ol-7`, `7.4.1-ol-7-r8` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.1-ol-7-r8/7/ol-7/Dockerfile)
|
||||
* [`7-ol-7`, `7.4.2-ol-7-r0` (7/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.2-ol-7-r0/7/ol-7/Dockerfile)
|
||||
* [`7-centos-7`, `7.4.2-centos-7-r0` (7/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.2-centos-7-r0/7/centos-7/Dockerfile)
|
||||
* [`7-debian-9`, `7.4.1-debian-9-r6`, `7`, `7.4.1`, `7.4.1-r6`, `latest` (7/debian-9/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.1-debian-9-r6/7/debian-9/Dockerfile)
|
||||
* [`7-centos-7`, `7.4.1-centos-7-r0` (7/centos-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.4.1-centos-7-r0/7/centos-7/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/logstash GitHub repo](https://github.com/bitnami/bitnami-docker-logstash).
|
||||
|
||||
@@ -92,6 +92,8 @@ logstash:
|
||||
...
|
||||
```
|
||||
|
||||
> NOTE: As this is a non-root container, the mounted files and directories must have the proper permissions for the UID `1001`.
|
||||
|
||||
# Connecting to other containers
|
||||
|
||||
Using [Docker container networking](https://docs.docker.com/engine/userguide/networking/), a different server running inside a container can easily be accessed by your application containers and vice-versa.
|
||||
|
||||
Reference in New Issue
Block a user