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 using the podlet compose command on a compose file which has a name top level element, an error is thrown indicating that the file is not a valid compose file.
Steps to reproduce
Create the following compose file hello-world-compose.yml:
Error:
0: File `hello-world-compose.yml` is not a valid compose file
1: unknown attribute "name", extensions must start with 'x-' (see https://docs.docker.com/compose/compose-file/#extension)
The text was updated successfully, but these errors were encountered:
Description
When using the
podlet compose
command on a compose file which has aname
top level element, an error is thrown indicating that the file is not a valid compose file.Steps to reproduce
Create the following compose file
hello-world-compose.yml
:Run
podlet compose hello-world-compose.yml
:The text was updated successfully, but these errors were encountered: