question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Problems build images for ARM8

See original GitHub issue

When 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:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
chanseokohcommented, Apr 15, 2019

We will update here once 1.1.0 is released.

1reaction
chanseokohcommented, Apr 15, 2019

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.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found