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
I dug into this a bit. It looks like the brackets around the IPv6 address are the problem. docker compose config seems to accept the address either way, but it's not specified in the Compose Specification. The only part that mentions IPv6 addresses may be enclosed in brackets is the extra_hosts short syntax description.
I'll make an issue or PR in the Compose Specification repo and also an issue for my compose_spec library.
k9withabone
changed the title
Podlet reports error when trying to publish to IPv6 address
Support IPv6 address enclosed in brackets for ports short syntax in compose file
Sep 15, 2024
I have a valid podman compose file that has these
ports
:Starting the pods with
podman-compose
, it binds the ports to the IPv6 address without issue.When I run
podlet compose
, it errors withthe line is the first instance of the IPv6 address for ports.
Not sure if I should be using a different format for IPv6 port publishing or if it is just a bug in the parser.
The text was updated successfully, but these errors were encountered: