You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Tajo QA (JIRA)" <ji...@apache.org> on 2016/02/29 20:05:18 UTC

[jira] [Commented] (TAJO-1423) Support official docker images

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

Tajo QA commented on TAJO-1423:
-------------------------------

{color:green}*+1 overall.*{color}  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12708912/TAJO-1423.Hyun.150402.0.patch
  against master revision release-0.9.0-rc0-662-g1138784.

    {color:green}+1 @author.{color}  The patch does not contain any @author tags.

    {color:green}+1 tests included.{color}  The patch appears to include 2 new or modified test files.

    {color:green}+1 javac.{color}  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 javadoc.{color}  The applied patch does not increase the total number of javadoc warnings.

    {color:green}+1 checkstyle.{color}  The patch generated 0 code style errors.

    {color:green}+1 findbugs.{color}  The patch does not introduce any new Findbugs (version 2.0.3) warnings.

    {color:green}+1 release audit.{color}  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests.{color}  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-TAJO-Build/903//testReport/
Console output: https://builds.apache.org/job/PreCommit-TAJO-Build/903//console

This message is automatically generated.

> Support official docker images
> ------------------------------
>
>                 Key: TAJO-1423
>                 URL: https://issues.apache.org/jira/browse/TAJO-1423
>             Project: Tajo
>          Issue Type: Task
>            Reporter: Dongjoon Hyun
>         Attachments: TAJO-1423.Hyun.150402.0.patch, TAJO-1423.patch
>
>
> 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)