[
https://issues.apache.org/jira/browse/FLINK-3026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15902792#comment-15902792
]
Patrick Lucas commented on FLINK-3026:
--------------------------------------
Following from discussion on [#3494|https://github.com/apache/flink/pull/3494],
it's apparent that more work is required to provide official Flink Docker
images than simply improving the Dockerfile in the Flink repo.
I explored the official Docker Hub repos and looked at how the first five
Apache projects I saw, [httpd|https://hub.docker.com/_/httpd/],
[tomcat|https://hub.docker.com/_/tomcat/],
[cassandra|https://hub.docker.com/_/cassandra/],
[maven|https://hub.docker.com/_/maven/], and
[solr|https://hub.docker.com/_/solr/], have their Dockerfiles hosted.
Common between all of them is that they all have a dedicated git repo to host
the Dockerfiles, and none are hosted by the Apache project. Three
([httpd|https://github.com/docker-library/httpd],
[tomcat|https://github.com/docker-library/tomcat], and
[cassandra|https://github.com/docker-library/cassandra]) are hosted within the
[docker-library|https://github.com/docker-library] GitHub org, one
([solr|https://github.com/docker-solr/docker-solr]) has a dedicated GitHub org
([docker-solr|https://github.com/docker-solr]), and one
([maven|https://github.com/carlossg/docker-maven]) is hosted within a Maven
contributor and ASF member's GitHub account
([carlossg|https://github.com/carlossg]).
Adding Flink to the docker-library repo is thus the route most inline with
these projects, though there may be some implications I'm not aware of.
In the mean time, I will create a repo under [my own GitHub
account|https://github.com/patricklucas] using the Apache license called
docker-flink and grant [~iemejia] commit access so we can work on the
Dockerfiles and supporting scripts.
Does this sound like a good starting point [~iemejia] & [~jgrier]?
> Publish the flink docker container to the docker registry
> ---------------------------------------------------------
>
> Key: FLINK-3026
> URL: https://issues.apache.org/jira/browse/FLINK-3026
> Project: Flink
> Issue Type: Task
> Components: Build System, Docker
> Reporter: Omer Katz
> Assignee: Patrick Lucas
> Labels: Deployment, Docker
>
> There's a dockerfile that can be used to build a docker container already in
> the repository. It'd be awesome to just be able to pull it instead of
> building it ourselves.
> The dockerfile can be found at
> https://github.com/apache/flink/tree/master/flink-contrib/docker-flink
> It also doesn't point to the latest version of Flink which I fixed in
> https://github.com/apache/flink/pull/1366
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)