Problems build images for ARM8
See original GitHub issueWhen building an image on an ARM8/AARCH64 platform using
./gradlew jibDockerBuild --image …
the image seems to build ok but attempting to run it then I get the error…
standard_init_linux.go:207: exec user process caused “exec format error”
On inspection (docker image inspect
) I see that the architecture is “amd64” when it should be “arm64”.
Is there any way to force it to create an arm64 architecture image?
I see there is an issue reported about using the base image architecture and that it claims to be fixed (and merged) but I’m not seeing it and I’m using the latest release at this time (1.0.2).
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Building Multi-CPU Architecture Docker Images for ARM and ...
This allows us to build multi-CPU architecture docker images on one machine in one go. On your local dev PC (either x86 or...
Read more >Support 64-bit architectures - Android Developers
Build your app with 64-bit libraries ... The following image is an example. ... If you don't have any arm64-v8a or x86_64 libraries,...
Read more >Can I install Docker on arm8 based Synology Nas
The answer is YES. Any ARM type of Synology NAS supports docker, not completely but it can be enough. Please follow the steps...
Read more >Building Multi-Arch Images for Arm and x86 with Docker Desktop
Buildx allows you to locally (and soon remotely) build multi-arch images, link them together with a manifest file, and push them all to...
Read more >United Artists - Wikipedia
United Artists was again revived in 2018 as United Artists Digital Studios. Mirror, the joint distribution venture between MGM and Annapurna Pictures, was ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We will update here once 1.1.0 is released.
Hi @dementiacs,
#1547 is not in 1.0.2. We are going to make a 1.1.0 lease this week, so stay tuned. 1.1.0 will inherit the OS/Arch specified in the base image.