Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/samvera/hyku
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Sep 19, 2023
2 parents 3fb1254 + d6ef043 commit e60efac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
secrets: inherit
with:
platforms: "linux/amd64" # "linux/amd64,linux/arm64"
target: hyku-web
solr: true
solrTarget:
worker: true
webTarget: hyku-web
solrTarget: hyku-solr
workerTarget: hyku-worker
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ services:
build:
context: solr
dockerfile: Dockerfile
target: hyku-solr
environment:
- OOM=script
- SOLR_ADMIN_USER=solr
Expand Down
4 changes: 2 additions & 2 deletions solr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM solr:8.3
FROM solr:8.3 as hyku-solr
ENV SOLR_USER="solr" \
SOLR_GROUP="solr"
USER root
COPY --chown=solr:solr security.json /var/solr/data/security.json
USER $SOLR_USER
USER $SOLR_USER

0 comments on commit e60efac

Please sign in to comment.