Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Build Infrastructure Challenges for ARM64 #404

Open
devin-ai-integration bot opened this issue Feb 22, 2025 · 0 comments
Open

Docker Build Infrastructure Challenges for ARM64 #404

devin-ai-integration bot opened this issue Feb 22, 2025 · 0 comments

Comments

@devin-ai-integration
Copy link

Observed Issues

  • QEMU segmentation fault during libc-bin configuration on arm64 builds
  • User setup timing issues causing Oh My Zsh installation failures

Technical Details

  1. QEMU segmentation fault:
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault
dpkg: error processing package libc-bin (--configure)
  1. User setup timing:
unable to find user vscode: no matching entries in passwd file

Recommended Investigations

  1. Consider using native ARM64 builders instead of QEMU emulation
  2. Ensure user setup is completed before any user-dependent operations
  3. Review package installation order to minimize QEMU emulation issues

Workaround Status

Currently investigating alternative approaches for ARM64 builds including:

  • Using multi-stage builds with minimal dependencies
  • Separating user setup into earlier build stages
  • Reducing QEMU emulation requirements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants