eolivelli opened a new pull request #2476:
URL: https://github.com/apache/bookkeeper/pull/2476


   ### Motivation
   
   You can easily build locally a docker image regarding the "current" version, 
that is the code that you have currently on your git repository using these 
commands:
   
   ```
   mvn clean install -DskipTests
   mvn install -f tests/docker-images/current-version-image/pom.xml 
-DintegrationTests
   ```
   
   ```
    # start ZooKeeper server locally
   docker run --network=host zookeeper:latest
   ```
   
   ```
   # start one Bookie
   docker run --network=host --env BK_zkServers=localhost:2181 --env 
BK_bookieId=bk1 --env BK_allowLoopback=true --env BK_bookiePort=3181 
apachebookkeeper/bookkeeper-current
   ```
   
   but in current master, after the first switch to JDK11 the Dockerfile of the 
"apachebookkeeper/bookkeeper-current" is broken and points to a broken path for 
the JAVA_HOME env entry.
   
   ### Changes
   Change the default JAVA_HOME to the good path
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to