Skip to content

docs: update developer tools info - #264

Open
ibuziuk wants to merge 1 commit into
mainfrom
readme
Open

docs: update developer tools info#264
ibuziuk wants to merge 1 commit into
mainfrom
readme

Conversation

@ibuziuk

@ibuziuk ibuziuk commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

docs: update developer tools info

Summary by CodeRabbit

  • Documentation
    • Updated developer image documentation with current tool versions and package sources.
    • Clarified inventories for language runtimes, cloud tools, SDKs, and development utilities across UBI 9 and UBI 10 images.
    • Removed the outdated UBI 9 total-size entry.

@ibuziuk
ibuziuk requested review from SDawley, dkwon17 and svor as code owners July 31, 2026 10:31
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

Warning

Review limit reached

@ibuziuk, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 32 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: d92e3741-68f3-4658-998f-079ac92cb75d

📥 Commits

Reviewing files that changed from the base of the PR and between 843159b and 9086757.

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

Walkthrough

Changes

Developer image tool inventory

Layer / File(s) Summary
UBI 9 base-image tools
README.md
The base-image table now lists updated versions and package mappings for bat, ps, fd, gh, kubedock, ripgrep, and skopeo.
UBI 9 development and platform tools
README.md
UBI 9 entries now document updated development, cloud, platform, and utility tool versions and sources.
UBI 10 tool inventory
README.md
UBI 10 entries now document updated runtime, Kubernetes, Terraform, cloud, and utility tool metadata. Mandrel has its own entry.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Suggested reviewers: svor, dkwon17, sdawley

🚥 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 concisely describes the README updates to developer tools information.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch readme

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.

@github-actions

Copy link
Copy Markdown

Pull Request UBI 10 images published ✨

Base: quay.io/devfile/base-developer-image:ubi10-pr-264
UDI: quay.io/devfile/universal-developer-image:ubi10-pr-264

Comment thread README.md
Comment on lines 66 to +67
| `7z` |`p7zip-plugins` |`p7zip-plugins` |
| `ripgrep` |`<gh releases>` |`<gh releases>` |
| `ripgrep` |`15.1.0 <gh releases>` |`<gh releases>` |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit, formatting slightly off here

@ibuziuk ibuziuk Jul 31, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread README.md Outdated
@openshift-ci

openshift-ci Bot commented Jul 31, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: ibuziuk, rohanKanojia

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions

Copy link
Copy Markdown

Pull Request images published ✨

Base: quay.io/devfile/base-developer-image:pr-264
UDI: quay.io/devfile/universal-developer-image:pr-264

@openshift-ci openshift-ci Bot removed the lgtm label Jul 31, 2026
@openshift-ci

openshift-ci Bot commented Jul 31, 2026

Copy link
Copy Markdown

New changes are detected. LGTM label has been removed.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
README.md (1)

126-126: 📐 Maintainability & Code Quality | 🔵 Trivial | 🏗️ Heavy lift

Keep the documented SDKMAN versions reproducible.

The UBI 9 and UBI 10 Dockerfiles install SDKMAN from the moving get.sdkman.io installer script, while SDKMAN_VERSION is only exported later. Rebuilds can install a different installer-backed version than the documented 5.18.2 / 5.20.0. Pin the installer version, or update these README rows as observed versions.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 126, Align the documented SDKMAN versions with
reproducible Dockerfile installs: update the UBI 9 and UBI 10 Dockerfiles to pin
the SDKMAN installer version before installation, or revise the README SDKMAN
rows to match the installer-backed versions actually observed. Keep the README
and Dockerfile version behavior consistent.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Nitpick comments:
In `@README.md`:
- Line 126: Align the documented SDKMAN versions with reproducible Dockerfile
installs: update the UBI 9 and UBI 10 Dockerfiles to pin the SDKMAN installer
version before installation, or revise the README SDKMAN rows to match the
installer-backed versions actually observed. Keep the README and Dockerfile
version behavior consistent.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: be48358e-c9fa-475f-8158-c6b5170db28c

📥 Commits

Reviewing files that changed from the base of the PR and between 131c397 and 843159b.

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

@github-actions

Copy link
Copy Markdown

Pull Request UBI 10 images published ✨

Base: quay.io/devfile/base-developer-image:ubi10-pr-264
UDI: quay.io/devfile/universal-developer-image:ubi10-pr-264

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
@github-actions

Copy link
Copy Markdown

Pull Request images published ✨

Base: quay.io/devfile/base-developer-image:pr-264
UDI: quay.io/devfile/universal-developer-image:pr-264

@github-actions

Copy link
Copy Markdown

Pull Request UBI 10 images published ✨

Base: quay.io/devfile/base-developer-image:ubi10-pr-264
UDI: quay.io/devfile/universal-developer-image:ubi10-pr-264

@github-actions

Copy link
Copy Markdown

Pull Request images published ✨

Base: quay.io/devfile/base-developer-image:pr-264
UDI: quay.io/devfile/universal-developer-image:pr-264

Comment thread README.md
|---------------------|-------------------------------------|
|--------JAVA---------|-------------------------------------|
| `sdk` |`<https://get.sdkman.io>` |
| `sdk` |`SDKMAN 5.18.2` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `sdk` |`SDKMAN 5.18.2` |
| `sdk` |`SDKMAN 5.23.0` |
Image

Comment thread README.md
| `docker-compose` |`<gh releases>` |
| `kamel` |`<gh release>` |
| `oc` |`v4.15` |
| `tkn` |`v1.14.0 (OpenShift)` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `tkn` |`v1.14.0 (OpenShift)` |
| `tkn` |`0.20.0` |
Image

Comment thread README.md
| `oc` |`v4.15` |
| `tkn` |`v1.14.0 (OpenShift)` |
| `kubectl` |`v1.30.1` |
| `krew` |`v0.4.5` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `krew` |`v0.4.5` |
| `krew` |`v0.5.0` |
Image

Comment thread README.md
|---------------------|-------------------------------------|
|--------JAVA---------|-------------------------------------|
| `sdk` |`<https://get.sdkman.io>` |
| `sdk` |`SDKMAN 5.20.0` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `sdk` |`SDKMAN 5.20.0` |
| `sdk` |`SDKMAN 5.23.0` |
Image

Comment thread README.md
| `tkn` |`v1.20.0 (OpenShift)` |
| `kubectl` |`v1.28` |
| `kubectl` |`v1.30.1` |
| `krew` |`v0.4.5` |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `krew` |`v0.4.5` |
| `krew` |`v0.5.0` |
Image

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.

3 participants