-
Notifications
You must be signed in to change notification settings - Fork 1.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
Cannot finish task jibDockerBuild use 2byte character in container args #626
Comments
Confirmed it is reproducible with Maven. Works if no multi-byte characters are given as container arguments. |
Only when pushing to the local docker daemon. Might be that we are miscalculating the length of a string or something when multi-byte chars are involved? Stack trace from
|
@sakebook we've just release version |
Works fine! Thank you mentions. |
Use Gradle plugin.
jib.container.args = ['日本語']
Cannot finish task.
jib-gradle-plugin
Configuration:Log output:
Additional Information:
My application wrote by Kotlin.
The text was updated successfully, but these errors were encountered: