7.6.0-debian-10-r17 release

This commit is contained in:
Bitnami Bot 2020-03-02 20:19:24 +00:00
parent c9334dd1ac
commit 6a73f3f4bd
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ COPY prebuildfs /
# Install required system packages and dependencies
RUN install_packages ca-certificates curl libasound2-dev libc6 libfreetype6 libfreetype6-dev libgcc1 libx11-6 libxext6 libxi6 libxrender1 libxtst6 procps sudo unzip zlib1g
RUN . ./libcomponent.sh && component_unpack "java" "11.0.6-0" --checksum f7446f8bec72b6b2606d37ba917accc243e6cd4e722700c39ef83832c46fb0c6
RUN . ./libcomponent.sh && component_unpack "yq" "3.2.0-0" --checksum c1bed30835eb05a04c9705ad17a0763f3e7dc4558bb878611e00e4ee8e2e1ac7
RUN . ./libcomponent.sh && component_unpack "yq" "3.2.1-0" --checksum b35ff01573930f11065a5aaa23e64fbb93b545c07fb6d7a1386c61e5b6146791
RUN . ./libcomponent.sh && component_unpack "elasticsearch" "7.6.0-0" --checksum 389aa020ce0a25a2a7a5e39b14962359c995c528f35256613703c462fbe9fbb4
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
@ -20,7 +20,7 @@ RUN /build/install-gosu.sh
COPY rootfs /
RUN /postunpack.sh
ENV BITNAMI_APP_NAME="elasticsearch" \
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r16" \
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r17" \
LD_LIBRARY_PATH="/opt/bitnami/elasticsearch/jdk/lib:/opt/bitnami/elasticsearch/jdk/lib/server:$LD_LIBRARY_PATH" \
NAMI_PREFIX="/.nami" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:/opt/bitnami/elasticsearch/bin:$PATH"

View File

@ -46,7 +46,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/containers/how-to/understand-rolling-tags-containers/).
* [`7-debian-10`, `7.6.0-debian-10-r16`, `7`, `7.6.0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.6.0-debian-10-r16/7/debian-10/Dockerfile)
* [`7-debian-10`, `7.6.0-debian-10-r17`, `7`, `7.6.0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.6.0-debian-10-r17/7/debian-10/Dockerfile)
* [`6-debian-10`, `6.8.6-debian-10-r34`, `6`, `6.8.6` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.8.6-debian-10-r34/6/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/elasticsearch GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch).