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
When deploying an image built by Skaffold to docker using docker compose by running skaffold deploy --images image1:test, skaffold should go through the process without any issues
Actual behavior
Get an error "docker compose not yet supported by skaffold"
Would love to know if there is intention on the docker compose feature getting built out.
I am excited to see more work be done on the docker or useCompose functionality.
Thanks so much! 😄 🙇♂️
We're at the start of our containerisation journey. I used Skaffold with a Kubernetes/Helm project some years ago at another organisation and remember it being easy to get up and running.
I'd like support for docker-compose as that's the workflow we have - I don't want to write lots of internal tooling to make it easier for the dev team. Skaffold felt like the right solution but seems it doesn't support our use case as yet.
Expected behavior
When deploying an image built by Skaffold to docker using docker compose by running
skaffold deploy --images image1:test
, skaffold should go through the process without any issuesActual behavior
Get an error "docker compose not yet supported by skaffold"
Information
Steps to reproduce the behavior
skaffold build
skaffold deploy --images image1:test
The text was updated successfully, but these errors were encountered: