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/09/30 00:03:36 UTC

[beam] branch asf-site updated: Publishing website 2020/09/30 00:03:09 at commit 847aa82

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 50e4619  Publishing website 2020/09/30 00:03:09 at commit 847aa82
50e4619 is described below

commit 50e4619561cdfc21bb33b39a797af37fb7d103a3
Author: jenkins <bu...@apache.org>
AuthorDate: Wed Sep 30 00:03:10 2020 +0000

    Publishing website 2020/09/30 00:03:09 at commit 847aa82
---
 website/generated-content/contribute/index.xml                        | 2 +-
 website/generated-content/contribute/release-guide/index.html         | 2 +-
 website/generated-content/documentation/index.xml                     | 2 +-
 .../generated-content/documentation/runtime/environments/index.html   | 4 ++--
 website/generated-content/sitemap.xml                                 | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/website/generated-content/contribute/index.xml b/website/generated-content/contribute/index.xml
index 092cee4..c01af44 100644
--- a/website/generated-content/contribute/index.xml
+++ b/website/generated-content/contribute/index.xml
@@ -913,7 +913,7 @@ ls -al /opt/apache/beam/third_party_licenses/ | wc -l
 &lt;/code>&lt;/pre>&lt;ul>
 &lt;li>For Java SDK images, there should be around 1400 dependencies.&lt;/li>
 &lt;/ul>
-&lt;pre>&lt;code>docker run -it --entrypoint=/bin/bash apache/beam_java_sdk:${RELEASE}_rc{RC_NUM}
+&lt;pre>&lt;code>docker run -it --entrypoint=/bin/bash apache/beam_java${ver}_sdk:${RELEASE}_rc{RC_NUM}
 ls -al /opt/apache/beam/third_party_licenses/ | wc -l
 &lt;/code>&lt;/pre>&lt;/li>
 &lt;/ol>
diff --git a/website/generated-content/contribute/release-guide/index.html b/website/generated-content/contribute/release-guide/index.html
index 7546e0f..742d8d1 100644
--- a/website/generated-content/contribute/release-guide/index.html
+++ b/website/generated-content/contribute/release-guide/index.html
@@ -135,7 +135,7 @@ Make sure they have blocker JIRAs attached and are OK to get into the release by
 Please note that dependencies for the SDKs with different Python versions vary.
 Need to verify all Python images by replacing <code>${ver}</code> with each supported Python version <code>X.Y</code>.</li></ul><pre><code>docker run -it --entrypoint=/bin/bash apache/beam_python${ver}_sdk:${RELEASE}_rc{RC_NUM}
 ls -al /opt/apache/beam/third_party_licenses/ | wc -l
-</code></pre><ul><li>For Java SDK images, there should be around 1400 dependencies.</li></ul><pre><code>docker run -it --entrypoint=/bin/bash apache/beam_java_sdk:${RELEASE}_rc{RC_NUM}
+</code></pre><ul><li>For Java SDK images, there should be around 1400 dependencies.</li></ul><pre><code>docker run -it --entrypoint=/bin/bash apache/beam_java${ver}_sdk:${RELEASE}_rc{RC_NUM}
 ls -al /opt/apache/beam/third_party_licenses/ | wc -l
 </code></pre></li></ol></li><li>Publish staging artifacts<ol><li>Log in to the <a href=https://repository.apache.org/#stagingRepositories>Apache Nexus</a> website.</li><li>Navigate to Build Promotion -> Staging Repositories (in the left sidebar).</li><li>Select repository <code>orgapachebeam-NNNN</code>.</li><li>Click the Close button.</li><li>When prompted for a description, enter “Apache Beam, version X, release candidate Y”.</li><li>Review all staged artifacts on <a href=https://repos [...]
 in and exclude, plus a list of offline URLs that populate links from Beam&rsquo;s
diff --git a/website/generated-content/documentation/index.xml b/website/generated-content/documentation/index.xml
index 6497ebe..6aab1a5 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -9204,7 +9204,7 @@ For example, &lt;code>./gradlew :sdks:java:container:docker -Pdocker-pull-licens
 By default, no licenses/notices are added to the docker images.&lt;/p>
 &lt;p>To examine the containers that you built, run &lt;code>docker images&lt;/code> from anywhere in the command line. If you successfully built all of the container images, the command prints a table like the following:&lt;/p>
 &lt;pre>&lt;code>REPOSITORY TAG IMAGE ID CREATED SIZE
-apache/beam_java_sdk latest 16ca619d489e 2 weeks ago 550MB
+apache/beam_java8_sdk latest 16ca619d489e 2 weeks ago 550MB
 apache/beam_python2.7_sdk latest b6fb40539c29 2 weeks ago 1.78GB
 apache/beam_python3.5_sdk latest bae309000d09 2 weeks ago 1.85GB
 apache/beam_python3.6_sdk latest 42faad307d1a 2 weeks ago 1.86GB
diff --git a/website/generated-content/documentation/runtime/environments/index.html b/website/generated-content/documentation/runtime/environments/index.html
index 48b9ded..c5abbd8 100644
--- a/website/generated-content/documentation/runtime/environments/index.html
+++ b/website/generated-content/documentation/runtime/environments/index.html
@@ -38,8 +38,8 @@ python -m apache_beam.examples.wordcount \
 ./gradlew [--file=path/to/new/Dockerfile] :sdks:python:container buildAll
 </code></pre><p>From 2.21.0, <code>docker-pull-licenses</code> tag was introduced. Licenses/notices of third party dependencies will be added to the docker images when <code>docker-pull-licenses</code> was set.
 For example, <code>./gradlew :sdks:java:container:docker -Pdocker-pull-licenses</code>. The files are added to <code>/opt/apache/beam/third_party_licenses/</code>.
-By default, no licenses/notices are added to the docker images.</p><p>To examine the containers that you built, run <code>docker images</code> from anywhere in the command line. If you successfully built all of the container images, the command prints a table like the following:</p><pre><code>REPOSITORY                          TAG                 IMAGE ID            CREATED           SIZE
-apache/beam_java_sdk               latest              16ca619d489e        2 weeks ago        550MB
+By default, no licenses/notices are added to the docker images.</p><p>To examine the containers that you built, run <code>docker images</code> from anywhere in the command line. If you successfully built all of the container images, the command prints a table like the following:</p><pre><code>REPOSITORY                         TAG                 IMAGE ID            CREATED           SIZE
+apache/beam_java8_sdk              latest              16ca619d489e        2 weeks ago        550MB
 apache/beam_python2.7_sdk          latest              b6fb40539c29        2 weeks ago       1.78GB
 apache/beam_python3.5_sdk          latest              bae309000d09        2 weeks ago       1.85GB
 apache/beam_python3.6_sdk          latest              42faad307d1a        2 weeks ago       1.86GB
diff --git a/website/generated-content/sitemap.xml b/website/generated-content/sitemap.xml
index c498308..8b5b93f 100644
--- a/website/generated-content/sitemap.xml
+++ b/website/generated-content/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.24.0/</loc><lastmod>2020-09-18T12:38:38-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-09-18T12:38:38-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-09-18T12:38:38-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-09-18T12:38:38-07:00</lastmod></url><url><loc>/blog/p [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/blog/beam-2.24.0/</loc><lastmod>2020-09-18T12:38:38-07:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2020-09-18T12:38:38-07:00</lastmod></url><url><loc>/blog/</loc><lastmod>2020-09-18T12:38:38-07:00</lastmod></url><url><loc>/categories/</loc><lastmod>2020-09-18T12:38:38-07:00</lastmod></url><url><loc>/blog/p [...]
\ No newline at end of file