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

Option to emit arbitrary text beween build steps #5906

Open
mikepurvis opened this issue Jan 15, 2025 · 0 comments
Open

Option to emit arbitrary text beween build steps #5906

mikepurvis opened this issue Jan 15, 2025 · 0 comments

Comments

@mikepurvis
Copy link

Many CI log viewers permit foldable sections to be created by inserting specific text markers in the log. For example, in Github Actions, these look like this:

::group::{title}
::endgroup::

A popular Jenkins plugin lets the marker be arbitrarily configured.

It would be great if there was config option/flag/envvar that caused buildah to print these type of markers. Container build logs can be pretty long and often the "good stuff" is buried under hundreds or thousands of lines of unhelpful package-installation noise. Buildah could help increase usability for those who are building complex containers but have not yet graduated to the point of pushing workflow logs out to external tools for analysis and archival.

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

No branches or pull requests

1 participant