[bitnami/solr] Release solr-8.11.3-debian-12-r14 (#71298)

Signed-off-by: Bitnami Bot <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-08-24 12:45:15 +02:00
committed by GitHub
parent b47627904f
commit db96cf12cd
3 changed files with 38 additions and 4 deletions

View File

@@ -8,11 +8,11 @@ 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-07-25T09:42:57Z" \
org.opencontainers.image.created="2024-08-24T10:09:26Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/solr/README.md" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="8.11.3-debian-12-r13" \
org.opencontainers.image.ref.name="8.11.3-debian-12-r14" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/solr" \
org.opencontainers.image.title="solr" \
org.opencontainers.image.vendor="Broadcom, Inc." \
@@ -29,7 +29,7 @@ SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
RUN install_packages acl ca-certificates curl lsof netcat-openbsd procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"java-17.0.12-10-0-linux-${OS_ARCH}-debian-12" \
"java-17.0.12-10-1-linux-${OS_ARCH}-debian-12" \
"solr-8.11.3-4-linux-${OS_ARCH}-debian-12" \
) ; \
for COMPONENT in "${COMPONENTS[@]}"; do \

View File

@@ -0,0 +1,34 @@
# Copyright Broadcom, Inc. All Rights Reserved.
# SPDX-License-Identifier: APACHE-2.0
version: '2'
services:
solrnode1:
image: docker.io/bitnami/solr:8
environment:
- SOLR_ENABLE_CLOUD_MODE=yes
- SOLR_CLOUD_BOOTSTRAP=yes
- SOLR_NUMBER_OF_NODES=1
- SOLR_ZK_HOSTS=zk1:2181
- SOLR_HOST=solrnode1
- SOLR_ENABLE_AUTHENTICATION=yes
ports:
- '8983:8983'
volumes:
- 'solr_data:/bitnami/solr'
zk1:
image: docker.io/bitnami/zookeeper:3.9
ports:
- '2181'
volumes:
- zookeeper_data:/bitnami
environment:
- ZOO_SERVER_ID=1
- ALLOW_ANONYMOUS_LOGIN=yes
- ZOO_SERVERS=zk1:2888:3888
- ZOO_4LW_COMMANDS_WHITELIST=srvr,mntr,conf,ruok
volumes:
solr_data:
driver: local
zookeeper_data:
driver: local

View File

@@ -3,7 +3,7 @@
"arch": "amd64",
"distro": "debian-12",
"type": "NAMI",
"version": "17.0.12-10-0"
"version": "17.0.12-10-1"
},
"solr": {
"arch": "amd64",