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

WIP: Adjust behave-test-steps so it can be used with Podman #62

Draft
wants to merge 3 commits into
base: v1
Choose a base branch
from

Commits on Nov 21, 2024

  1. Initial podman work: README and configurable CTF_API_SOCK

    Signed-off-by: Jonathan Dowland <[email protected]>
    jmtd committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    bad1c72 View commit details
    Browse the repository at this point in the history
  2. Reformat s2i command string for clarity

    Use python3 f-strings so we can use the variable name directly at
    the substitution site and not have to keep count of the number of
    '%s' we've put in.
    
    Signed-off-by: Jonathan Dowland <[email protected]>
    jmtd committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8c6787a View commit details
    Browse the repository at this point in the history
  3. pass CTF_API_SOCK to s2i

    Signed-off-by: Jonathan Dowland <[email protected]>
    jmtd committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    5ca0444 View commit details
    Browse the repository at this point in the history