Skip to content

Commit

Permalink
Released Docker image v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment committed Jul 8, 2021
1 parent 975eb71 commit f53bdd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get install git -y
# Checkout a specific commit instead of a specific branch.
# This makes builds deterministic.
RUN git clone https://github.com/netspeak/netspeak4-indexing.git . \
&& git checkout c0f52d2e73300574dc6170470bc936d75b8a3795
&& git checkout 975eb719a606c00a48b783f72653ba3ea0630d46

# Build
RUN chmod +x gradlew \
Expand Down
4 changes: 2 additions & 2 deletions docker/publish-to-dockerhub.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e

docker login
docker build -t webis/netspeak-indexing:1.0.2 .
docker push webis/netspeak-indexing:1.0.2
docker build -t webis/netspeak-indexing:1.0.3 .
docker push webis/netspeak-indexing:1.0.3

0 comments on commit f53bdd2

Please sign in to comment.