-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
2
-
False
-
-
False
-
-
[912990501] Upstream Reporter: tobwen
Upstream issue status: Closed
Upstream description:
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 pipeWhat 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 argumentWhich versions did I use?
- podman version 3.2.0-dev (https://github.com/containers/podman/commit/b6167cedb2ba69a66646a94eb27c49bbbea88e15)
- conmon version 2.0.30-dev (24c73c2abb3f220ebd97acf498b57c560ca26c04)
Upstream URL: https://github.com/containers/conmon/issues/272
- links to