Skip to content

Commit

Permalink
Merge pull request #1905 from alphagov/dj-maisy/solr-2.10-c
Browse files Browse the repository at this point in the history
Bump Solr to 2.10-c for ARM flavour
  • Loading branch information
dj-maisy authored Dec 19, 2024
2 parents 45208ef + 71211e9 commit eacb786
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
options: --user root
services:
solr:
image: ghcr.io/alphagov/solr:2.10-b
image: ghcr.io/alphagov/solr:2.10-c
postgres:
image: postgis/postgis:13-3.1-alpine
env:
Expand Down
2 changes: 1 addition & 1 deletion build-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apps:
solr: &app_solr
name: solr
version: "2.10"
patch: b
patch: c

build_types:
build_only:
Expand Down
4 changes: 2 additions & 2 deletions docker/solr/2.10.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM solr:8
FROM solr:8

EXPOSE 8983

Expand Down Expand Up @@ -27,7 +27,7 @@ RUN chmod 644 $JTS_JAR_FILE
# Add the spatial field type definitions and fields

## RPT
ENV SOLR_RPT_FIELD_DEFINITION '<fieldType name="location_rpt" class="solr.SpatialRecursivePrefixTreeFieldType" \
ENV SOLR_RPT_FIELD_DEFINITION='<fieldType name="location_rpt" class="solr.SpatialRecursivePrefixTreeFieldType" \
spatialContextFactory="JTS" \
autoIndex="true" \
validationRule="repairBuffer0" \
Expand Down

0 comments on commit eacb786

Please sign in to comment.