Skip to content

Update vinwolf-target docker image to support std arguments#48

Merged
tomusdrw merged 2 commits into
FluffyLabs:mainfrom
bloppan:vinwolf-std-args
May 8, 2026
Merged

Update vinwolf-target docker image to support std arguments#48
tomusdrw merged 2 commits into
FluffyLabs:mainfrom
bloppan:vinwolf-std-args

Conversation

@bloppan
Copy link
Copy Markdown
Contributor

@bloppan bloppan commented May 8, 2026

Summary by CodeRabbit

  • Chores
    • Updated CI/CD pipeline configurations for testing and demo environments.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 8, 2026

Review Change Stack

Warning

Rate limit exceeded

@bloppan has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 38 minutes and 27 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 0256ade0-43de-417f-b887-7e9449855bbc

📥 Commits

Reviewing files that changed from the base of the PR and between 04a2df3 and cfc3b65.

📒 Files selected for processing (1)
  • README.md
📝 Walkthrough

Walkthrough

Three GitHub Actions workflows that test the vinwolf target are updated to use a new Docker image variant (vinwolf-target:latest instead of vinwolf:latest). The tiny demo and performance test workflows additionally remove the docker_cmd input, indicating the new image has the command built in.

Changes

vinwolf target image migration

Layer / File(s) Summary
Full demo image update
.github/workflows/vinwolf-demo-full.yml
The docker_image input is updated from ghcr.io/bloppan/vinwolf:latest to ghcr.io/bloppan/vinwolf-target:latest.
Tiny demo image and command update
.github/workflows/vinwolf-demo-tiny.yml
The docker_image input is updated to vinwolf-target:latest and the docker_cmd override (--fuzz {TARGET_SOCK}) is removed.
Performance test image and command update
.github/workflows/vinwolf-performance.yml
The docker_image input is updated to vinwolf-target:latest and the docker_cmd override is removed from the reusable workflow call.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • FluffyLabs/jam-testing#20: Both PRs modify the same vinwolf GitHub Actions workflow calls and change the same reusable-workflow inputs.
  • FluffyLabs/jam-testing#46: Both PRs update docker_image and remove docker_cmd/docker_env inputs for demo workflows.
  • FluffyLabs/jam-testing#45: Both PRs modify vinwolf GitHub Actions workflow job inputs including docker_image and docker_cmd configuration.

Suggested reviewers

  • tomusdrw

Poem

🐰 A Docker image shift, so clean and bright,
From vinwolf to vinwolf-target—what a sight!
Commands now bundled in the image deep,
Three workflows updated, workflows to keep. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main change: updating the vinwolf Docker image reference to a new version that supports standard arguments, which aligns with the actual changes across all three workflow files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


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.

❤️ Share

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

@tomusdrw tomusdrw merged commit e9b7af6 into FluffyLabs:main May 8, 2026
1 check passed
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.

2 participants