chore(hub): 4 more portable packs (nodejs, langgraph-react, coding-agent, postgres-fixture)#249
Merged
Merged
Conversation
…ixture as portable packs #242 follow-up — 4 more hub assets made restorable off the packing host. Each re-baked with a current forkd (snapshot.json records the rootfs), re-packed (content-addressed rootfs sidecar), and both assets uploaded to their release: nodejs pack 10.4 MiB + sidecar 51.7 MiB langgraph-react pack 14.5 MiB + sidecar 42.5 MiB coding-agent pack 15.1 MiB + sidecar (gh/ruff/black/mypy/pytest) postgres-fixture pack 37.8 MiB + sidecar 116.2 MiB registry.json latest+v1 sha256/size updated for all four. Pull derives the sidecar URL as the pack's sibling — no schema change. Together with python-numpy (#248), 5 of 9 hub assets are now portable. Remaining: jupyter-kernel + playwright-browser (multi-GB base images), e2b-codeinterpreter (exotic base), coding-agent-fork (no build.sh — needs its workspace state reconstructed). Tracked as ongoing ops. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#242 follow-up. Re-baked 4 more hub assets so
forkd pull+ fork works on any host, not just the one that packed them.4be41298…0793f557…962e8aa2…6904e360…Each: re-baked (records rootfs), re-packed (emits sidecar), both files uploaded to the release, registry.json latest+v1 updated. Pull derives the sidecar URL as the pack's sibling — no schema change.
With python-numpy (#248), 5 of 9 hub assets are now portable. Remaining 4 (jupyter-kernel + playwright-browser = multi-GB images, e2b-codeinterpreter = exotic base, coding-agent-fork = no build.sh) are heavier ops, tracked separately.
Also surfaced a real
scripts/build-rootfs.shbug (always pulls even for a locally-built image → 429 on the mirror for recipe-wrapped images like coding-agent); a repo fix for that follows separately.🤖 Generated with Claude Code