mirror of
https://github.com/bitnami/containers.git
synced 2026-02-19 14:08:07 +08:00
8.2.0-debian-10-r0 release
This commit is contained in:
committed by
Bitnami Containers
parent
0837ef8b94
commit
fbffd06cc5
@@ -16,7 +16,7 @@ RUN install_packages acl ca-certificates curl gzip hostname libasound2-dev libc6
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "yq" "4.25.1-0" --checksum 863b0a81f75feed5c08bb5c1c5b280469b10c7cee9232ecbf613544755a7433c
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "17.0.3-0" --checksum 55796cb971bbd807c7437e0a2ea965553721268568b3c910a6cbef467535ea5f
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "8.1.3-0" --checksum c8b0db2d8277f26aaf76e52c237b10fddcd09a55a8a5819f5a6e99e50e180e62
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "8.2.0-1" --checksum a72fcfdb872be7ec4d19f8d629d3838de53482172e1b59f85b6edf6c3cfacdda
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
@@ -24,7 +24,7 @@ RUN chmod g+rwX /opt/bitnami
|
||||
COPY rootfs /
|
||||
RUN /opt/bitnami/scripts/elasticsearch/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV APP_VERSION="8.1.3" \
|
||||
ENV APP_VERSION="8.2.0" \
|
||||
BITNAMI_APP_NAME="elasticsearch" \
|
||||
ES_JAVA_HOME="/opt/bitnami/java" \
|
||||
JAVA_HOME="/opt/bitnami/java" \
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"elasticsearch": {
|
||||
"arch": "amd64",
|
||||
"digest": "c8b0db2d8277f26aaf76e52c237b10fddcd09a55a8a5819f5a6e99e50e180e62",
|
||||
"digest": "a72fcfdb872be7ec4d19f8d629d3838de53482172e1b59f85b6edf6c3cfacdda",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "8.1.3-0"
|
||||
"version": "8.2.0-1"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
||||
@@ -47,7 +47,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/).
|
||||
|
||||
|
||||
* [`8`, `8-debian-10`, `8.2.0`, `8.2.0-debian-10-r-1`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/8.2.0-debian-10-r-1/8/debian-10/Dockerfile)
|
||||
* [`8`, `8-debian-10`, `8.2.0`, `8.2.0-debian-10-r0`, `latest` (8/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/8.2.0-debian-10-r0/8/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.17.3`, `7.17.3-debian-10-r11` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.17.3-debian-10-r11/7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/elasticsearch GitHub repo](https://github.com/bitnami/bitnami-docker-elasticsearch).
|
||||
|
||||
Reference in New Issue
Block a user