7.10.1-debian-10-r0 release
This commit is contained in:
parent
2970a147eb
commit
fe0f1ed338
|
|
@ -15,7 +15,7 @@ RUN install_packages acl ca-certificates curl gzip hostname libasound2-dev libc6
|
|||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.9-1-0" --checksum ef5f22567fba8403553735c9fa26825e3aeb913ce7207b44bcbc336d6ada6b67
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "3.4.1-0" --checksum c88c76a7b5214407821771e5fc340f0320d5ded19eada938629603a982b8b640
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.12.0-2" --checksum 4d858ac600c38af8de454c27b7f65c0074ec3069880cb16d259a6e40a46bbc50
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "7.10.0-0" --checksum dc1d5178e5dee852271cbbb84574e24c3cf60f930d00e70bf6931db1e8af42a3
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "7.10.1-0" --checksum 1716388a4cb7fbdb14c97414259b4773df8878b482eefdda1273f4ec6df1733a
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -23,7 +23,7 @@ RUN chmod g+rwX /opt/bitnami
|
|||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/elasticsearch/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="elasticsearch" \
|
||||
BITNAMI_IMAGE_VERSION="7.10.0-debian-10-r31" \
|
||||
BITNAMI_IMAGE_VERSION="7.10.1-debian-10-r0" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
LD_LIBRARY_PATH="/opt/bitnami/elasticsearch/jdk/lib:/opt/bitnami/elasticsearch/jdk/lib/server:$LD_LIBRARY_PATH"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"elasticsearch": {
|
||||
"arch": "amd64",
|
||||
"digest": "dc1d5178e5dee852271cbbb84574e24c3cf60f930d00e70bf6931db1e8af42a3",
|
||||
"digest": "1716388a4cb7fbdb14c97414259b4773df8878b482eefdda1273f4ec6df1733a",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.10.0-0"
|
||||
"version": "7.10.1-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -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/tutorials/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-10`, `7.10.0`, `7.10.0-debian-10-r31`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.10.0-debian-10-r31/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.10.1`, `7.10.1-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.10.1-debian-10-r0/7/debian-10/Dockerfile)
|
||||
* [`6`, `6-debian-10`, `6.8.13`, `6.8.13-debian-10-r51` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.8.13-debian-10-r51/6/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/elasticsearch GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch).
|
||||
|
|
|
|||
Loading…
Reference in New Issue