Docker image does not start on ARM servers
- Dominant language
- Go
- Stars
- 5
- Forks
- 15
- Avg merge
- 3h 3m
- Merged PRs (30d)
- 1
Description
I tried to use the docker image via `az aks check-acr` to debug an unrelated issue, and got:
`standard_init_linux.go:228: exec user process caused: exec format error`
I suspect that happens because the node pool uses Dps v5 (ARM Ampere) servers, after switching to Intel servers it worked. Building on ARM works fine, but there is no ARM build in the makefile.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the Makefile, which the issue identifies as lacking an ARM build, and inspect how the Docker image is built. Verify the resulting image can start on ARM Ampere nodes through az aks check-acr without the exec format error, while preserving the existing Intel build.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100