-
Notifications
You must be signed in to change notification settings - Fork 243
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 binary name #2171
Comments
/cc: @fatherlinux, @baude, WDYT? |
We will use |
Is there an upstream issue regarding the inconsistent naming? |
@cfergeau this is what I could find containers/podman#5477 (comment) and there has been an email conversation around this. |
The interesting reply is: containers/podman#5477 (comment) @rhatdan wrote: The V2.2.1 releases are:
So there is still an inconsistency between what the platforms provide as binary/command for inclusion. From our perspective a single option should be given, as else this needs to be documented differently for the platforms. Some of these specifics can be found in the bundle inclusion code: https://github.com/code-ready/snc/pull/378/files#diff-95795afe77d69420567b1e1e44ff75e9dd179f9caaaa51eefa0581e1fc1067f0 My biggest concern is around how this experience will be to the user when they use the |
containers/podman#9918 confirms what I have in crc-org/snc#378 Linux: podman-remote |
While correct what @vrothberg concludes, this would lead to an inconsistency for use on #Linux if we expose this as a command.
Note: In our case we are always performing a remote session, while NOT as nice a command, it would be consistent to use |
#9381 is almost ready, doing final testing and tweaking now. |
In 1.26.0: |
The inclusion of the
podman
client is very inconsistent; as for Linux this can be the full implementation, while on macOS/Windows this ispodman-remote
.When considering convenience and consistent use we want to settle on a single command;
podman
. This has been brought up before.crc-org/snc#378
The text was updated successfully, but these errors were encountered: