Skip to content

Add Rust runtime support#103

Merged
loks0n merged 1 commit intomainfrom
add-rust-runtime-0.11.0
May 1, 2026
Merged

Add Rust runtime support#103
loks0n merged 1 commit intomainfrom
add-rust-runtime-0.11.0

Conversation

@ChiragAgg5k
Copy link
Copy Markdown
Member

What does this PR do?

  • Adds Rust 1.83 as a supported runtime.
  • Uses the published Open Runtimes image tag pattern: openruntimes/rust:${version}-1.83.
  • Marks Rust support for linux/amd64 and linux/arm64.

Verification

  • composer test -- --filter RuntimesTest
  • composer validate --strict
  • composer lint
  • docker manifest inspect openruntimes/rust:v5-1.83 resolves with linux/amd64 and linux/arm64 manifests.

Release source

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 1, 2026

Greptile Summary

Adds Rust 1.83 as a new supported runtime by registering it in Runtimes.php, following the same pattern as Go, Bun, and other recently added runtimes. The base image is fully pinned (rust:1.83.0-alpine3.21), the openruntimes image tag matches the convention, and linux/amd64 + linux/arm64 support is correctly declared.

Confidence Score: 5/5

Safe to merge — minimal, well-scoped change that follows all established conventions.

Single-file change that adds one runtime entry; base image is fully pinned with both Rust patch version and Alpine version; openruntimes image tag and architecture list match the PR description and the existing patterns across all other runtimes. No logic, security, or correctness issues found.

No files require special attention.

Important Files Changed

Filename Overview
src/Runtimes/Runtimes.php Adds Rust 1.83 runtime with fully pinned base image (rust:1.83.0-alpine3.21) and correct openruntimes image tag pattern; follows existing conventions for all other runtimes.

Reviews (2): Last reviewed commit: "Add Rust runtime support" | Re-trigger Greptile

Comment thread src/Runtimes/Runtimes.php Outdated
@ChiragAgg5k ChiragAgg5k force-pushed the add-rust-runtime-0.11.0 branch from 7415491 to 092accd Compare May 1, 2026 03:58
@loks0n loks0n merged commit 7d9b7f4 into main May 1, 2026
7 checks 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.

3 participants