We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simple docker-compose.yaml
docker-compose.yaml
version: '3' services: backend: image: helloworld
kompose convert --stdout -f docker-compose.yaml works with no problems but
kompose convert --stdout -f docker-compose.yaml
bash-4.4# cat docker-compose.yaml | kompose convert --stdout -f - ERRO Could not parse config for project application : yaml: unmarshal errors: line 1: cannot unmarshal !!str `3` into config.RawService FATA composeObject.Parse() failed, Failed to load compose file: yaml: unmarshal errors: line 1: cannot unmarshal !!str `3` into config.RawService
don't.
bash-4.4# kompose version 1.16.0 (0c01309)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Simple
docker-compose.yaml
kompose convert --stdout -f docker-compose.yaml
works with no problems butdon't.
The text was updated successfully, but these errors were encountered: