Skip to content

Support for SOLR9 images#91

Open
tomik-druid wants to merge 4 commits into
mainfrom
X-solr9-image
Open

Support for SOLR9 images#91
tomik-druid wants to merge 4 commits into
mainfrom
X-solr9-image

Conversation

@tomik-druid

@tomik-druid tomik-druid commented Mar 27, 2025

Copy link
Copy Markdown
Member

Build target solr now builds image for Solr9.
Build target solr8 added and it builds Solr8 image as earlier.

Build and test (needs that jq is installed):

make misc-bake-localsolr

@tomik-druid tomik-druid requested a review from back-2-95 March 27, 2025 08:29
Comment thread misc/solr/Dockerfile Outdated
# Final
#
FROM solr-8-${TARGETARCH} AS solr
FROM solr-9-${TARGETARCH} AS solr

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as 9.8.1-slim is already available for both architectures, you could use it as FROM value and remove the amd64 and arm64 ^^

FROM solr-8-${TARGETARCH} AS solr8

ENV SOLR_HEAP="1024m" \
SOLR_DEFAULT_CONFIG_SET="search_api_solr_4.3.0"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be updated too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants