Skip to content

Commit

Permalink
label solr
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Sep 19, 2023
1 parent 83b79fc commit d6ef043
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-test-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ jobs:
with:
platforms: "linux/amd64" # "linux/amd64,linux/arm64"
webTarget: hyku-web
solr: true
solrTarget:
worker: true
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 d6ef043

Please sign in to comment.