Closed abitrolly closed 6 years ago
Related to #725
@abitrolly , as of now we don't support docker-compose 3.2
yet
@cdrage we should update conversion-matrix
accordingly
Looks like there is some partial support in https://github.com/kubernetes/kompose/blob/master/pkg/loader/compose/v3.go#L120
Maybe we can support version 3.1-3.2-3.3-3.4. Docker compose in version 3.x develop fast and many attribute is added into it. We can work together to develop support these new attribute.We can support 3.1 first and step by step to next version.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle stale
Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten
.
Rotten issues close after an additional 30d of inactivity.
If this issue is safe to close now please do so with /close
.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta. /lifecycle rotten /remove-lifecycle stale
/remove-lifecycle rotten
Conversion matrix specifies that
volumes: long-syntax
works, but it doesn't, because it requires at leastversion: '3.2`` in the header to be loaded. For example, this fails to validate with
docker-compose`:The same error is reported by
kompose
:Changing version to
3.2
makesdocker-compose config
pass, butkompose
still fails there: