7.17.0-debian-10-r0 release
This commit is contained in:
parent
b8a1f4490b
commit
3689ff04b4
|
|
@ -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.18.1-0" --checksum 40e447d086be7878cbe76e99fa5cc1b004eaaaa5e3c88f1f505bdf500e1da613
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "java" "11.0.14-3" --checksum 1f4876cb7c5709c5dc905f4325b1136b3ab73f71e3e16faa3c877ef84e78e776
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-3" --checksum 276ab5a0be4b05e136ec468d62c8f9cc4f40d9664c55f01f16a9f1209ba16980
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "7.16.3-4" --checksum a93c1b474ac6b58f344d9ac598ba8a3a34dcd721a1a5183e18bb76db16fab122
|
||||
RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "elasticsearch" "7.17.0-0" --checksum 9ca80bce469297f5fb60ace32d0732cc82ee144f8bb40b3d98ba61497c801851
|
||||
RUN apt-get update && apt-get upgrade -y && \
|
||||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN chmod g+rwX /opt/bitnami
|
||||
|
|
@ -25,7 +25,7 @@ COPY rootfs /
|
|||
RUN /opt/bitnami/scripts/elasticsearch/postunpack.sh
|
||||
RUN /opt/bitnami/scripts/java/postunpack.sh
|
||||
ENV BITNAMI_APP_NAME="elasticsearch" \
|
||||
BITNAMI_IMAGE_VERSION="7.16.3-debian-10-r13" \
|
||||
BITNAMI_IMAGE_VERSION="7.17.0-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": "a93c1b474ac6b58f344d9ac598ba8a3a34dcd721a1a5183e18bb76db16fab122",
|
||||
"digest": "9ca80bce469297f5fb60ace32d0732cc82ee144f8bb40b3d98ba61497c801851",
|
||||
"distro": "debian-10",
|
||||
"type": "NAMI",
|
||||
"version": "7.16.3-4"
|
||||
"version": "7.17.0-0"
|
||||
},
|
||||
"gosu": {
|
||||
"arch": "amd64",
|
||||
|
|
|
|||
|
|
@ -60,6 +60,6 @@ component_unpack() {
|
|||
echo "Verifying package integrity"
|
||||
echo "$package_sha256 ${base_name}.tar.gz" | sha256sum --check - || exit "$?"
|
||||
fi
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2 "${base_name}/files/"
|
||||
tar --directory "${directory}" --extract --gunzip --file "${base_name}.tar.gz" --no-same-owner --strip-components=2
|
||||
rm "${base_name}.tar.gz"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -322,7 +322,7 @@ elasticsearch_cluster_configuration() {
|
|||
else
|
||||
if [[ "$ELASTICSEARCH_NODE_TYPE" = "master" ]]; then
|
||||
true
|
||||
else
|
||||
else
|
||||
false
|
||||
fi
|
||||
fi
|
||||
|
|
@ -497,7 +497,7 @@ elasticsearch_configure_node_roles() {
|
|||
local set_repo_path="no"
|
||||
read -r -a roles_list <<<"$(tr ',;' ' ' <<<"$ELASTICSEARCH_NODE_ROLES")"
|
||||
elasticsearch_conf_set node.roles "${roles_list[@]}"
|
||||
|
||||
|
||||
for role in "${roles_list[@]}"; do
|
||||
case "$role" in
|
||||
master | data | data_content | data_hot | data_warm | data_cold | data_frozen)
|
||||
|
|
|
|||
|
|
@ -48,7 +48,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.17.0`, `7.17.0-debian-10-r-1`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.17.0-debian-10-r-1/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.17.0`, `7.17.0-debian-10-r0`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/7.17.0-debian-10-r0/7/debian-10/Dockerfile)
|
||||
* [`6`, `6-debian-10`, `6.8.23`, `6.8.23-debian-10-r17` (6/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-elasticsearch/blob/6.8.23-debian-10-r17/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