6.8.10-debian-10-r0 release
This commit is contained in:
parent
83166e50e8
commit
3c1b96fa12
|
|
@ -15,14 +15,14 @@ RUN install_packages ca-certificates curl gzip libc6 procps tar zlib1g
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.7-1" --checksum e01669f15e2e655613c19eab1b8b533a720d6334766da34190a2a4939f5a0bc8
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "3.3.0-0" --checksum 44c8d8e59396bdec54adbffd26bd98f4a0198e6fc5a280953429d14cefed0868
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-0" --checksum 582d501eeb6b338a24f417fededbf14295903d6be55c52d66c52e616c81bcd8c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "6.8.9-1" --checksum e010208dfd72e652581d6c28c7466a1e43ea591cdc819de6d5a85243d48ee322
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "6.8.10-0" --checksum d2b43555e358fe2daa533d73707b9da012b0a6b2e71f4aec059e347d3ad06993
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/elasticsearch/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="elasticsearch" \
|
||||
BITNAMI_IMAGE_VERSION="6.8.9-debian-10-r21" \
|
||||
BITNAMI_IMAGE_VERSION="6.8.10-debian-10-r0" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/elasticsearch/jdk/lib:/opt/bitnami/elasticsearch/jdk/lib/server:$LD_LIBRARY_PATH"
|
||||
|
||||
EXPOSE 9200 9300
|
||||
|
|
|
|||
|
|
@ -44,8 +44,8 @@ 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-debian-10`, `7.7.0-debian-10-r17`, `7`, `7.7.0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.7.0-debian-10-r17/7/debian-10/Dockerfile)
|
||||
* [`6-debian-10`, `6.8.9-debian-10-r21`, `6`, `6.8.9` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.8.9-debian-10-r21/6/debian-10/Dockerfile)
|
||||
* [`7-debian-10`, `7.7.1-debian-10-r-1`, `7`, `7.7.1`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.7.1-debian-10-r-1/7/debian-10/Dockerfile)
|
||||
* [`6-debian-10`, `6.8.10-debian-10-r0`, `6`, `6.8.10` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.8.10-debian-10-r0/6/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/elasticsearch GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch).
|
||||
## Get this image
|
||||
|
|
|
|||
Loading…
Reference in New Issue