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

github-bot 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 d69590aa801 Publishing website 2025/04/22 23:39:07 at commit c8e5118
d69590aa801 is described below

commit d69590aa801b51e0214a1d194cc1af8a16075a6a
Author: runner <runner@main-runner-frrkx-5jcb4>
AuthorDate: Tue Apr 22 23:39:07 2025 +0000

    Publishing website 2025/04/22 23:39:07 at commit c8e5118
---
 website/generated-content/documentation/index.xml          |  2 +-
 .../documentation/runtime/environments/index.html          |  2 +-
 .../documentation/sdks/yaml-providers/index.html           | 14 ++++++++------
 website/generated-content/sitemap.xml                      |  2 +-
 4 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/website/generated-content/documentation/index.xml 
b/website/generated-content/documentation/index.xml
index 46b5377e89e..8f2d366dd41 100644
--- a/website/generated-content/documentation/index.xml
+++ b/website/generated-content/documentation/index.xml
@@ -18333,7 +18333,7 @@ limitations under the License.
 -->
 &lt;h1 id="container-environments">Container environments&lt;/h1>
 &lt;p>The Beam SDK runtime environment can be &lt;a 
href="https://www.docker.com/resources/what-container";>containerized&lt;/a> 
with &lt;a href="https://www.docker.com/";>Docker&lt;/a> to isolate it from 
other runtime systems. To learn more about the container environment, read the 
Beam &lt;a href="https://s.apache.org/beam-fn-api-container-contract";>SDK 
Harness container contract&lt;/a>.&lt;/p>
-&lt;p>Prebuilt SDK container images are released per supported language during 
Beam releases and pushed to &lt;a 
href="https://hub.docker.com/search?q=apache%2Fbeam&amp;amp;type=image";>Docker 
Hub&lt;/a>.&lt;/p>
+&lt;p>Prebuilt SDK container images are released per supported language during 
Beam releases and pushed to &lt;a 
href="https://hub.docker.com/search?q=apache%2Fbeam&amp;amp;type=image";>Docker 
Hub&lt;/a>. &lt;strong>Note:&lt;/strong> These images, such as 
&lt;code>apache/beam_python3.12_sdk:2.63.0&lt;/code>, are designed specifically 
as worker images for the distributed execution of Beam pipelines. They are not 
intended as fully featured SDK development environments.&lt;/p>
 &lt;h2 id="custom-containers">Custom containers&lt;/h2>
 &lt;p>You may want to customize container images for many reasons, 
including:&lt;/p>
 &lt;ul>
diff --git 
a/website/generated-content/documentation/runtime/environments/index.html 
b/website/generated-content/documentation/runtime/environments/index.html
index a630822b5cc..a282ed7c761 100644
--- a/website/generated-content/documentation/runtime/environments/index.html
+++ b/website/generated-content/documentation/runtime/environments/index.html
@@ -37,7 +37,7 @@
 <img class=banner-img-mobile 
src=/images/banners/tour-of-beam/tour-of-beam-mobile.png alt="Start Tour of 
Beam"></a></div><div class=swiper-slide><a 
href=https://beam.apache.org/documentation/ml/overview/><img 
class=banner-img-desktop 
src=/images/banners/machine-learning/machine-learning-desktop.jpg alt="Machine 
Learning">
 <img class=banner-img-mobile 
src=/images/banners/machine-learning/machine-learning-mobile.jpg alt="Machine 
Learning"></a></div></div><div class=swiper-pagination></div><div 
class=swiper-button-prev></div><div 
class=swiper-button-next></div></div><script 
src=/js/swiper-bundle.min.min.e0e8f81b0b15728d35ff73c07f42ddbb17a108d6f23df4953cb3e60df7ade675.js></script>
 <script 
src=/js/sliders/top-banners.min.afa7d0a19acf7a3b28ca369490b3d401a619562a2a4c9612577be2f66a4b9855.js></script>
-<script>function showSearch(){addPlaceholder();var 
e,t=document.querySelector(".searchBar");t.classList.remove("disappear"),e=document.querySelector("#iconsBar"),e.classList.add("disappear")}function
 addPlaceholder(){$("input:text").attr("placeholder","What are you looking 
for?")}function endSearch(){var 
e,t=document.querySelector(".searchBar");t.classList.add("disappear"),e=document.querySelector("#iconsBar"),e.classList.remove("disappear")}function
 blockScroll(){$("body").toggleClass(" [...]
+<script>function showSearch(){addPlaceholder();var 
e,t=document.querySelector(".searchBar");t.classList.remove("disappear"),e=document.querySelector("#iconsBar"),e.classList.add("disappear")}function
 addPlaceholder(){$("input:text").attr("placeholder","What are you looking 
for?")}function endSearch(){var 
e,t=document.querySelector(".searchBar");t.classList.add("disappear"),e=document.querySelector("#iconsBar"),e.classList.remove("disappear")}function
 blockScroll(){$("body").toggleClass(" [...]
 
 ENV FOO=bar
 COPY /src/path/to/file /dest/path/to/file/
diff --git 
a/website/generated-content/documentation/sdks/yaml-providers/index.html 
b/website/generated-content/documentation/sdks/yaml-providers/index.html
index 75bac71499a..0b9b9ae37ae 100644
--- a/website/generated-content/documentation/sdks/yaml-providers/index.html
+++ b/website/generated-content/documentation/sdks/yaml-providers/index.html
@@ -106,12 +106,14 @@ the implementation in terms of other YAML 
transforms.</p><pre tabindex=0><code>-
         properties:
           n: {type: integer}
       body:
-        type: MapToFields
-        config:
-          language: python
-          append: true
-          fields:
-            power: &#34;element ** {{n}}&#34;
+        type: chain
+        transforms:
+          - type: MapToFields
+            config:
+              language: python
+              append: true
+              fields:
+                power: &#34;element ** {{n}}&#34;
 
     # Define a second transform that produces consecutive integers.
     Range:
diff --git a/website/generated-content/sitemap.xml 
b/website/generated-content/sitemap.xml
index a64bbd5eb12..a2c119662f9 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.64.0/</loc><lastmod>2025-04-22T13:22:39-04:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2025-04-22T13:22:39-04:00</lastmod></url><url><loc>/blog/</loc><lastmod>2025-04-22T13:22:39-04:00</lastmod></url><url><loc>/categories/</loc><lastmod>2025-04-22T13:22:39-04:00</lastmod></url><url><loc>/catego
 [...]
\ 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.64.0/</loc><lastmod>2025-04-22T16:19:27-04:00</lastmod></url><url><loc>/categories/blog/</loc><lastmod>2025-04-22T16:19:27-04:00</lastmod></url><url><loc>/blog/</loc><lastmod>2025-04-22T16:19:27-04:00</lastmod></url><url><loc>/categories/</loc><lastmod>2025-04-22T16:19:27-04:00</lastmod></url><url><loc>/catego
 [...]
\ No newline at end of file

Reply via email to