-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docker-build process. #134
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM. Have some minor wording suggestions on the README.md
Have tested the Docker commands and packages/JAR build successfully.
README.md
Outdated
`debuild -uc -us -b` | ||
### Debian and RPM Packages | ||
|
||
Notice that you can also build Debian and RPM packages from this project by using *Make*, for example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider rewording this to something like
Debian and RPM packages can be built from this project using Make, for example:
Notice that you can also build a Debian package from this project by using *debuild*, for example: | ||
`debuild -uc -us -b` | ||
### Debian and RPM Packages | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a Make subheading e.g.
**Make**
README.md
Outdated
### Debian and RPM Packages | ||
|
||
Notice that you can also build Debian and RPM packages from this project by using *Make*, for example: | ||
`make all`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a new line between the note and the command and pace it in its own code block e.g.
```bash
make all
```
README.md
Outdated
|
||
Notice that you can also build Debian and RPM packages from this project by using *Make*, for example: | ||
`make all`. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider adding a Docker subheading e.g.
Docker
Thanks for the review @ossarga ! Merging this in now. |
This is the first pull request in an attempt to resolve #46, which has partially, and more accurately, been taken care of through #76.
The bulk of these changes appear in the README.
The intent of these files is to build the RPM and Debian packages without any system dependencies other than Docker.