mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 07:29:11 +08:00
7.14.2-debian-10-r0 release
This commit is contained in:
@@ -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.12-0" --checksum 14c1274e93b1135d4d1b82ad7985fc2fa7f5d0689b6da18e0c94da37407cd4ea
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.14.1-0" --checksum 5ca7f25ccb02c09b454f8fdbe1ce75286edc486476e2b6cd8a1944924ff12029
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "logstash" "7.14.2-0" --checksum c2278da91f8909d3162c05afaa225e6b447308cbcf71ffe2cdc31275141775ab
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/logstash/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="logstash" \
|
||||
BITNAMI_IMAGE_VERSION="7.14.1-debian-10-r19" \
|
||||
BITNAMI_IMAGE_VERSION="7.14.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": "5ca7f25ccb02c09b454f8fdbe1ce75286edc486476e2b6cd8a1944924ff12029",
|
||||
"digest": "c2278da91f8909d3162c05afaa225e6b447308cbcf71ffe2cdc31275141775ab",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.14.1-0"
|
||||
"version": "7.14.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.14.1`, `7.14.1-debian-10-r19`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.14.1-debian-10-r19/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.14.2`, `7.14.2-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-logstash/blob/7.14.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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user