mf-lit opened a new pull request, #311:
URL: https://github.com/apache/polaris/pull/311

   # Description
   
   https://github.com/apache/polaris/pull/285 adds support for passing 
EclipseLink dependencies to gradle.
   
   This PR builds on that enhancement to allow passing such dependencies via 
the Dockerfile
   
   ## Type of change
   
   Please delete options that are not relevant.
   
   - [ ] New feature (non-breaking change which adds functionality)
   
   # How Has This Been Tested?
   
   - [ ] Test A
   
   ```
   $ docker build -t polaris  .
   ```
   
   - [ ] Test B
   
   ```
   $ docker build -t polaris --build-arg ECLIPSELINK=true  .
   ```
   
   - [ ] Test C
   
   ```
   $ docker build -t polaris --build-arg ECLIPSELINK=true --build-arg 
ECLIPSELINK_DEPS=org.postgresql:postgresql:42.7.4 .
   ```
   
   
   Please delete options that are not relevant.
   
   - [ ] I have performed a self-review of my code
   - [ ] My changes generate no new warnings
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to