[
https://issues.apache.org/jira/browse/TAJO-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14374810#comment-14374810
]
ASF GitHub Bot commented on TAJO-1423:
--------------------------------------
GitHub user dongjoon-hyun opened a pull request:
https://github.com/apache/tajo/pull/446
TAJO-1423: Support official docker images
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dongjoon-hyun/tajo TAJO-1423
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/446.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 #446
----
commit fb2143aa089834a157b238906241bd4a4c9a7d17
Author: Dongjoon Hyun <[email protected]>
Date: 2015-03-22T05:52:59Z
TAJO-1423: Support official docker images
----
> Support official docker images
> ------------------------------
>
> Key: TAJO-1423
> URL: https://issues.apache.org/jira/browse/TAJO-1423
> Project: Tajo
> Issue Type: Wish
> Reporter: Dongjoon Hyun
> Assignee: Dongjoon Hyun
>
> This issue will be discussed in Tajo mailing list. The following is my
> proposal for official Docker.
> First of all, the official Tajo docker will be here.
> https://registry.hub.docker.com/u/tajo/centos6/
> https://registry.hub.docker.com/u/tajo/ubuntu14.10/
> (Please refer https://registry.hub.docker.com/u/sktelecom/ubuntu14.10-hdw/ )
> To do that, we need to make a offical `tajo` account in dockerhub.com and set
> an automatic build by specifying Tajo Docker source folder location.
> Docker source folder might have a similar level with `dev-support` folder.
> The structure will look like the followings.
> {code}
> dockerfiles
> ├── centos6
> │ ├── Dockerfile
> │ ├── ...
> │ └── README.md
> └── ubuntu14.10
> ├── Dockerfile
> ├── ...
> └── README.md
> {code}
> After thatn, whenever Tajo Github is updated, Dockerhub will automatically
> rebuild the docker images.
> Note that Dockerfile usually use the binary distribution of Tajo, e.g. 0.10.0.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)