-
Notifications
You must be signed in to change notification settings - Fork 493
buildArgs encoding is converting spaces to + #136
Comments
The problem seems to be in the
The JSON conversion works properly, and it gets converted to Note that spaces in build arguments is supported by Docker, and I have several use cases where we would need spaces in arguments. |
I too am hitting this; my entire build server directory structure has spaces in the project directory names. Any chance of this being fixed? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bumping this to stop the stale bot. This issue is problematic. Have worked around it for now, but prevents me using it properly. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Bump. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I am also running into this issue when using build args to set descriptive labels in containers. @ncouse Out of curiosity, how did you work around this? |
We are having the same issue, but this issue has been closed by the stale bot. |
@ncouse @delfuego @jrmcdonald This issue is closed so new comments probably won't go anywhere. I've re-opened a brand new issue, #286 -- please go there and comment. |
If I have spaces in my build arguments, they get converted to + symbols.
For example if I can add configuration like this:
When I actually use that argument in a Dockerfile is will look like
The text was updated successfully, but these errors were encountered: