Skip to content

Commit

Permalink
LIBFCREPO-1104. Update the base solr docker image to one that support…
Browse files Browse the repository at this point in the history
…s arm64 builds.

Uses solr:7.7.3-slim

https://issues.umd.edu/browse/LIBFCREPO-1104
  • Loading branch information
peichman-umd committed Oct 25, 2022
1 parent 37dd377 commit 7ee8521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# docker build -t docker.lib.umd.edu/fcrepo-solr-fedora4:<VERSION> -f Dockerfile .
#
# where <VERSION> is the Docker image version to create.
FROM solr:6.6.6-slim
FROM solr:7.7.3-slim
USER root
COPY --chown=solr:solr fedora4/solr.in.sh /opt/solr/bin/
COPY --chown=solr:solr fedora4/core /opt/solr/server/solr/mycores/fedora4/
Expand Down

0 comments on commit 7ee8521

Please sign in to comment.