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

Jakob Homan commented on TAJO-1423:
-----------------------------------

Great.  I understand that for the final files upload to Dockerhub there will 
need to be some duplicated files, but I was wondering if it's possible to 
include those in the source tree and to build the Dockerhub payloads from 
there, wherein they would be duplicated?  Essentially, to treat the creation of 
the Dockerhub files as a compilation step?

Also, playing around a bit more the executable bit changes I had to make are 
likely from the patch not including the executable bit from your original code. 
 It might still be safer to explicitly chmod the scripts rather than rely on 
git to keep the executable bit.

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

Reply via email to