TheSench opened a new pull request #339:
URL: https://github.com/apache/solr/pull/339


   https://issues.apache.org/jira/browse/SOLR-15685
   
   # Description
   
   This PR adds a `.devcontainer`, which provides a Docker Perl/JDK11 build 
environment.  This can be used for new/infrequent contributors to quickly get 
up and running without needing to install any build tools.
   
   # Solution
   
   Using VSCode's Remote Development extension to add the `Perl` 
`.devcontainer` (includes Perl 5).  I then updated the auto-generated 
`Dockerfile` to include the Java 11 JDK.  With these changes, I am able to 
assemble Solr inside a Docker container without needing to install any other 
build tools on my machine.
   
   # Tests
   
   I started up the container and ran `gradlew assemble` inside of it.  Once 
the build finished, I ran the generated `bin/solr` to verify that Solr was able 
to start.
   
   # Checklist
   
   Please review the following and check all that apply:
   
   - [x] I have reviewed the guidelines for [How to 
Contribute](https://wiki.apache.org/solr/HowToContribute) and my code conforms 
to the standards described there to the best of my ability.
   - [x] I have created a Jira issue and added the issue ID to my pull request 
title.
   - [x] I have given Solr maintainers 
[access](https://help.github.com/en/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork)
 to contribute to my PR branch. (optional but recommended)
   - [x] I have developed this patch against the `main` branch.
   - [x] I have run `./gradlew check`.
   - [N/A] I have added tests for my changes.
   - [ ] I have added documentation for the [Reference 
Guide](https://github.com/apache/solr/tree/main/solr/solr-ref-guide)
   


-- 
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: issues-unsubscr...@solr.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to