You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by gi...@apache.org on 2020/02/21 18:14:58 UTC

[beam] branch asf-site updated: Publishing website 2020/02/21 18:14:50 at commit a24bc3b

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a0d2416  Publishing website 2020/02/21 18:14:50 at commit a24bc3b
a0d2416 is described below

commit a0d241688fddfece05a3014710b60c2e8296f91a
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Feb 21 18:14:51 2020 +0000

    Publishing website 2020/02/21 18:14:50 at commit a24bc3b
---
 website/generated-content/contribute/release-guide/index.html | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/website/generated-content/contribute/release-guide/index.html b/website/generated-content/contribute/release-guide/index.html
index 977700a..9bcbd15 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -1252,6 +1252,13 @@ for ver in "${FLINK_VER[@]}"; do
 done
 </code></pre></div></div>
 
+<ul>
+  <li>Build Spark job server image and push to DockerHub.</li>
+</ul>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>./gradlew ":runners:spark:job-server:container:dockerPush" -Pdocker-tag="${RELEASE}_rc${RC_NUM}"
+</code></pre></div></div>
+
 <p>Clean up images from local</p>
 
 <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>for ver in "${PYTHON_VER[@]}"; do
@@ -1262,6 +1269,7 @@ docker rmi -f apachebeam/go_sdk:${RELEASE}_rc{RC_NUM}
 for ver in "${FLINK_VER[@]}"; do
    docker rmi -f "apachebeam/flink${ver}_job_server:${RELEASE}_rc${RC_NUM}"
 done
+docker rmi -f "apachebeam/spark_job_server:${RELEASE}_rc${RC_NUM}"
 
 </code></pre></div></div>