feat(docker-compose): Remove top level folder in published Docker Compose artifact. - #446
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. WalkthroughThe ChangesCompose publish task
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This localized change removes the extra top-level directory from the published Docker Compose artifact; no actionable merge-blocking risk remains after normal checks and review. Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ment. Spider's Compose artifact no longer prefixes its layer titles with `spider-compose/` (y-scope/spider#446), so oras writes into `--output` directly and the pull no longer has to target the parent directory. Repoints the pinned digest at the artifact carrying that change. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Description
Background
As pointed out in y-scope/clp#2481 (comment), the Docker Compose artifact puts everything under a
spider-composedirectory. This might be a surprise to users.Solution
This PR removes the top level
spider-composefolder in the Docker Compose artifact.Checklist
breaking change.
Validation performed
Check https://github.com/sitaowang1998/spider/pkgs/container/spider%2Fcompose/1150648531?tag=main, sha256: 0404e0647d53573f29add0cff78cef925eb3c90a67ea2f2b735070f39adcefb0.
Summary by CodeRabbit