-
Notifications
You must be signed in to change notification settings - Fork 99
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
chore: install runc manually to update to go1.19.12 #1016
Conversation
Signed-off-by: Valeriy Svydenko <[email protected]>
Tested by launching the UDI 3.10 container:
then:
then install runc:
and we still have go 1.19.10 installed, but runc reports go1.19.12:
RPMs installed are:
|
@nickboldt current changes are for pluginregistry-rhel8 but not for UDI container. In pluginregistry we don't have golang and we don't need to install it. All CVE issues are related to /usr/bin/runc
then
after installing runc (I don't want to install golang)
We see go1.19.12 instead of go1.19.4 |
So is that a "built with" declaration then? |
As I understand, it is |
Build 3.10 :: pluginregistry_3.x/256: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4937: Console, Changes, Git Data |
Build 3.10 :: push-latest-container-to-quay_3.x/3487: Console, Changes, Git Data |
Build 3.10 :: get-sources-rhpkg-container-build_3.x/4759: pluginregistry : 3.x :: Build 56175350 : quay.io/devspaces/pluginregistry-rhel8:3.10-14 |
Build 3.10 :: update-digests_3.x/4596: Console, Changes, Git Data |
Build 3.10 :: pluginregistry_3.x/256: Upstream sync done; /DS_CI/sync-to-downstream_3.x/4937 triggered |
Build 3.10 :: operator-bundle_3.x/2148: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4939: Console, Changes, Git Data |
Build 3.10 :: push-latest-container-to-quay_3.x/3488: Console, Changes, Git Data |
Build 3.10 :: copyIIBsToQuay/1997: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.x/4939: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/4761 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.10 :: operator-bundle_3.x/2148: Upstream sync done; /DS_CI/sync-to-downstream_3.x/4939 triggered |
Build 3.10 :: dsc_3.x/1475: Console, Changes, Git Data |
Build 3.10 :: update-digests_3.x/4596: Detected new images: rebuild operator-bundle |
Build 3.10 :: dsc_3.x/1475: 3.10.0-CI |
What does this PR do?
Trying to fix
CVE-2023-29404
CVE-2023-24540
CVE-2023-24538
CVE-2023-29405
CVE-2023-29402
All of them are related to go binary that comes with
runc
tool.After installing runc manually:
before
What issues does this PR fix or reference?
https://issues.redhat.com/browse/CRW-4585
Release Notes
Docs PR (if applicable)