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

Expand DeployImage to be more flexible #635

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Expand DeployImage to be more flexible #635

merged 1 commit into from
Dec 17, 2024

Conversation

Itxaka
Copy link
Member

@Itxaka Itxaka commented Dec 17, 2024

Usually we create the system dirs in images by default, but that means that we cannot reuse the DeployImage for deploying random non-system images.

This fixes it by adding an extra param to create the dir structure in the created image

@Itxaka Itxaka requested a review from a team December 17, 2024 11:58
@Itxaka Itxaka force-pushed the expand_DeployImage branch from 28894b5 to 5a28754 Compare December 17, 2024 12:02
Copy link

codecov bot commented Dec 17, 2024

Codecov Report

Attention: Patch coverage is 44.44444% with 5 lines in your changes missing coverage. Please review.

Project coverage is 48.10%. Comparing base (248c622) to head (d7adfcd).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
pkg/elemental/elemental.go 44.44% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #635   +/-   ##
=======================================
  Coverage   48.09%   48.10%           
=======================================
  Files          48       48           
  Lines        6148     6153    +5     
=======================================
+ Hits         2957     2960    +3     
- Misses       2910     2912    +2     
  Partials      281      281           

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

@Itxaka Itxaka force-pushed the expand_DeployImage branch from fdcc746 to 5a28754 Compare December 17, 2024 13:13
Usually we create the system dirs in images by default, but that means
that we cannot reuse the DeployImage for deploying random non-system
images.

This fixes it by adding an extra param to create the dir structure in
the created image

Signed-off-by: Itxaka <[email protected]>
@Itxaka Itxaka force-pushed the expand_DeployImage branch from 5a28754 to d7adfcd Compare December 17, 2024 13:31
@Itxaka Itxaka requested a review from jimmykarily December 17, 2024 13:32
@Itxaka Itxaka merged commit a5a55c6 into main Dec 17, 2024
14 checks passed
@Itxaka Itxaka deleted the expand_DeployImage branch December 17, 2024 14:05
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.

2 participants