-
Notifications
You must be signed in to change notification settings - Fork 188
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.9 #2842
Conversation
WalkthroughOhayo, sensei! This pull request focuses on updating the Docker image version 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 (2)
🔇 Additional comments (2).github/workflows/bench.yml (1)
The Docker image version has been consistently updated to Let's verify the image availability and changelog: Also applies to: 39-39 ✅ Verification successfulOhayo! Docker image v1.0.9 is verified and ready for action, sensei! 🎋 The image 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify the Docker image exists and check its creation date
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[] == "v1.0.9")'
Length of output: 810 .github/workflows/ci.yml (1)
The Docker image version has been systematically updated to Let's verify version consistency across all workflow files: Also applies to: 59-59, 126-126, 142-142, 157-157, 166-166, 175-175 ✅ Verification successfulOhayo! All workflow files are in perfect harmony with v1.0.9, sensei! 🍜 The verification confirms consistent version usage across all workflow files:
🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Check for any missed version updates or inconsistencies
rg -g '*.yml' -g '*.json' "ghcr.io/dojoengine/dojo-dev:" .github/workflows/
Length of output: 1220 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 #2842 +/- ##
=======================================
Coverage 56.14% 56.14%
=======================================
Files 440 440
Lines 56662 56662
=======================================
Hits 31814 31814
Misses 24848 24848 ☔ View full report in Codecov by Sentry. |
Automated changes by create-pull-request GitHub action
Summary by CodeRabbit
v1.0.9
for development and CI workflows, ensuring the latest environment is utilized.