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

Add support for --progress CLI option #1092

Open
TheFriendlyCoder opened this issue Apr 6, 2024 · 0 comments
Open

Add support for --progress CLI option #1092

TheFriendlyCoder opened this issue Apr 6, 2024 · 0 comments
Labels
kind/enhancement New feature or request status/triage

Comments

@TheFriendlyCoder
Copy link

Description

The Docker CLI provides an option --progress for customizing the verbosity level produced by the tool. This is particularly helpful when building from a CI because some of the default status messages produced by the tool. For example, when pulling or pushing containers Docker will, by default, show a percentage status update / progress bar to the user. This is great when running within an interactive shell but it just produces unnecessary noise in a build log when running on CI.

It'd be nice if you exposed this property to your GH action plugin so we could easily control the verbosity in a similar way. Perhaps this could be as simple as adding a customization parameter to your plugin config with the same name. It could be optional to preserve backwards compatibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request status/triage
Projects
None yet
Development

No branches or pull requests

1 participant