-
Notifications
You must be signed in to change notification settings - Fork 770
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
error: Could not unmarshal '<nil>' to type <nil> #388
Comments
@kadel Could it be because GIT_TOKEN is passed as |
Yup.. Seems that a blank
|
Could you change your docker-compose file to use this instead?
instead of
|
I have yet to check this deeper, but it looks like that that error message is coming from libcompose. We should check if libcompose has the same problem parsing it. |
The same syntax works as per docker-compose. As in, the compose file works with: Currently, the following syntax works with
with output,
If docker-compose supports the initial syntax of
shouldn't kompose also support it? I think this solves my issue, but do look into whether you could support a syntax already supported by |
Platform:
os: OS X Yosemite - 10.10.5 (14F2109)
kompose: version 0.1.2 (92ea047)
compose-file:
Angular brackets are indicative of replacement text.
Command:
kompose -f docker-compose.yml convert
Error Output:
ERRO[0000] Could not parse config for project <project> : Cannot unmarshal '<nil>' to type <nil> into a string value
The text was updated successfully, but these errors were encountered: