Skip to content

Commit

Permalink
Merge pull request #92 from gustavonalle/download_server
Browse files Browse the repository at this point in the history
Change server download URL
  • Loading branch information
tristantarrant authored May 10, 2018
2 parents 3c1df9a + d12db20 commit 9e73b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ci/ci_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ TEST_MGMT_PASS=pass1

function pre_build_cleanup {
echo "==== Pre build clean up (just in case some rubbish was left by the previous build) ===="
sudo docker rm -f hc dc infinispan-server-ci
sudo docker rmi -f infinispan-server
}

function build_images {
echo "==== Building images ===="
sudo docker build --no-cache --force-rm -t infinispan-server ../server
sudo docker build --no-cache --force-rm -t infinispan-server ../server || die "Error building the image"
}

function start_server {
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ENV INFINISPAN_VERSION 9.3.0.Alpha1
ENV LAUNCH_JBOSS_IN_BACKGROUND true

# Server download location
ENV DISTRIBUTION_URL https://repository.jboss.org/nexus/content/repositories/releases/org/infinispan/server/infinispan-server-build/$INFINISPAN_VERSION/infinispan-server-build-$INFINISPAN_VERSION.zip
ENV DISTRIBUTION_URL https://downloads.jboss.org/infinispan/$INFINISPAN_VERSION/infinispan-server-$INFINISPAN_VERSION.zip

# Labels
LABEL name="Infinispan Server" \
Expand Down

0 comments on commit 9e73b0c

Please sign in to comment.