Skip to content
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

Panic on empty service in a compose file #65

Open
kmala opened this issue Nov 9, 2018 · 1 comment
Open

Panic on empty service in a compose file #65

kmala opened this issue Nov 9, 2018 · 1 comment

Comments

@kmala
Copy link
Collaborator

kmala commented Nov 9, 2018

When one of the compose file has an empty service for example, even though other compose files have the same service with details, DCE is failing. This is a valid compose file and docker compose will succeed.

#---#
#docker-compose-base.yml
 
version: '2'
services:
  ##Application container overrides
   test:
      <all the details about the service like image etc.,>
#---#
#docker-compose-extends-base.yml
 
version: '2'
services:
  ##Application container overrides
   test:
@kmala
Copy link
Collaborator Author

kmala commented Nov 9, 2018

time="2018-11-08T21:44:30-08:00" level=info msg="Starting Edit compose file poddata_820f45f2-3eba-4c00-a779-03b4462f0944/docker-compose-extends-base.yml-generated.yml" plugin=general
time="2018-11-08T21:44:30-08:00" level=info msg="POD_UPDATE_YAML_FAIL"
time="2018-11-08T21:44:30-08:00" level=info msg="Recover : assignment to entry in nil map \n"
time="2018-11-08T21:44:30-08:00" level=info msg="Update Status : Update podStatus as POD_FAILED"
time="2018-11-08T21:44:30-08:00" level=info msg="LogStatus: false" func=pod.SendMesosStatus state=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant