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

Fix #782: add support for http-proxy option of podman #783

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

ChuJiani
Copy link
Contributor

@ChuJiani ChuJiani commented Sep 24, 2023

Copy link
Collaborator

@p12tic p12tic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR.

Please add unit tests. See e.g. pytests/test_container_to_args.py for an example.

@ChuJiani
Copy link
Contributor Author

ChuJiani commented Mar 9, 2024

Unit test added in pytests/test_container_to_args.py.

Also: Do I need to place this option into or behind net args?

@p12tic
Copy link
Collaborator

p12tic commented Mar 9, 2024

Also: Do I need to place this option into or behind net args

There's stuff like --dns ten lines below your change, so I think it doesn't matter for now.

The PR looks good. Could you rebase on top of main instead of merging? This whole PR can be a single commit.

podman_compose.py Outdated Show resolved Hide resolved
@ChuJiani
Copy link
Contributor Author

ChuJiani commented Mar 9, 2024

Sure! I will figure it out.

@ChuJiani
Copy link
Contributor Author

ChuJiani commented Mar 9, 2024

It should work fine now.

@p12tic p12tic merged commit 43059dc into containers:main Mar 9, 2024
4 checks passed
@p12tic
Copy link
Collaborator

p12tic commented Mar 9, 2024

Thanks, looks great!

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.

4 participants