compose-spec / compose-go

Reference library for parsing and loading Compose YAML files
https://compose-spec.io
Apache License 2.0
355 stars 112 forks source link

Revert "Fix compose schema" #630

Closed ndeloof closed 5 months ago

ndeloof commented 5 months ago

Reverts compose-spec/compose-go#625

see https://github.com/compose-spec/compose-spec/issues/501

625 adds a bunch of regexp to validate formats. We also have to support variable being used as values for interpolation, so can't add such a validation in the spec