From a554dcc9cf52d4b14792368696308af2f9355928 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 22 Mar 2024 20:05:39 +0100 Subject: [PATCH] [bitnami/elasticsearch] Release 7.17.18-debian-12-r7 (#64063) Signed-off-by: Bitnami Containers --- bitnami/elasticsearch/7/debian-12/Dockerfile | 6 ++--- .../opt/bitnami/.bitnami_components.json | 2 +- .../opt/bitnami/scripts/libbitnami.sh | 1 + bitnami/elasticsearch/README.md | 23 ++++++++++++++++--- 4 files changed, 25 insertions(+), 7 deletions(-) diff --git a/bitnami/elasticsearch/7/debian-12/Dockerfile b/bitnami/elasticsearch/7/debian-12/Dockerfile index df58b3aa9834..83fc466f33e9 100644 --- a/bitnami/elasticsearch/7/debian-12/Dockerfile +++ b/bitnami/elasticsearch/7/debian-12/Dockerfile @@ -9,10 +9,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2024-02-21T17:32:42Z" \ + org.opencontainers.image.created="2024-03-22T18:22:52Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="7.17.18-debian-12-r6" \ + org.opencontainers.image.ref.name="7.17.18-debian-12-r7" \ org.opencontainers.image.title="elasticsearch" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="7.17.18" @@ -29,7 +29,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"] RUN install_packages ca-certificates curl libasound2-dev libc6 libfreetype6 libfreetype6-dev libgcc1 procps zlib1g RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \ COMPONENTS=( \ - "yq-4.41.1-0-linux-${OS_ARCH}-debian-12" \ + "yq-4.42.1-1-linux-${OS_ARCH}-debian-12" \ "java-17.0.10-13-2-linux-${OS_ARCH}-debian-12" \ "elasticsearch-7.17.18-1-linux-${OS_ARCH}-debian-12" \ ) ; \ diff --git a/bitnami/elasticsearch/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/elasticsearch/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json index 61284bc4faa6..c94ff62000a9 100644 --- a/bitnami/elasticsearch/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/elasticsearch/7/debian-12/prebuildfs/opt/bitnami/.bitnami_components.json @@ -15,6 +15,6 @@ "arch": "amd64", "distro": "debian-12", "type": "NAMI", - "version": "4.41.1-0" + "version": "4.42.1-1" } } \ No newline at end of file diff --git a/bitnami/elasticsearch/7/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh b/bitnami/elasticsearch/7/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh index 3853c789b2ea..aa782fc6a4db 100644 --- a/bitnami/elasticsearch/7/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh +++ b/bitnami/elasticsearch/7/debian-12/prebuildfs/opt/bitnami/scripts/libbitnami.sh @@ -48,6 +48,7 @@ print_image_welcome_page() { info "${BOLD}Welcome to the Bitnami ${BITNAMI_APP_NAME} container${RESET}" info "Subscribe to project updates by watching ${BOLD}${github_url}${RESET}" info "Submit issues and feature requests at ${BOLD}${github_url}/issues${RESET}" + info "Upgrade to Tanzu Application Catalog for production environments to access custom-configured and pre-packaged software components. Gain enhanced features, including Software Bill of Materials (SBOM), CVE scan result reports, and VEX documents. To learn more, visit ${BOLD}https://bitnami.com/enterprise${RESET}" info "" } diff --git a/bitnami/elasticsearch/README.md b/bitnami/elasticsearch/README.md index 33bd4174a285..ff99a99c83f8 100644 --- a/bitnami/elasticsearch/README.md +++ b/bitnami/elasticsearch/README.md @@ -182,19 +182,34 @@ docker-compose up -d | Name | Description | Default Value | |---------------------------------------------------|------------------------------------------------------------------------------------------------------------------------|------------------------------------------------| | `ELASTICSEARCH_CERTS_DIR` | Path to certificates folder. | `${DB_CONF_DIR}/certs` | +| `ELASTICSEARCH_DATA_DIR_LIST` | Comma, semi-colon or space separated list of directories to use for data storage | `nil` | +| `ELASTICSEARCH_BIND_ADDRESS` | Elasticsearch bind address | `nil` | +| `ELASTICSEARCH_ADVERTISED_HOSTNAME` | Elasticsearch advertised hostname, used for publish | `nil` | +| `ELASTICSEARCH_CLUSTER_HOSTS` | Elasticsearch cluster hosts | `nil` | +| `ELASTICSEARCH_CLUSTER_MASTER_HOSTS` | Elasticsearch cluster master hosts | `nil` | +| `ELASTICSEARCH_CLUSTER_NAME` | Elasticsearch cluster name | `nil` | | `ELASTICSEARCH_HEAP_SIZE` | Elasticsearch heap size | `1024m` | | `ELASTICSEARCH_MAX_ALLOWED_MEMORY_PERCENTAGE` | Elasticsearch maximum allowed memory percentage | `100` | +| `ELASTICSEARCH_MAX_ALLOWED_MEMORY` | Elasticsearch maximum allowed memory amount (in megabytes) | `nil` | | `ELASTICSEARCH_MAX_TIMEOUT` | Elasticsearch maximum init timeout | `60` | | `ELASTICSEARCH_LOCK_ALL_MEMORY` | Sets bootstrap.memory_lock parameter | `no` | | `ELASTICSEARCH_DISABLE_JVM_HEAP_DUMP` | Disable JVM Heap dump | `no` | | `ELASTICSEARCH_DISABLE_GC_LOGS` | Disable GC logs | `no` | | `ELASTICSEARCH_IS_DEDICATED_NODE` | If false, Elasticsearch will be configured with all the roles, deploy as dedicated node using DB_NODE_ROLES. | `no` | +| `ELASTICSEARCH_MINIMUM_MASTER_NODES` | Minimum number of master nodes | `nil` | +| `ELASTICSEARCH_NODE_NAME` | Elasticsearch node name | `nil` | +| `ELASTICSEARCH_FS_SNAPSHOT_REPO_PATH` | Elasticsearch node port number | `nil` | +| `ELASTICSEARCH_NODE_ROLES` | Comma-separated list of Elasticsearch roles. If empty, will be deployed as a coordinating-only node. | `nil` | +| `ELASTICSEARCH_PLUGINS` | List of Elasticsearch plugins to activate | `nil` | | `ELASTICSEARCH_TRANSPORT_PORT_NUMBER` | Elasticsearch node port number | `9300` | | `ELASTICSEARCH_HTTP_PORT_NUMBER` | Elasticsearch port | `9200` | | `ELASTICSEARCH_ENABLE_SECURITY` | Enable Elasticsearch security settings. | `false` | | `ELASTICSEARCH_PASSWORD` | Password for "elastic" user. | `bitnami` | | `ELASTICSEARCH_TLS_VERIFICATION_MODE` | Elasticsearch TLS verification mode in transport layer. | `full` | | `ELASTICSEARCH_TLS_USE_PEM` | Configure Security settings using PEM certificates. | `false` | +| `ELASTICSEARCH_KEYSTORE_PASSWORD` | Password for the Elasticsearch keystore containing the certificates or password-protected PEM key. | `nil` | +| `ELASTICSEARCH_TRUSTSTORE_PASSWORD` | Password for the Elasticsearch truststore. | `nil` | +| `ELASTICSEARCH_KEY_PASSWORD` | Password for the Elasticsearch node PEM key. | `nil` | | `ELASTICSEARCH_KEYSTORE_LOCATION` | Path to Keystore | `${DB_CERTS_DIR}/elasticsearch.keystore.jks` | | `ELASTICSEARCH_TRUSTSTORE_LOCATION` | Path to Truststore. | `${DB_CERTS_DIR}/elasticsearch.truststore.jks` | | `ELASTICSEARCH_NODE_CERT_LOCATION` | Path to PEM node certificate. | `${DB_CERTS_DIR}/tls.crt` | @@ -221,6 +236,8 @@ docker-compose up -d | `ELASTICSEARCH_HTTP_TLS_NODE_KEY_LOCATION` | Path to PEM node key for HTTP TLS. | `$DB_NODE_KEY_LOCATION` | | `ELASTICSEARCH_HTTP_TLS_CA_CERT_LOCATION` | Path to CA certificate for HTTP TLS. | `$DB_CA_CERT_LOCATION` | | `ELASTICSEARCH_ENABLE_FIPS_MODE` | Enables FIPS mode of operation | `false` | +| `ELASTICSEARCH_KEYS` | Comma-separated list of key=value to be added to the Elasticsearch keystore | `nil` | +| `ELASTICSEARCH_ACTION_DESTRUCTIVE_REQUIRES_NAME` | Enable action destructive requires name | `nil` | #### Read-only environment variables @@ -496,12 +513,12 @@ docker-compose up elasticsearch * Backwards compatibility is not guaranteed when data is persisted using docker-compose. You can use the workaround below to overcome it: ```console -docker-compose down +$ docker-compose down # Change the mount point sed -i -e 's#elasticsearch_data:/bitnami#elasticsearch_data:/bitnami/elasticsearch/data#g' docker-compose.yml # Pull the latest bitnami/elasticsearch image -docker pull bitnami/elasticsearch:latest -docker-compose up -d +$ docker pull bitnami/elasticsearch:latest +$ docker-compose up -d ``` ### 6.2.3-r7 & 5.6.4-r18