[bitnami/logstash] Release 8.8.1-debian-11-r0 (#36821)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
parent
597288fb6c
commit
ab2e905d55
|
|
@ -5,13 +5,13 @@ ARG LOGSTASH_PLUGINS
|
|||
ARG TARGETARCH
|
||||
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||
org.opencontainers.image.created="2023-06-06T20:00:03Z" \
|
||||
org.opencontainers.image.created="2023-06-08T13:19:42Z" \
|
||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||
org.opencontainers.image.licenses="Apache-2.0" \
|
||||
org.opencontainers.image.ref.name="8.8.0-debian-11-r4" \
|
||||
org.opencontainers.image.ref.name="8.8.1-debian-11-r0" \
|
||||
org.opencontainers.image.title="logstash" \
|
||||
org.opencontainers.image.vendor="VMware, Inc." \
|
||||
org.opencontainers.image.version="8.8.0"
|
||||
org.opencontainers.image.version="8.8.1"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
|
|
@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
|||
COMPONENTS=( \
|
||||
"java-17.0.7-7-2-linux-${OS_ARCH}-debian-11" \
|
||||
"yq-4.34.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
"logstash-8.8.0-0-linux-${OS_ARCH}-debian-11" \
|
||||
"logstash-8.8.1-0-linux-${OS_ARCH}-debian-11" \
|
||||
) && \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
|
|
@ -45,7 +45,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/logstash/postunpack.sh
|
||||
ENV APP_VERSION="8.8.0" \
|
||||
ENV APP_VERSION="8.8.1" \
|
||||
BITNAMI_APP_NAME="logstash" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/logstash/bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"arch": "amd64",
|
||||
"distro": "debian-11",
|
||||
"type": "NAMI",
|
||||
"version": "8.8.0-0"
|
||||
"version": "8.8.1-0"
|
||||
},
|
||||
"yq": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
rolling-tags:
|
||||
- "8"
|
||||
- 8-debian-11
|
||||
- 8.8.0
|
||||
- 8.8.1
|
||||
- latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue