You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/04 19:48:48 UTC

[GitHub] [beam] damccorm opened a new issue, #20807: Support Beam docker images on ARM64

damccorm opened a new issue, #20807:
URL: https://github.com/apache/beam/issues/20807

   With the new computers using ARM64 processors including Apple's M1 and servers (AWS graviton) we need to support users to work with Beam on docker in these systems.
   
   Some potential issues identified so far:
    * Python SDK Harness may have issues in particular with all its dependencies
    * The parent image we use for the Java Harness does not have a version for ARM64
   
    
   
   Imported from Jira [BEAM-11704](https://issues.apache.org/jira/browse/BEAM-11704). Original Jira may contain additional context.
   Reported by: iemejia.


-- 
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-unsubscribe@beam.apache.org.apache.org

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


[GitHub] [beam] jihad-akl commented on issue #20807: Support Beam docker images on ARM64

Posted by "jihad-akl (via GitHub)" <gi...@apache.org>.
jihad-akl commented on issue #20807:
URL: https://github.com/apache/beam/issues/20807#issuecomment-1457964281

   Any status updates on this?
   I am getting: Image is up to date for apache/beam_java8_sdk:2.44.0 docker: Error response from daemon: image with reference apache/beam_java8_sdk:2.44.0 was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64.


-- 
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-unsubscribe@beam.apache.org

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


[GitHub] [beam] carlthome commented on issue #20807: Support Beam docker images on ARM64

Posted by GitBox <gi...@apache.org>.
carlthome commented on issue #20807:
URL: https://github.com/apache/beam/issues/20807#issuecomment-1361226107

   Any status updates on this?
   
   For [devcontainer](https://containers.dev/) support that closely mimics the Dataflow worker runtime, we're using the same base image (e.g. apache/beam_python3.10_sdk:2.43.0) in both development and production, but this only works for x86 developer machines.
   
   I'm looking to support our macOS developers too now, who all pretty much are on M1:s now.
   
   We're considering changing base image for the devcontainer setup and installing the Beam SDK instead, but it would be convenient to not have to do that.


-- 
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-unsubscribe@beam.apache.org

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


[GitHub] [beam] robertwb commented on issue #20807: Support Beam docker images on ARM64

Posted by "robertwb (via GitHub)" <gi...@apache.org>.
robertwb commented on issue #20807:
URL: https://github.com/apache/beam/issues/20807#issuecomment-1448689504

   https://github.com/apache/beam/pull/25665


-- 
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-unsubscribe@beam.apache.org

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