dongjoon-hyun commented on pull request #35422:
URL: https://github.com/apache/spark/pull/35422#issuecomment-1035925442


   It seems that the following is not working on `ARM64` because the images are 
not multi-arch images. Could you elaborate how we verify this on `ARM64`?
   ```
   $ kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/master/installer/volcano-development.yaml
   
   $ docker manifest inspect volcanosh/vc-scheduler:latest
   {
        "schemaVersion": 2,
        "mediaType": "application/vnd.docker.distribution.manifest.v2+json",
        "config": {
                "mediaType": "application/vnd.docker.container.image.v1+json",
                "size": 1885,
                "digest": 
"sha256:17e4e3e09cf79245501745cd254f35afa59e9a948d17da248e6c77757ae95ec7"
        },
        "layers": [
                {
                        "mediaType": 
"application/vnd.docker.image.rootfs.diff.tar.gzip",
                        "size": 2818413,
                        "digest": 
"sha256:59bf1c3509f33515622619af21ed55bbe26d24913cedbca106468a5fb37a50c3"
                },
                {
                        "mediaType": 
"application/vnd.docker.image.rootfs.diff.tar.gzip",
                        "size": 25563591,
                        "digest": 
"sha256:bcfdb76fd5f9ec35cb800c64e9471f5d94656b15ac4785e3bc36d8887463f060"
                }
        ]
   }
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to