-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 remote error: strconv.Atoi: parsing "": invalid syntax #16509
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
dustymabe
added a commit
to dustymabe/coreos-ci-lib
that referenced
this issue
Nov 14, 2022
There is a regression in podman [1] that causes podman remote sessions to not work unless the port is specified. Let's just add the port so we can get unblocked. [1] containers/podman#16509
dustymabe
added a commit
to coreos/coreos-ci-lib
that referenced
this issue
Nov 14, 2022
There is a regression in podman [1] that causes podman remote sessions to not work unless the port is specified. Let's just add the port so we can get unblocked. [1] containers/podman#16509
Thanks @dustymabe! @cdoern, looks like we need an additional check to only parse the port if it has been set. |
cdoern
added a commit
to cdoern/podman
that referenced
this issue
Nov 16, 2022
if no port is specified for an ssh style url, default to 22 resolves containers#16509 Signed-off-by: Charlie Doern <[email protected]>
FTR I just tried this again and had a similar problem:
It's using |
Thanks for reaching out! That looks like a parsing error. Would you open a new issue for it? |
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Oct 13, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Parsing of the
CONTAINER_HOST
environment variable regressed. Previous values that were used no longer work and give an error.Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
No error.
Additional information you deem important (e.g. issue happens only occasionally):
This can be worked around by adding the port to the
CONTAINER_HOST
variable entry:
Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
orbrew info podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
The text was updated successfully, but these errors were encountered: