Skip to content
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: microdnf update #721

Merged

Conversation

MiahaCybersec
Copy link
Contributor

Microdnf was missing -y and was not updating correctly.

Closes #714

Signed-off-by: Miaha Cybersec <[email protected]>
Copy link

codecov bot commented Jul 29, 2024

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 34.22%. Comparing base (da8fe8e) to head (2be0f3e).
Report is 3 commits behind head on main.

Files Patch % Lines
pkg/pkgmgr/rpm.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #721   +/-   ##
=======================================
  Coverage   34.22%   34.22%           
=======================================
  Files          18       18           
  Lines        1578     1578           
=======================================
  Hits          540      540           
  Misses       1007     1007           
  Partials       31       31           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sozercan
Copy link
Member

is there a test we can add for microdnf?

@ashnamehrotra
Copy link
Contributor

ashnamehrotra commented Jul 29, 2024

@MiahaCybersec we can add registry.access.redhat.com/ubi9/ubi-minimal:9.4-949 from the issue to the integration tests

Miaha Cybersec added 2 commits July 29, 2024 12:42
Signed-off-by: Miaha Cybersec <[email protected]>
Signed-off-by: Miaha Cybersec <[email protected]>
@MiahaCybersec
Copy link
Contributor Author

MiahaCybersec commented Jul 29, 2024

It looks like the failing test is due to a custom network configuration integration test which failed to pull the Docker image

@ashnamehrotra
Copy link
Contributor

@MiahaCybersec sometimes the connection is flakey. I re-ran and the test passed.

Copy link
Contributor

@ashnamehrotra ashnamehrotra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ashnamehrotra ashnamehrotra merged commit 473202f into project-copacetic:main Jul 29, 2024
12 checks passed
@MiahaCybersec MiahaCybersec deleted the fix-microdnf-update branch July 29, 2024 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] patching ubi9 based images failing (microdnf)
3 participants