[BUG] Grafana image busybox version not updated to latest · Issue #877 · project-copacetic/copacetic · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When patching docker.io/grafana/grafana-image-renderer:3.4.0 image with update all approach in the test CI, all vulnerabilities should be addressed.
Actual Behavior
Busybox pkg is not updated to latest from 1.25.0-r2
Steps To Reproduce
Run copa patch -i docker.io/grafana/grafana-image-renderer:3.4.0
Scan resulting patched image with Trivy to see BusyBox vulnerability remaining.
When you run the patched image as a container and run "apk info --installed busybox -v", you can see "busybox-1.35.0-r2". Running "apk upgrade" in this container does not update it to a newer version
However, when running "apk upgrade" on the original image container, BusyBox is updated to latest.
Are you willing to submit PRs to contribute to this bug fix?
Yes, I am willing to implement it.
The text was updated successfully, but these errors were encountered:
Version of copa
No response
Expected Behavior
When patching
docker.io/grafana/grafana-image-renderer:3.4.0
image with update all approach in the test CI, all vulnerabilities should be addressed.Actual Behavior
Busybox pkg is not updated to latest from 1.25.0-r2
Steps To Reproduce
Are you willing to submit PRs to contribute to this bug fix?
The text was updated successfully, but these errors were encountered: