-
Notifications
You must be signed in to change notification settings - Fork 154
fix: trivy unknown severitis for test/kaito-base image #1747
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
fix: trivy unknown severitis for test/kaito-base image #1747
Conversation
TitleFix trivy unknown severities by upgrading Debian packages in Dockerfile Description
Changes walkthrough 📝
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|
please bump the base image tag in kaito/presets/workspace/models/support_models.yaml |
fixed, PTAL |
1279547 to
ac0ccbf
Compare
Signed-off-by: rambohe-ch <[email protected]>
5964460 to
81e542b
Compare
|
Upgrade Compatibility Test is broken because the base image tag was bumped but the upgrade test try to use it. |
Reason for Change:
in this pull request, we update Debian package handling in [Dockerfile] to run apt-get install related libs, so security-fixed packages (like OpenSSL) get pulled in during image build.
Requirements
Issue Fixed:
Notes for Reviewers: