mirror of
https://github.com/bitnami/containers.git
synced 2026-04-02 15:27:45 +08:00
[bitnami/elasticsearch] Release 8.8.2-debian-11-r0 (#39510)
Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -8,13 +8,13 @@ ARG JAVA_EXTRA_SECURITY_DIR="/bitnami/java/extra-security"
|
|||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
|
||||||
org.opencontainers.image.created="2023-06-28T09:01:43Z" \
|
org.opencontainers.image.created="2023-06-30T22:21:53Z" \
|
||||||
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
org.opencontainers.image.description="Application packaged by VMware, Inc" \
|
||||||
org.opencontainers.image.licenses="Apache-2.0" \
|
org.opencontainers.image.licenses="Apache-2.0" \
|
||||||
org.opencontainers.image.ref.name="8.8.1-debian-11-r6" \
|
org.opencontainers.image.ref.name="8.8.2-debian-11-r0" \
|
||||||
org.opencontainers.image.title="elasticsearch" \
|
org.opencontainers.image.title="elasticsearch" \
|
||||||
org.opencontainers.image.vendor="VMware, Inc." \
|
org.opencontainers.image.vendor="VMware, Inc." \
|
||||||
org.opencontainers.image.version="8.8.1"
|
org.opencontainers.image.version="8.8.2"
|
||||||
|
|
||||||
ENV HOME="/" \
|
ENV HOME="/" \
|
||||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||||
@@ -28,9 +28,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||||||
RUN install_packages ca-certificates curl libasound2-dev libc6 libfreetype6 libfreetype6-dev libgcc1 procps zlib1g
|
RUN install_packages ca-certificates curl libasound2-dev libc6 libfreetype6 libfreetype6-dev libgcc1 procps zlib1g
|
||||||
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
|
||||||
COMPONENTS=( \
|
COMPONENTS=( \
|
||||||
"yq-4.34.1-2-linux-${OS_ARCH}-debian-11" \
|
"yq-4.34.1-6-linux-${OS_ARCH}-debian-11" \
|
||||||
"java-17.0.7-7-2-linux-${OS_ARCH}-debian-11" \
|
"java-17.0.7-7-2-linux-${OS_ARCH}-debian-11" \
|
||||||
"elasticsearch-8.8.1-0-linux-${OS_ARCH}-debian-11" \
|
"elasticsearch-8.8.2-0-linux-${OS_ARCH}-debian-11" \
|
||||||
) && \
|
) && \
|
||||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||||
@@ -48,7 +48,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
RUN /opt/bitnami/scripts/elasticsearch/postunpack.sh
|
RUN /opt/bitnami/scripts/elasticsearch/postunpack.sh
|
||||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||||
ENV APP_VERSION="8.8.1" \
|
ENV APP_VERSION="8.8.2" \
|
||||||
BITNAMI_APP_NAME="elasticsearch" \
|
BITNAMI_APP_NAME="elasticsearch" \
|
||||||
ES_JAVA_HOME="/opt/bitnami/java" \
|
ES_JAVA_HOME="/opt/bitnami/java" \
|
||||||
JAVA_HOME="/opt/bitnami/java" \
|
JAVA_HOME="/opt/bitnami/java" \
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "8.8.1-0"
|
"version": "8.8.2-0"
|
||||||
},
|
},
|
||||||
"java": {
|
"java": {
|
||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
@@ -15,6 +15,6 @@
|
|||||||
"arch": "amd64",
|
"arch": "amd64",
|
||||||
"distro": "debian-11",
|
"distro": "debian-11",
|
||||||
"type": "NAMI",
|
"type": "NAMI",
|
||||||
"version": "4.34.1-2"
|
"version": "4.34.1-6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
rolling-tags:
|
rolling-tags:
|
||||||
- "8"
|
- "8"
|
||||||
- 8-debian-11
|
- 8-debian-11
|
||||||
- 8.8.1
|
- 8.8.2
|
||||||
- latest
|
- latest
|
||||||
|
|||||||
Reference in New Issue
Block a user