rmetzger commented on pull request #23:
URL: https://github.com/apache/flink-docker/pull/23#issuecomment-689347085


   I'm sorry that I have to say it again, but I don't think the current 
approach is correct.
   
   The `generate.sh` script generates a Dockerfile and metadata file, then this 
file is used to create a stackbrew file, which is committed here: 
https://github.com/docker-library/official-images/blob/master/library/flink.
   Then DockerHub does some magic to turn this into the official images.
   
   If we want to add support for arm64 to the official Flink docker images, we 
probably need to generate an additional Dockerfile and metadata file with an 
updated FROM, and a correct `release.metadata` file.
   
   I believe that your change works on ARM64 with the Flink e2e tests, but this 
repository is mostly used for building the official Flink docker images, and we 
need to make sure we are not breaking them with this change.
   


----------------------------------------------------------------
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.

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


Reply via email to