-
Notifications
You must be signed in to change notification settings - Fork 411
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
feat: Wolfi-based Docker images #4276
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Skipped Deployments
|
Uffizzi Preview |
ba42e80
to
7aef8e0
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4276 +/- ##
=======================================
Coverage 96.60% 96.60%
=======================================
Files 1195 1195
Lines 39099 39099
=======================================
Hits 37773 37773
Misses 1326 1326 ☔ View full report in Codecov by Sentry. |
030682a
to
d65a83d
Compare
|
|
|
|
98ee827
to
9255c1b
Compare
|
9255c1b
to
8c40eaf
Compare
383cc8a
to
44c6d04
Compare
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.
This looks good to me. I'm not sure what considerations we need to make before merging @khvn26 ?
|
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
Use Wolfi OS as the base Docker image to avoid CVEs introduced by Debian base images.
How did you test this code?
Ran Docker build locally.
Ran the unit test suite and the E2E suite against the built image.