mirror of
https://github.com/casjaysdevdocker/aria2
synced 2026-05-19 02:47:48 -04:00
Some checks failed
aria2 / release-aria2 (push) Failing after 6m58s
AI.md CLAUDE.md Dockerfile .env.scripts IDEA.md README.md rootfs/root/docker/setup/00-init.sh rootfs/root/docker/setup/01-system.sh rootfs/root/docker/setup/02-packages.sh rootfs/root/docker/setup/03-files.sh rootfs/root/docker/setup/04-users.sh rootfs/root/docker/setup/06-post.sh rootfs/root/docker/setup/07-cleanup.sh rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/etc/docker/init.d/00-aria2c.sh TODO.AI.md
1.5 KiB
1.5 KiB
aria2 — TODO (AI living list)
Done
- Dockerfile: BUILD_DATE → 202605131434, prerequisites RUN →
true, removed inline APK repo setup from "Creating and editing system files" RUN - .env.scripts: header updated to 2026, all aria2-specific values preserved
- entrypoint.sh: UUOC fix (cat → bash builtin), CONTAINER_NAME="aria2" already correct
- pkmgr: copied verbatim from canonical template
- functions/entrypoint.sh: copied verbatim from canonical template (1724 lines)
- Setup scripts 00-04, 06-07: copied from canonical template
- 05-custom.sh: preserved (AriaNg install + wipe-and-replace logic)
- init.d/00-aria2c.sh: full canonical rewrite (04-example.sh pattern, aria2-specific hooks preserved)
- README.md: user-facing install/run docs with ports, volumes, env vars
- IDEA.md: one-paragraph service intent
- AI.md: build flow, runtime chain, key paths, token substitution table
- CLAUDE.md: minimal agent context pointer
- PLAN.md: already complete from earlier migration work
- bash -n validation: all modified scripts pass syntax check
Pending
- Smoke test:
docker run+ curl RPC + curl AriaNg UI (requires buildx to run first) - Pre-bundle AriaNg zip on host:
mkdir -p rootfs/tmp/ariang-src && curl -fsSL -o rootfs/tmp/ariang-src/AriaNg-1.3.13.zip https://github.com/mayswind/AriaNg/releases/download/1.3.13/AriaNg-1.3.13.zip - buildx:
cd /root/Projects/github/casjaysdevdocker/aria2 && buildx - gitcommit when smoke test passes