You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 4, 2021. It is now read-only.
ERROR failed to create build plan: failed to get dockerfile: failed to parse dockerfile: failed to create new directive (line 2): invalid character in variable key: "
To Reproduce
makisu build with a Dockerfile containing quotes on label key
Expected behavior
As at docker docs quotes are valid in label keys, I expect that the image is built correctly.
The text was updated successfully, but these errors were encountered:
belaaiza
changed the title
Build error when label's key in Dockerfiles has quotes
Build error when label's key in Dockerfile has quotes
Jul 27, 2020
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Describe the bug
Building an image which the Dockerfile has the following labels:
LABEL "Author"="Some Value"
LABEL "Service"="sboot-app-name"
Error message:
ERROR failed to create build plan: failed to get dockerfile: failed to parse dockerfile: failed to create new directive (line 2): invalid character in variable key: "
To Reproduce
makisu build with a Dockerfile containing quotes on label key
Expected behavior
As at docker docs quotes are valid in label keys, I expect that the image is built correctly.
The text was updated successfully, but these errors were encountered: