-
Notifications
You must be signed in to change notification settings - Fork 3
Fix link to Docker images in README #536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
WalkthroughA README.md link to a Docker container was updated, changing the URL from an encoded path format ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: defaults
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
- GitHub Check: build (ubuntu-latest, 17)
- GitHub Check: build (macOS-latest, 17)
- GitHub Check: Analyze (java)
| * [Getting Started & Documentation](https://kit-data-manager.github.io/webpage/base-repo/index.html) | ||
| * [API documentation](https://kit-data-manager.github.io/webpage/base-repo/documentation/api-docs.html) | ||
| * [Docker container](https://github.com/kit-data-manager/base-repo/pkgs/container/base-repo%2Fbase-repo) | ||
| * [Docker container](https://github.com/kit-data-manager/base-repo/pkgs/container/base-repo) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verify the container link resolves after package structure changes.
The Docker container link has been updated to align with the simplified package structure. If this change addresses a previous 404 error on the old URL with the encoded path, verify the new URL is accessible.
🤖 Prompt for AI Agents
In README.md around line 104, the Docker container URL may still point to an
outdated/encoded package path causing a 404; verify the new link resolves and
replace it if it doesn't. Open the current URL in a browser or use curl/httpie
to confirm a 200 response; if it fails, find the correct package container URL
in GitHub Packages for the kit-data-manager/base-repo repository and update the
markdown link to that exact URL, then commit the README change and re-check the
link.
Fix: package structure was changed, link to package is outdated and leads to 404
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.