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

vterentev pushed a commit to branch playground-openjdk21
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/playground-openjdk21 by this 
push:
     new 67885906404 Use git
67885906404 is described below

commit 678859064047bcda3698249e0c44b3b018b63d69
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Wed Nov 5 11:32:11 2025 +0400

    Use git
---
 playground/backend/containers/scio/Dockerfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/playground/backend/containers/scio/Dockerfile 
b/playground/backend/containers/scio/Dockerfile
index 34da3520067..3d448b45906 100644
--- a/playground/backend/containers/scio/Dockerfile
+++ b/playground/backend/containers/scio/Dockerfile
@@ -86,8 +86,11 @@ RUN apt-get update \
  && rm -rf /var/lib/apt/lists/* \
 
 #Download spotify g8 template at specific commit
-ARG g8_commit=7c1ba7c1651dfd70976028842e721da4107c0d6d
-RUN wget https://codeload.github.com/spotify/scio.g8/zip/$g8_commit -O 
scio.g8.zip && unzip scio.g8.zip && mv scio.g8-$g8_commit /opt/scio.g8
+#ARG g8_commit=7c1ba7c1651dfd70976028842e721da4107c0d6d
+
+RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf 
/var/lib/apt/lists/*
+RUN git clone https://github.com/spotify/scio.g8 /opt/scio.g8 && \
+    cd /opt/scio.g8 && git checkout "7c1ba7c1651dfd70976028842e721da4107c0d6d"
 
 # Switch to appuser
 USER appuser

Reply via email to