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

[logging] multibyte-characters break input conversion #272

Open
tobwen opened this issue Jun 7, 2021 · 2 comments · Fixed by containers/podman#19635
Open

[logging] multibyte-characters break input conversion #272

tobwen opened this issue Jun 7, 2021 · 2 comments · Fixed by containers/podman#19635

Comments

@tobwen
Copy link

tobwen commented Jun 7, 2021

summary

Seems like multibyte-characters in TAG breaks input conversion.

What did I do?

podman run --name test1  --log-opt tag="äöüß" --rm --log-driver=journald busybox sh -c "echo 1;"

What did I get?

conmon: option parsing failed: Invalid byte sequence in conversion input
                                                                        Error: write child: broken pipe

What did I expect?

Either TAG accepts multi-byte cahracters or an error message like:

Error: container tag must match [a-zA-Z0-9][a-zA-Z0-9_.-]*: invalid argument

Which versions did I use?

@haircommander
Copy link
Collaborator

interesting, this should have been fixed by #215 and containers/podman#8935
maybe podman regressed?

@tobwen
Copy link
Author

tobwen commented Jun 15, 2021

Yes, seems like a regression. Still happening in the latest release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants