Repository: flink-web Updated Branches: refs/heads/asf-site f467722b5 -> edbd65a2e
Remove term 'official' from docker blog post and add disclaimer Project: http://git-wip-us.apache.org/repos/asf/flink-web/repo Commit: http://git-wip-us.apache.org/repos/asf/flink-web/commit/edbd65a2 Tree: http://git-wip-us.apache.org/repos/asf/flink-web/tree/edbd65a2 Diff: http://git-wip-us.apache.org/repos/asf/flink-web/diff/edbd65a2 Branch: refs/heads/asf-site Commit: edbd65a2e07cca32ad905c0cab5ce498ab0e79e9 Parents: f467722 Author: Robert Metzger <[email protected]> Authored: Wed May 17 12:18:41 2017 +0200 Committer: Robert Metzger <[email protected]> Committed: Wed May 17 12:28:04 2017 +0200 ---------------------------------------------------------------------- _config.yml | 1 - _posts/2017-05-16-official-docker-image.md | 8 +++++--- content/blog/feed.xml | 8 +++++--- content/blog/index.html | 6 +++--- content/blog/page2/index.html | 2 +- content/blog/page3/index.html | 2 +- content/blog/page4/index.html | 2 +- content/blog/page5/index.html | 2 +- content/index.html | 4 ++-- content/news/2017/05/16/official-docker-image.html | 10 ++++++---- 10 files changed, 25 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink-web/blob/edbd65a2/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index 30db1b5..b94c71c 100644 --- a/_config.yml +++ b/_config.yml @@ -97,4 +97,3 @@ host: 0.0.0.0 # News Posts paginate: 10 paginate_path: "blog/page:num" - http://git-wip-us.apache.org/repos/asf/flink-web/blob/edbd65a2/_posts/2017-05-16-official-docker-image.md ---------------------------------------------------------------------- diff --git a/_posts/2017-05-16-official-docker-image.md b/_posts/2017-05-16-official-docker-image.md index d452abd..e2c76be 100644 --- a/_posts/2017-05-16-official-docker-image.md +++ b/_posts/2017-05-16-official-docker-image.md @@ -1,17 +1,17 @@ --- layout: post -title: "Introducing Official Docker Images for Apache Flink" +title: "Introducing Docker Images for Apache Flink" date: 2017-05-16 09:00:00 author: "Patrick Lucas (Data Artisans) and Ismaël MejÃa (Talend)" author-twitter: "iemejia" categories: news --- -For some time, the Apache Flink community has provided scripts to build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will have an [official Docker image](https://hub.docker.com/r/_/flink/). This image is maintained by the Flink community and curated by the [Docker](https://github.com/docker-library/official-images) team to ensure it meets the quality standards for container images of the Docker community. +For some time, the Apache Flink community has provided scripts to build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will have a [Docker image](https://hub.docker.com/r/_/flink/) on the Docker Hub. This image is maintained by the Flink community and curated by the [Docker](https://github.com/docker-library/official-images) team to ensure it meets the quality standards for container images of the Docker community. A community-maintained way to run Apache Flink on Docker and other container runtimes and orchestrators is part of the ongoing effort by the Flink community to make Flink a first-class citizen of the container world. -If you want to use the official Docker image today you can get the latest version by running: +If you want to use the Docker image today you can get the latest version by running: docker pull flink @@ -24,3 +24,5 @@ With this image there are various ways to start a Flink cluster, both locally an While this announcement is an important milestone, itâs just the first step to help users run containerized Flink in production. There are [improvements](https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLINK%20AND%20component%20%3D%20Docker%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC) to be made in Flink itself and we will continue to improve these Docker images and for the documentation and examples surrounding them. This is of course a team effort, so any contribution is welcome. The [docker-flink](https://github.com/docker-flink) GitHub organization hosts the source files to [generate the images](https://github.com/docker-flink/docker-flink) and the [documentation](https://github.com/docker-flink/docs/tree/master/flink) that is presented alongside the images on Docker Hub. + +*Disclaimer: The docker images are provided as a community project by individuals on a best-effort basis. They are not official releases by the Apache Flink PMC.* \ No newline at end of file http://git-wip-us.apache.org/repos/asf/flink-web/blob/edbd65a2/content/blog/feed.xml ---------------------------------------------------------------------- diff --git a/content/blog/feed.xml b/content/blog/feed.xml index f16e197..57b6876 100644 --- a/content/blog/feed.xml +++ b/content/blog/feed.xml @@ -7,12 +7,12 @@ <atom:link href="http://flink.apache.org/blog/feed.xml" rel="self" type="application/rss+xml" /> <item> -<title>Introducing Official Docker Images for Apache Flink</title> -<description><p>For some time, the Apache Flink community has provided scripts to build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will have an <a href="https://hub.docker.com/r/_/flink/">official Docker image</a>. This image is maintained by the Flink community and curated by the <a href="https://github.com/docker-library/official-images">Docker</a> team to ensure it meets the quality standards for container images of the Docker community.</p> +<title>Introducing Docker Images for Apache Flink</title> +<description><p>For some time, the Apache Flink community has provided scripts to build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will have a <a href="https://hub.docker.com/r/_/flink/">Docker image</a> on the Docker Hub. This image is maintained by the Flink community and curated by the <a href="https://github.com/docker-library/official-images">Docker</a> team to ensure it meets the quality standards for container images of the Docker community.</p> <p>A community-maintained way to run Apache Flink on Docker and other container runtimes and orchestrators is part of the ongoing effort by the Flink community to make Flink a first-class citizen of the container world.</p> -<p>If you want to use the official Docker image today you can get the latest version by running:</p> +<p>If you want to use the Docker image today you can get the latest version by running:</p> <div class="highlight"><pre><code>docker pull flink </code></pre></div> @@ -27,6 +27,8 @@ <p>While this announcement is an important milestone, itâs just the first step to help users run containerized Flink in production. There are <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20FLINK%20AND%20component%20%3D%20Docker%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20due%20ASC%2C%20priority%20DESC%2C%20created%20ASC">improvements</a> to be made in Flink itself and we will continue to improve these Docker images and for the documentation and examples surrounding them.</p> <p>This is of course a team effort, so any contribution is welcome. The <a href="https://github.com/docker-flink">docker-flink</a> GitHub organization hosts the source files to <a href="https://github.com/docker-flink/docker-flink">generate the images</a> and the <a href="https://github.com/docker-flink/docs/tree/master/flink">documentation</a> that is presented alongside the images on Docker Hub.</p> + +<p><em>Disclaimer: The docker images are provided as a community project by individuals on a best-effort basis. They are not official releases by the Apache Flink PMC.</em></p> </description> <pubDate>Tue, 16 May 2017 11:00:00 +0200</pubDate> <link>http://flink.apache.org/news/2017/05/16/official-docker-image.html</link> http://git-wip-us.apache.org/repos/asf/flink-web/blob/edbd65a2/content/blog/index.html ---------------------------------------------------------------------- diff --git a/content/blog/index.html b/content/blog/index.html index 878cb82..3b0b2ab 100644 --- a/content/blog/index.html +++ b/content/blog/index.html @@ -142,10 +142,10 @@ <!-- Blog posts --> <article> - <h2 class="blog-title"><a href="/news/2017/05/16/official-docker-image.html">Introducing Official Docker Images for Apache Flink</a></h2> + <h2 class="blog-title"><a href="/news/2017/05/16/official-docker-image.html">Introducing Docker Images for Apache Flink</a></h2> <p>16 May 2017 by Patrick Lucas (Data Artisans) and Ismaël MejÃa (Talend) (<a href="https://twitter.com/iemejia">@iemejia</a>)</p> - <p><p>For some time, the Apache Flink community has provided scripts to build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will have an <a href="https://hub.docker.com/r/_/flink/">official Docker image</a>. This image is maintained by the Flink community and curated by the <a href="https://github.com/docker-library/official-images">Docker</a> team to ensure it meets the quality standards for container images of the Docker community.</p> + <p><p>For some time, the Apache Flink community has provided scripts to build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will have a <a href="https://hub.docker.com/r/_/flink/">Docker image</a> on the Docker Hub. This image is maintained by the Flink community and curated by the <a href="https://github.com/docker-library/official-images">Docker</a> team to ensure it meets the quality standards for container images of the Docker community.</p> </p> @@ -296,7 +296,7 @@ <ul id="markdown-toc"> - <li><a href="/news/2017/05/16/official-docker-image.html">Introducing Official Docker Images for Apache Flink</a></li> + <li><a href="/news/2017/05/16/official-docker-image.html">Introducing Docker Images for Apache Flink</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/edbd65a2/content/blog/page2/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page2/index.html b/content/blog/page2/index.html index 208caec..e7f49e7 100644 --- a/content/blog/page2/index.html +++ b/content/blog/page2/index.html @@ -300,7 +300,7 @@ <ul id="markdown-toc"> - <li><a href="/news/2017/05/16/official-docker-image.html">Introducing Official Docker Images for Apache Flink</a></li> + <li><a href="/news/2017/05/16/official-docker-image.html">Introducing Docker Images for Apache Flink</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/edbd65a2/content/blog/page3/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page3/index.html b/content/blog/page3/index.html index b2869b5..9060193 100644 --- a/content/blog/page3/index.html +++ b/content/blog/page3/index.html @@ -304,7 +304,7 @@ vertex-centric or gather-sum-apply to Flink dataflows.</p> <ul id="markdown-toc"> - <li><a href="/news/2017/05/16/official-docker-image.html">Introducing Official Docker Images for Apache Flink</a></li> + <li><a href="/news/2017/05/16/official-docker-image.html">Introducing Docker Images for Apache Flink</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/edbd65a2/content/blog/page4/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page4/index.html b/content/blog/page4/index.html index b8459da..a81145a 100644 --- a/content/blog/page4/index.html +++ b/content/blog/page4/index.html @@ -310,7 +310,7 @@ and offers a new API including definition of flexible windows.</p> <ul id="markdown-toc"> - <li><a href="/news/2017/05/16/official-docker-image.html">Introducing Official Docker Images for Apache Flink</a></li> + <li><a href="/news/2017/05/16/official-docker-image.html">Introducing Docker Images for Apache Flink</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/edbd65a2/content/blog/page5/index.html ---------------------------------------------------------------------- diff --git a/content/blog/page5/index.html b/content/blog/page5/index.html index 539d340..f3e5e9a 100644 --- a/content/blog/page5/index.html +++ b/content/blog/page5/index.html @@ -254,7 +254,7 @@ academic and open source project that Flink originates from.</p> <ul id="markdown-toc"> - <li><a href="/news/2017/05/16/official-docker-image.html">Introducing Official Docker Images for Apache Flink</a></li> + <li><a href="/news/2017/05/16/official-docker-image.html">Introducing Docker Images for Apache Flink</a></li> http://git-wip-us.apache.org/repos/asf/flink-web/blob/edbd65a2/content/index.html ---------------------------------------------------------------------- diff --git a/content/index.html b/content/index.html index ed541b5..81d54ef 100644 --- a/content/index.html +++ b/content/index.html @@ -168,8 +168,8 @@ <dl> - <dt> <a href="/news/2017/05/16/official-docker-image.html">Introducing Official Docker Images for Apache Flink</a></dt> - <dd><p>For some time, the Apache Flink community has provided scripts to build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will have an <a href="https://hub.docker.com/r/_/flink/">official Docker image</a>. This image is maintained by the Flink community and curated by the <a href="https://github.com/docker-library/official-images">Docker</a> team to ensure it meets the quality standards for container images of the Docker community.</p> + <dt> <a href="/news/2017/05/16/official-docker-image.html">Introducing Docker Images for Apache Flink</a></dt> + <dd><p>For some time, the Apache Flink community has provided scripts to build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will have a <a href="https://hub.docker.com/r/_/flink/">Docker image</a> on the Docker Hub. This image is maintained by the Flink community and curated by the <a href="https://github.com/docker-library/official-images">Docker</a> team to ensure it meets the quality standards for container images of the Docker community.</p> </dd> http://git-wip-us.apache.org/repos/asf/flink-web/blob/edbd65a2/content/news/2017/05/16/official-docker-image.html ---------------------------------------------------------------------- diff --git a/content/news/2017/05/16/official-docker-image.html b/content/news/2017/05/16/official-docker-image.html index bba256f..6b71ced 100644 --- a/content/news/2017/05/16/official-docker-image.html +++ b/content/news/2017/05/16/official-docker-image.html @@ -5,7 +5,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> - <title>Apache Flink: Introducing Official Docker Images for Apache Flink</title> + <title>Apache Flink: Introducing Docker Images for Apache Flink</title> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="/favicon.ico" type="image/x-icon"> @@ -136,16 +136,16 @@ <div class="row-fluid"> <div class="col-sm-12"> <div class="row"> - <h1>Introducing Official Docker Images for Apache Flink</h1> + <h1>Introducing Docker Images for Apache Flink</h1> <article> <p>16 May 2017 by Patrick Lucas (Data Artisans) and Ismaël MejÃa (Talend) (<a href="https://twitter.com/iemejia">@iemejia</a>)</p> -<p>For some time, the Apache Flink community has provided scripts to build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will have an <a href="https://hub.docker.com/r/_/flink/">official Docker image</a>. This image is maintained by the Flink community and curated by the <a href="https://github.com/docker-library/official-images">Docker</a> team to ensure it meets the quality standards for container images of the Docker community.</p> +<p>For some time, the Apache Flink community has provided scripts to build a Docker image to run Flink. Now, starting with version 1.2.1, Flink will have a <a href="https://hub.docker.com/r/_/flink/">Docker image</a> on the Docker Hub. This image is maintained by the Flink community and curated by the <a href="https://github.com/docker-library/official-images">Docker</a> team to ensure it meets the quality standards for container images of the Docker community.</p> <p>A community-maintained way to run Apache Flink on Docker and other container runtimes and orchestrators is part of the ongoing effort by the Flink community to make Flink a first-class citizen of the container world.</p> -<p>If you want to use the official Docker image today you can get the latest version by running:</p> +<p>If you want to use the Docker image today you can get the latest version by running:</p> <div class="highlight"><pre><code>docker pull flink </code></pre></div> @@ -161,6 +161,8 @@ <p>This is of course a team effort, so any contribution is welcome. The <a href="https://github.com/docker-flink">docker-flink</a> GitHub organization hosts the source files to <a href="https://github.com/docker-flink/docker-flink">generate the images</a> and the <a href="https://github.com/docker-flink/docs/tree/master/flink">documentation</a> that is presented alongside the images on Docker Hub.</p> +<p><em>Disclaimer: The docker images are provided as a community project by individuals on a best-effort basis. They are not official releases by the Apache Flink PMC.</em></p> + </article> </div>
