Skip to content

Fix ARM rootfs image size and radare2 build compatibility - #47

Open
arunsree7292-hub wants to merge 3 commits into
danielpoliakov:masterfrom
arunsree7292-hub:master
Open

Fix ARM rootfs image size and radare2 build compatibility#47
arunsree7292-hub wants to merge 3 commits into
danielpoliakov:masterfrom
arunsree7292-hub:master

Conversation

@arunsree7292-hub

@arunsree7292-hub arunsree7292-hub commented Jul 24, 2026

Copy link
Copy Markdown

Summary

Two related fixes to docker/worker/Dockerfile:

  1. radare2 build compatibility: pin radare2 to branch 5.9.8 and patch
    time.time_ns()int(time.time()*1e9) across its Python files for compatibility.
  2. ARM rootfs size fix: truncate the ARM Linux image (rootfs.ext2) to 64M
    after extraction. Other architecture images are untouched.

Testing

  • Built the image successfully end-to-end (docker build)
  • Verified at runtime: arm/images/rootfs.ext2 is exactly 67108864 bytes (64 MiB);
    aarch64, i386, mips, x86_64 images remain at their original 60 MiB size

@arunsree7292-hub arunsree7292-hub changed the title lisa1 clearer Jul 24, 2026
@arunsree7292-hub arunsree7292-hub changed the title clearer Fix ARM rootfs image size and radare2 build compatibility Jul 24, 2026
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

Successfully merging this pull request may close these issues.

1 participant