Skip to content

Commit

Permalink
added the apoc install recipe and updated bee_install.sh to use it
Browse files Browse the repository at this point in the history
  • Loading branch information
leahh committed Sep 24, 2024
1 parent ece517b commit 1f804b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/bee_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ printf "**Setting up BEE containers**\n"
printf "\n\n"
mkdir -p $HOME/img
# Pull the Neo4j container
ch-image pull neo4j:5.17 || exit 1
ch-convert -i ch-image -o tar neo4j:5.17 $NEO4J_CONTAINER || exit 1
ch-image build -t apoc_neo4j -f install_apoc_docker . || exit 1
ch-convert -i ch-image -o tar apoc_neo4j $NEO4J_CONTAINER || exit 1
# Pull the Redis container
ch-image pull redis || exit 1
ch-convert -i ch-image -o tar redis $REDIS_CONTAINER || exit 1
Expand Down
2 changes: 2 additions & 0 deletions ci/install_apoc_docker
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM neo4j:5.17-community
RUN cp /var/lib/neo4j/labs/apoc-5.17.0-core.jar /var/lib/neo4j/plugins/apoc-5.17.8-core.jar

0 comments on commit 1f804b2

Please sign in to comment.