[bitnami/elasticsearch] Release 9.0.0-debian-12-r3 (#80637)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-04-29 16:13:06 +02:00
committed by GitHub
parent ed01ce0e32
commit 550b056251
5 changed files with 7 additions and 50 deletions

View File

@@ -10,10 +10,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="2025-04-28T09:44:13Z" \
org.opencontainers.image.created="2025-04-29T13:33:31Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/elasticsearch/README.md" \
org.opencontainers.image.ref.name="9.0.0-debian-12-r2" \
org.opencontainers.image.ref.name="9.0.0-debian-12-r3" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/elasticsearch" \
org.opencontainers.image.title="elasticsearch" \
org.opencontainers.image.vendor="Broadcom, Inc." \

View File

@@ -1,44 +0,0 @@
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
services:
elasticsearch-node1:
image: docker.io/bitnami/elasticsearch:9
environment:
- ELASTICSEARCH_CLUSTER_NAME=elasticsearch-cluster
- ELASTICSEARCH_CLUSTER_HOSTS=elasticsearch-node1,elasticsearch-node2,elasticsearch-node3
- ELASTICSEARCH_NODE_NAME=elasticsearch-node1
- ELASTICSEARCH_HEAP_SIZE=1g
ports:
- '9200:9200'
- '9300:9300'
volumes:
- 'elasticsearch_node1_data:/bitnami'
elasticsearch-node2:
image: docker.io/bitnami/elasticsearch:9
environment:
- ELASTICSEARCH_CLUSTER_NAME=elasticsearch-cluster
- ELASTICSEARCH_CLUSTER_HOSTS=elasticsearch-node1,elasticsearch-node2,elasticsearch-node3
- ELASTICSEARCH_NODE_NAME=elasticsearch-node2
- ELASTICSEARCH_HEAP_SIZE=1g
volumes:
- 'elasticsearch_node2_data:/bitnami'
elasticsearch-node3:
image: docker.io/bitnami/elasticsearch:9
environment:
- ELASTICSEARCH_CLUSTER_NAME=elasticsearch-cluster
- ELASTICSEARCH_CLUSTER_HOSTS=elasticsearch-node1,elasticsearch-node2,elasticsearch-node3
- ELASTICSEARCH_NODE_NAME=elasticsearch-node3
- ELASTICSEARCH_HEAP_SIZE=1g
volumes:
- 'elasticsearch_node3_data:/bitnami'
volumes:
elasticsearch_node1_data:
driver: local
elasticsearch_node2_data:
driver: local
elasticsearch_node3_data:
driver: local

View File

@@ -2,3 +2,4 @@ rolling-tags:
- "9"
- 9-debian-12
- 9.0.0
- latest

View File

@@ -3,7 +3,7 @@
services:
elasticsearch-node1:
image: docker.io/bitnami/elasticsearch:8
image: docker.io/bitnami/elasticsearch:9
environment:
- ELASTICSEARCH_CLUSTER_NAME=elasticsearch-cluster
- ELASTICSEARCH_CLUSTER_HOSTS=elasticsearch-node1,elasticsearch-node2,elasticsearch-node3
@@ -16,7 +16,7 @@ services:
- 'elasticsearch_node1_data:/bitnami'
elasticsearch-node2:
image: docker.io/bitnami/elasticsearch:8
image: docker.io/bitnami/elasticsearch:9
environment:
- ELASTICSEARCH_CLUSTER_NAME=elasticsearch-cluster
- ELASTICSEARCH_CLUSTER_HOSTS=elasticsearch-node1,elasticsearch-node2,elasticsearch-node3
@@ -26,7 +26,7 @@ services:
- 'elasticsearch_node2_data:/bitnami'
elasticsearch-node3:
image: docker.io/bitnami/elasticsearch:8
image: docker.io/bitnami/elasticsearch:9
environment:
- ELASTICSEARCH_CLUSTER_NAME=elasticsearch-cluster
- ELASTICSEARCH_CLUSTER_HOSTS=elasticsearch-node1,elasticsearch-node2,elasticsearch-node3

View File

@@ -3,7 +3,7 @@
services:
elasticsearch:
image: docker.io/bitnami/elasticsearch:8
image: docker.io/bitnami/elasticsearch:9
ports:
- '9200:9200'
- '9300:9300'