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

Better way to skip export of images during build #198

Open
Ichmed opened this issue Dec 8, 2023 · 0 comments
Open

Better way to skip export of images during build #198

Ichmed opened this issue Dec 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Ichmed
Copy link
Contributor

Ichmed commented Dec 8, 2023

Because build.sh can only be executed after the initial setup, there is no image to export during the init step. This is fixed right now by skipping the execution in the builder which is not an elegant way of doing this.

A better solution probably requires restructuring the builder architecture somewhat.

Proposal: Refactor the "dry-run", "skip-export" and "keep" flags into a holistic pipeline where each individual step can be skipped via command line option --skip=STEP_NAME

@Ichmed Ichmed added the enhancement New feature or request label Dec 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant