[
https://issues.apache.org/jira/browse/TAJO-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14391625#comment-14391625
]
Dongjoon Hyun commented on TAJO-1423:
-------------------------------------
Thank you, [~jghoman]. I totally agree with you. Actually, the main purpose of
this issue is to provide an official Tajo docker image, not Dockerfile. We can
maintain a separate official tajo-contrib( or apache-tajo-contrib ?) github
repository for that purpose. You can see that in the following mail discussion.
http://mail-archives.apache.org/mod_mbox/tajo-dev/201503.mbox/%3CCAFu6yH336q_8JPWzcXK%3DiSiJEGo8zY6BFR-K4zDpqV7jf3uEnA%40mail.gmail.com%3E
Of course, tajo-contrib(?) github repository should be maintained by Tajo
community.
In addition, I will remote the executable bit property. I greatly appreciate
your advices. Thank you again.
> 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)