prime images transfer-bulk#775
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 38aa296. Configure here.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 38aa296de6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cb1fc1cdea
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 16c4977749
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 16c4977749
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Adds a bulk counterpart to prime images push --source-image: copy many existing registry images into prime in one command
How it runs
Verified end-to-end against R2E-Gym/R2E-Gym-Subset (4,578 images resolved via dry-run).
Note
Medium Risk
Large CLI surface area touching image build/transfer APIs, quotas, and rate limits; platform-image team_id omission is a deliberate behavior change but scoped to admin platform flows.
Overview
Adds
prime images transfer-bulk, the bulk counterpart topush --source-image, for copying many external registry images into Prime with the same operational shape aspush-bulk(up-front validation, sliding-window concurrency, polling, re-runnable failure manifests).transfer-bulkaccepts exactly one of JSONL (source/ optionalimagedestination override), Harbor (each task’s prebuiltdocker_image—complementing push-bulk’s build-from-environment/), or Hugging Face (--columnimage refs via the datasets-server API). It derives default Prime names/tags from source refs, treats transfer 429s as paced requeues (with a cap after repeated deferrals), and supports--platform-imagelike single-image push.push-bulkgains--hfmode (Dockerfile text + name columns → temp build contexts) via newimages_hf, and shares a refactoredrun_bulk_jobsengine with transfers: injectable submit, quota stop, rate-limit gating, servererrorMessageon failed polls, and Ctrl+C resume viaBulkRunInterrupted.prime images pushno longer errors on platform images in team context—it ignores team for platform transfer/build payloads and prints a dim notice instead.Reviewed by Cursor Bugbot for commit 903fefa. Bugbot is set up for automated code reviews on this repo. Configure here.