GitHub user kaspersorensen opened a pull request:
https://github.com/apache/metamodel-membrane/pull/6
METAMODEL-1150: Docker build (and a bit more)
I have been working on this PR to fix METAMODEL-1150. DockerHub will be
doing builds like this only (without any maven pre-packaging steps):
```
docker build -t metamodel-membrane .
```
So the way the project is organized needed to support that. So with this
PR, building the docker image now includes doing the maven build; a particular
profile only which does not include all the tests and stuff. I figured that the
tests would be better caught by Travis CI.
Now that the Docker build is working, I then started looking at integration
tests. I built some using Postman and committed those too - I think they make a
lot of sense and may also serve as examples for curious users.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kaspersorensen/metamodel-membrane docker-build
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metamodel-membrane/pull/6.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6
----
commit 83a7e6f68320191f13a5b97cbea93ad6d440e6ee
Author: Kasper Sørensen <[email protected]>
Date: 2017-08-20T08:14:16Z
Made docker build orchestrate everything (for DockerHub driven builds)
commit a6033aa5c13c696623ad0e279507da8d62458020
Author: Kasper Sørensen <[email protected]>
Date: 2017-08-20T08:14:49Z
Added postman tests based on the setup created by docker-compose
commit 40d0564f1c60fdbc4871ea8599b8ed928ff2d2c3
Author: Kasper Sørensen <[email protected]>
Date: 2017-08-20T08:15:12Z
Fixed issue in assigning database name when it shouldnt be set (CouchDB)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---