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

cdh: move image crate into hub/image module #812

Conversation

mkulke
Copy link
Contributor

@mkulke mkulke commented Nov 20, 2024

the image crate is used exclusively by cdh, so we don't need to maintain it as individual crate, helping with naming conflicts and reducing build complexity.

note: we want to do this more module-like crates like kms, or secret, but this can be done in individual PRs to keep.

I think a good target picture would be a single crate for CDH w/ bin & lib, that can be consumed in other crates

@mkulke mkulke requested a review from a team as a code owner November 20, 2024 08:28
the image crate is used exclusively by cdh, so we don't need to maintain
it as individual crate, helping with naming conflicts and reducing build
complexity.

Signed-off-by: Magnus Kulke <[email protected]>
@mkulke mkulke force-pushed the mkulke/rework-image-crate-as-cdh-module branch from dd60574 to 16a316f Compare November 20, 2024 08:38
Copy link
Member

@Xynnn007 Xynnn007 left a comment

Choose a reason for hiding this comment

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

Good and thanks for this! Let's if CI is happy.

@mkulke mkulke merged commit 5420dd2 into confidential-containers:main Nov 20, 2024
17 checks passed
@mkulke mkulke deleted the mkulke/rework-image-crate-as-cdh-module branch November 20, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants