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 quiet flag to podman-compose config #1152

Merged
merged 1 commit into from
Mar 1, 2025

Conversation

IamTheFij
Copy link
Contributor

This skips printing and is useful for validating config files.

This is present in docker-compose and docker compose as well: https://docs.docker.com/reference/cli/docker/compose/config/

Do you think this warrants news? I could add that, but it seems pretty minor.

Also, since it is testing the print, the unit test didn't make sense. I added an integration test instead.

@p12tic
Copy link
Collaborator

p12tic commented Feb 28, 2025

Do you think this warrants news? I could add that, but it seems pretty minor.

It's best to expose all user-visible changes. If only so that project appears more active.

Also, since it is testing the print, the unit test didn't make sense. I added an integration test instead.

Agreed, thanks.

Separately, please add signed-off-by line, there's a policy on the containers organization that requires it. More info: https://github.com/containers/podman-compose/pull/1152/checks?check_run_id=37949903107

This skips printing and is useful for validating config files.

Signed-off-by: Ian Fijolek <[email protected]>
@IamTheFij
Copy link
Contributor Author

Done! I also created a new PR (#1153) to catch committing without sign-off for future new contributors. Hopefully that bubbles things up earlier to them so you don't have to be the one to tell them on the PR.

@p12tic
Copy link
Collaborator

p12tic commented Mar 1, 2025

Thanks!

@p12tic p12tic merged commit 3353697 into containers:main Mar 1, 2025
8 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.

None yet

2 participants