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

quadlet: allow variables in PublishPort #24119

Merged
merged 1 commit into from
Oct 1, 2024

Commits on Oct 1, 2024

  1. quadlet: allow variables in PublishPort

    There is no reason to validate the args here, first podman may change
    the syntax so this is just duplication that may hurt us long term. It
    also added special handling of some options that just do not make sense,
    i.e. removing 0.0.0.0, podman should really be the only parser here. And
    more importantly this prevents variables from being used.
    
    Fixes containers#24081
    
    Signed-off-by: Paul Holzinger <[email protected]>
    Luap99 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    abc4cfb View commit details
    Browse the repository at this point in the history