Skip to content

Fixed broken symlinks in 6 => 6-next mount - #483

Merged
acburdine merged 1 commit into
masterfrom
claude/ghost-docker-next-variant-dba4e3
Aug 31, 2026
Merged

Fixed broken symlinks in 6 => 6-next mount#483
acburdine merged 1 commit into
masterfrom
claude/ghost-docker-next-variant-dba4e3

Conversation

@acburdine

Copy link
Copy Markdown
Member

no ref

  • moving the volume mount from a 6 => 6-next image would result in broken symlinks due to the way the default themes are shipped in the image
  • automatically cleanup broken symlinks instead of copying files through them

no ref
- moving the volume mount from a 6 => 6-next image would result in broken symlinks due to the way the default themes are shipped in the image
- automatically cleanup broken symlinks instead of copying files through them
@coderabbitai

coderabbitai Bot commented Aug 31, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 913a4c2e-712d-45a4-bdce-97e56b3e3473

📥 Commits

Reviewing files that changed from the base of the PR and between 653aed9 and 47a4b05.

📒 Files selected for processing (3)
  • 6-next/alpine3.23/docker-entrypoint.sh
  • 6-next/bookworm/docker-entrypoint.sh
  • docker-entrypoint-next.sh

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


Walkthrough

The three Ghost Docker entrypoints now pass -h to chown so root-user ownership updates do not follow dangling symlinks. Their content-seeding loops remove broken symlink targets before tar extraction. Valid symlinks remain unchanged.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to 47a4b

The PR updates startup handling to clean broken symlinks before copying files across the 6 to 6-next mount transition. No actionable merge-blocking risk remains beyond normal checks and review.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the main change: fixing broken symlinks when moving a mount from image 6 to 6-next.
Description check ✅ Passed The description directly explains the broken symlink issue and the automatic cleanup behavior implemented by the pull request.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 3…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 3 files.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/ghost-docker-next-variant-dba4e3

Comment @coderabbitai help to get the list of available commands.

@acburdine
acburdine merged commit c2f4fca into master Aug 31, 2026
9 checks passed
@acburdine
acburdine deleted the claude/ghost-docker-next-variant-dba4e3 branch August 31, 2026 19:22
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