Skip to content

Comments

Add podman support for DockerUp build step.#2181

Merged
jeremydmiller merged 1 commit intoJasperFx:mainfrom
XL1TTE:docker-up-podman-support
Feb 14, 2026
Merged

Add podman support for DockerUp build step.#2181
jeremydmiller merged 1 commit intoJasperFx:mainfrom
XL1TTE:docker-up-podman-support

Conversation

@XL1TTE
Copy link
Contributor

@XL1TTE XL1TTE commented Feb 14, 2026

  • Previously, you weren't able to complete the DockerUp step with podman.
  • Aliases were not the solution because the StartProcess method looks for something like "absolute_path/docker.exe."
  • The GetPathExecutable method was used to define if either the docker or podman executable exists, so it supports both Windows and Linux.
  • If no tool is found, it falls back to the Docker toolName so it behaves like before and logs an error about missing Docker and not podman.

    - Previously, you weren't able to complete the DockerUp step with podman.
    - Aliases were not the solution because the StartProcess method looks for something like "absolute_path/docker.exe."
    - The GetPathExecutable method was used to define if either the docker or podman executable exists, so it supports both Windows and Linux.
    - If no tool is found, it falls back to the Docker toolName so it behaves like before and logs an error about missing Docker and not podman.
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.

2 participants