You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metamodel.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/20 08:26:01 UTC

[jira] [Commented] (METAMODEL-1150) [membrane] Set up release/publish process to Docker Hub

    [ https://issues.apache.org/jira/browse/METAMODEL-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16134339#comment-16134339 ] 

ASF GitHub Bot commented on METAMODEL-1150:
-------------------------------------------

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 <i....@gmail.com>
Date:   2017-08-20T08:14:16Z

    Made docker build orchestrate everything (for DockerHub driven builds)

commit a6033aa5c13c696623ad0e279507da8d62458020
Author: Kasper Sørensen <i....@gmail.com>
Date:   2017-08-20T08:14:49Z

    Added postman tests based on the setup created by docker-compose

commit 40d0564f1c60fdbc4871ea8599b8ed928ff2d2c3
Author: Kasper Sørensen <i....@gmail.com>
Date:   2017-08-20T08:15:12Z

    Fixed issue in assigning database name when it shouldnt be set (CouchDB)

----


> [membrane] Set up release/publish process to Docker Hub
> -------------------------------------------------------
>
>                 Key: METAMODEL-1150
>                 URL: https://issues.apache.org/jira/browse/METAMODEL-1150
>             Project: Apache MetaModel
>          Issue Type: Task
>            Reporter: Kasper Sørensen
>
> When we're ready to release Apache MetaModel Membrane, we should be able to publish our docker image to the public Docker Hub. Other apache project seem to publish to https://hub.docker.com/r/apache. And I see issues like https://issues.apache.org/jira/browse/INFRA-12781 to set it up. We should ensure we have the proper setup for Membrane.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)