podman --remote API backward compatibility #10963
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
/kind feature
When running podman --remote, it would be good if we could specify the API version.
There's no garantee that the client and the API are using the same version so having backward compatibility should be provided.
Currently, there's no way to specify an API version and we endup with an obscur message
After snooping the socket, I realized that the remote client was running
podman-3.1
and called/v3.1.0-dev
apiAs opposed to the native client that was running
podman-3.0
and was calling/v2.0.0
:Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Package info (e.g. output of
rpm -q podman
orapt list podman
):remote:
podman-3.0.1-6.module_el8.5.0+736+58cc1a5a.x86_64
client:
podman-3.1.0-0.13.module_el8.5.0+733+9bb5dffa.x86_64
The text was updated successfully, but these errors were encountered: