Skip to content

Commit

Permalink
update build script for docker envs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Dec 13, 2024
1 parent 2aca9a6 commit 1278769
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dataload/docker_envs/build_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

set -e

docker build -t ghcr.io/ebispot/grebi_solr_with_python:9.5.0 -f Dockerfile.solr_with_python .
docker build -t ghcr.io/ebispot/grebi_neo4j_with_python:5.18.0 -f Dockerfile.neo4j_with_python .
docker build -t ghcr.io/ebispot/grebi_solr_with_extras:9.5.0 -f Dockerfile.solr_with_extras .
docker build -t ghcr.io/ebispot/grebi_neo4j_with_extras:5.18.0 -f Dockerfile.neo4j_with_extras .
docker build -t ghcr.io/ebispot/grebi_python:3.11 -f Dockerfile.python .
docker build -t ghcr.io/ebispot/rust_for_codon:1.74 -f Dockerfile.rust_for_codon .

docker push ghcr.io/ebispot/grebi_solr_with_python:9.5.0
docker push ghcr.io/ebispot/grebi_neo4j_with_python:5.18.0
docker push ghcr.io/ebispot/grebi_solr_with_extras:9.5.0
docker push ghcr.io/ebispot/grebi_neo4j_with_extras:5.18.0
docker push ghcr.io/ebispot/grebi_python:3.11
docker push ghcr.io/ebispot/rust_for_codon:1.74

Expand Down

0 comments on commit 1278769

Please sign in to comment.