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

Podman Improvements #5783

Merged
merged 3 commits into from
Oct 26, 2023
Merged

Commits on Oct 26, 2023

  1. Podman Spawner: add lazy property with version information

    There's significant change in how to get some information from
    containers under Podman version 3.x.x and 4.x.x.
    
    This adds a property to the spawner that will reflect the Podman
    version being used, and logs it on initialization.
    
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    03526e9 View commit details
    Browse the repository at this point in the history
  2. Podman spawner: add lazy property with Podman instance

    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fb36037 View commit details
    Browse the repository at this point in the history
  3. Podman Spawner: update method of detecting container running

    This updates the method that is used to detect if the container is
    running, adding a (by default, one time) timeout between the "created"
    and "running" state.
    
    Signed-off-by: Cleber Rosa <[email protected]>
    clebergnu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b6fbc16 View commit details
    Browse the repository at this point in the history