Skip to content
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

Merged
merged 2 commits into from
Jul 13, 2017
Merged

Add docker-build process. #134

merged 2 commits into from
Jul 13, 2017

Conversation

joaquincasares
Copy link
Contributor

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.

Copy link
Contributor

@ossarga ossarga left a 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:
Copy link
Contributor

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

Copy link
Contributor

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`.
Copy link
Contributor

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

Copy link
Contributor

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

@joaquincasares
Copy link
Contributor Author

Thanks for the review @ossarga ! Merging this in now.

@joaquincasares joaquincasares merged commit 2f2099e into master Jul 13, 2017
@joaquincasares joaquincasares deleted the docker-build branch July 13, 2017 19:03
michaelsembwever pushed a commit that referenced this pull request Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants