Skip to content

Conversation

@tomik-druid
Copy link
Member

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

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
# Final
#
FROM solr-8-${TARGETARCH} AS solr
FROM solr-9-${TARGETARCH} AS solr
Copy link
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
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.

3 participants