Abacn commented on issue #32818:
URL: https://github.com/apache/beam/issues/32818#issuecomment-3281949640

   Current Java and Python distroless containers are built from existing debian 
containers and copy Beam artifacts from there
   
   
https://github.com/apache/beam/blob/dbae047c6ad401ad547cc9e0b15bccbe85580444/sdks/java/container/distroless/Dockerfile#L36
   
   
https://github.com/apache/beam/blob/dbae047c6ad401ad547cc9e0b15bccbe85580444/sdks/python/container/distroless/Dockerfile#L29-L45
   
   This may not work if the corresponding debian container hasn't build. In 
terms of testing, it is found 
[beam_PostCommit_Java_Examples_Dataflow_V2](https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_Examples_Dataflow_V2.yml)
 running on PR would fail if sdks/java/container has incompatible change, due 
to that distroless containers are built from 
gcr.io/apache-beam-testing/beam-sdk/beam_java17_sdk:latest instead of Beam 
source.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@beam.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to