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

Move CDI device spec out of the OCI package #11262

Merged
merged 2 commits into from
Jan 14, 2025

Conversation

dmcgowan
Copy link
Member

The CDI device injection spec opt was mistakenly added to the OCI
package which brought in an unintended dependency on CDI and its
transitive dependencies.

Not going to move it to an internal package since it may still be useful for clients. Its early enough in 2.0 to clean this up before it clients start utilizing and making it more difficult to move without breaking someone. This was quickly caught in buildkit which uses the spec opts but does not need/want those transitive dependencies pulled in.

The CDI device injection spec opt was mistakenly added to the OCI
package which brought in an unintended dependency on CDI and its
transitive dependencies.

Signed-off-by: Derek McGowan <[email protected]>
This function has been moved to prevent an unintended dependency on CDI.

Signed-off-by: Derek McGowan <[email protected]>
@dosubot dosubot bot added the area/runtime Runtime label Jan 14, 2025
@AkihiroSuda AkihiroSuda added this pull request to the merge queue Jan 14, 2025
Merged via the queue into containerd:main with commit 04bac22 Jan 14, 2025
59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants