Skip to content

feat(containerfile): add containerfile generation module#17

Merged
feloy merged 1 commit into
mainfrom
containerfile
May 21, 2026
Merged

feat(containerfile): add containerfile generation module#17
feloy merged 1 commit into
mainfrom
containerfile

Conversation

@feloy

@feloy feloy commented May 21, 2026

Copy link
Copy Markdown
Contributor

Generates Containerfile content from the loaded configuration. Ubuntu produces a two-stage build (system dependencies + final user setup); all other base images return a NotSupported error. The CLI now prints the generated Containerfile to stdout.

Generates Containerfile content from the loaded configuration.
Ubuntu produces a two-stage build (system dependencies + final
user setup); all other base images return a NotSupported error.
The CLI now prints the generated Containerfile to stdout.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Philippe Martin <phmartin@redhat.com>
@codecov

codecov Bot commented May 21, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 93.75000% with 5 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@7ce0f19). Learn more about missing BASE report.

Files with missing lines Patch % Lines
src/main.rs 0.00% 5 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage        ?   91.18%           
=======================================
  Files           ?        3           
  Lines           ?      227           
  Branches        ?        0           
=======================================
  Hits            ?      207           
  Misses          ?       20           
  Partials        ?        0           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@feloy feloy merged commit da90dba into main May 21, 2026
5 checks passed
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.

1 participant