-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport PR #2819 to release/v1.7 for Fix docker build error (benchmark-job, loadtest) #2826
Backport PR #2819 to release/v1.7 for Fix docker build error (benchmark-job, loadtest) #2826
Conversation
* 💚 Add libcurl4-openssl-dev Signed-off-by: vankichi <[email protected]> * ♻️ Remove apt get libhd5-dev Signed-off-by: vankichi <[email protected]> --------- Signed-off-by: vankichi <[email protected]>
Deploying vald with Cloudflare Pages
|
📝 WalkthroughWalkthroughThe pull request involves modifications across multiple Dockerfiles and a Makefile, primarily focusing on the removal of Changes
Possibly related PRs
Suggested Labels
Suggested Reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
Makefile.d/tools.mk (1)
262-263
: LGTM! The addition ofldconfig
is essential for proper library linking.The addition of
ldconfig
ensures that the dynamic linker cache is updated after installing HDF5 from source. This is particularly important in the context of Docker builds, as it helps resolve library loading issues that may occur when transitioning from system packages to building from source.This change is part of a larger architectural shift from using system-provided HDF5 packages to building from source, which can provide better control over the build configuration and help resolve Docker build issues.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
hack/docker/gen/main.go
is excluded by!**/gen/**
📒 Files selected for processing (6)
Makefile.d/tools.mk
(1 hunks)dockers/ci/base/Dockerfile
(0 hunks)dockers/dev/Dockerfile
(0 hunks)dockers/example/client/Dockerfile
(0 hunks)dockers/tools/benchmark/job/Dockerfile
(0 hunks)dockers/tools/cli/loadtest/Dockerfile
(0 hunks)
💤 Files with no reviewable changes (5)
- dockers/example/client/Dockerfile
- dockers/ci/base/Dockerfile
- dockers/tools/cli/loadtest/Dockerfile
- dockers/tools/benchmark/job/Dockerfile
- dockers/dev/Dockerfile
[CHATOPS:HELP] ChatOps commands.
|
Description
SSIA
Related Issue
Versions
Checklist
Special notes for your reviewer
Summary by CodeRabbit
libhdf5-dev
package from multiple Dockerfiles across different project environmentsldconfig
after HDF5 installation to refresh dynamic linker cache