-
Notifications
You must be signed in to change notification settings - Fork 179
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
chore(devcontainer): update image: v1.0.5 #2775
Conversation
WalkthroughOhayo, sensei! This pull request primarily updates the Docker image version used across various configuration files related to Rust development and CI workflows. The image version has been changed from Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (4)
✅ Files skipped from review due to trivial changes (3)
🔇 Additional comments (1).github/workflows/ci.yml (1)
The Docker image version has been consistently updated to Also applies to: 59-59, 126-126, 142-142, 157-157, 166-166, 175-175 ✅ Verification successfulOhayo sensei! The Docker image version v1.0.5 is verified and good to go! The API response confirms that:
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the Docker image version exists and check its details
# Check if the image exists and get its details
gh api \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"/orgs/dojoengine/packages/container/dojo-dev/versions" | \
jq '.[] | select(.metadata.container.tags[] | contains("v1.0.5"))'
# Get the latest available version for comparison
gh api \
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
"/orgs/dojoengine/packages/container/dojo-dev/versions" | \
jq -r '.[0].metadata.container.tags[]' | \
grep "^v[0-9]"
Length of output: 1026 Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2775 +/- ##
=======================================
Coverage 56.01% 56.02%
=======================================
Files 434 434
Lines 55068 55068
=======================================
+ Hits 30849 30851 +2
+ Misses 24219 24217 -2 ☔ View full report in Codecov by Sentry. |
Update devcontainer image: v1.0.5 Co-authored-by: glihm <[email protected]>
Automated changes by create-pull-request GitHub action
Summary by CodeRabbit
New Features
v1.0.5
across various workflows to enhance development and CI processes.Chores