chore: migrate Rust server runtime images from debian:trixie-slim to ubi-minimal#5404
Merged
Merged
Conversation
Signed-off-by: Claudia Gray <claudiag082004@gmail.com>
Signed-off-by: Claudia Gray <claudiag082004@gmail.com>
ja8zyjits
approved these changes
Jun 28, 2026
ja8zyjits
left a comment
Collaborator
There was a problem hiding this comment.
LGMT
only rust mcp server examples and a2a-agents affected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
🔗 Related Issue
Closes #5403
📝 Summary
Migrates the runtime stage of all Rust server container build files from
debian:trixie-slimtoregistry.access.redhat.com/ubi10/ubi-minimal:10.2-1777462752.Affected files:
a2a-agents/rust/a2a-echo-agent/Dockerfilemcp-servers/rust/benchmark-server/Dockerfilemcp-servers/rust/benchmark-server/Containerfilemcp-servers/rust/fast-time-server/Dockerfilemcp-servers/rust/fast-time-server/Containerfilemcp-servers/rust/slow-time-server/ContainerfileThe builder stages are unaffected — they remain on
rust:*-slim. Only the runtime stages change.apt-getis replaced withmicrodnfandshadow-utilsis added to provideuseradd. Aligns them with the rest of the project (the main Containerfile, nginx, Go servers all already use UBI).📏 Reviewability
triage🏷️ Type of Change
🧪 Verification
docker build --no-cache -f a2a-agents/rust/a2a-echo-agent/Dockerfile .curl -sf http://localhost:9199/health{"name":"a2a-echo-agent","status":"healthy","version":"0.1.0"}docker run --rm --entrypoint whoami <image>mcpusermake lintmake testmake coverage✅ Checklist
make black isort pre-commit)📓 Notes (optional)
Will negate: