stephenashton-dhsc commented on issue #50171:
URL: https://github.com/apache/arrow/issues/50171#issuecomment-4703129205
Specific error is occuring during docker build:
```
#3 [internal] load metadata for docker.io/library/ubuntu:22.04
#3 ERROR: no match for platform in manifest: not found
------
> [internal] load metadata for docker.io/library/ubuntu:22.04:
------
ubuntu-22.04-cpp.dockerfile:20
--------------------
18 | ARG arch=amd64
19 | ARG base=ubuntu:22.04
20 | >>> FROM --platform=linux/${arch} ${base}
21 |
22 | SHELL ["/bin/bash", "-o", "pipefail", "-c"]
--------------------
failed to solve: ubuntu:22.04: failed to resolve source metadata for
docker.io/library/ubuntu:22.04: no match for platform in manifest: not found
```
--
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]