add ca-certificates in mcp-server Dockerfile#1248
Merged
loverustfs merged 1 commit intorustfs:mainfrom Dec 24, 2025
Merged
Conversation
Signed-off-by: Andrea Manzi <andrea.manzi@gmail.com>
Contributor
|
Hey @andrea-manzi , Thank you for your contribution, we have merged! |
houseme
added a commit
that referenced
this pull request
Dec 24, 2025
* 'main' of github.com:rustfs/rustfs: add ca-certificates in mcp-server Dockerfile (#1248) helm: expose init container parameters as helm values (#1232) helm: fix service/containers ports, fix podAntiAffinity (#1230) feat: add seek support for small objects in rustfs (#1231) Revert "fix(iam): store previous credentials in .rustfs.sys bucket to… (#1238) 🧑💻 Fix nix develop problem with Git-Based dependecies on nix develop shell (#1243) delete userless helm chart file (#1245) Custom annotation (#1242) # Conflicts: # crates/iam/src/lib.rs
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.
Type of Change
Related Issues
Summary of Changes
I have included the installation of the ca certs on the mcp-server docker file.
Without ca certificates installed i have this issue
thread 'main' (1) panicked at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-smithy-http-client-1.1.5/src/hyper_legacy.rs:82:13: no CA certificates foundChecklist
make pre-commitImpact
Additional Notes
Thank you for your contribution! Please ensure your PR follows the community standards (CODE_OF_CONDUCT.md) and sign the CLA if this is your first contribution.