-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
command instruction not supported in compose file #2365
Labels
kind/bug
Outline of a bug - must adhere to the bug report template.
Milestone
Comments
ghost
added
the
kind/bug
Outline of a bug - must adhere to the bug report template.
label
Sep 7, 2016
garagatyi
added
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
team/production
labels
Sep 7, 2016
Please provide an example of compose file you used to reproduce behavior |
|
Since command nature is an array of strings and this instruction is parsed in YAML as a single string compose has to have custom parsing rules to use such syntax. |
vkuznyetsov
added
sprint/next
team/enterprise
status/analyzing
An issue has been proposed and it is currently being analyzed for effort and implementation approach
and removed
team/production
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
labels
Oct 6, 2016
@vkuznyetsov can you check to see if it can be completed for 18-Oct? |
vkuznyetsov
added
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
sprint/current
and removed
sprint/next
status/analyzing
An issue has been proposed and it is currently being analyzed for effort and implementation approach
labels
Oct 13, 2016
AndrienkoAleksandr
added
status/in-progress
This issue has been taken by an engineer and is under active development.
and removed
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
labels
Oct 17, 2016
AndrienkoAleksandr
added
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
status/in-progress
This issue has been taken by an engineer and is under active development.
and removed
status/in-progress
This issue has been taken by an engineer and is under active development.
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
labels
Oct 18, 2016
AndrienkoAleksandr
added
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
and removed
status/in-progress
This issue has been taken by an engineer and is under active development.
labels
Oct 25, 2016
Moved to M7 because it is still in progress. |
vkuznyetsov
removed
sprint/current
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
labels
Nov 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction Steps:
Use:
command: tail -f /dev/null
in the compose file.
Expected behavior:
Command is executed
Observed behavior:
Error parsing compose file
Currently command is accepted as:
command: [tail, -f, /dev/null]
The text was updated successfully, but these errors were encountered: