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
Image names with a port in the registry are currently parsed with everything after the : treated as the image tag, causing the parsing to fail. For example, in ghcr.io:443/containers/podlet, 443/containers/podlet is treated the image tag. Both compose_spec::service::Image::parse() and compose_spec::service::image::Name::new() need to be fixed to allow for registry ports.
The text was updated successfully, but these errors were encountered:
From containers/podlet#91.
Image names with a port in the registry are currently parsed with everything after the
:
treated as the image tag, causing the parsing to fail. For example, inghcr.io:443/containers/podlet
,443/containers/podlet
is treated the image tag. Bothcompose_spec::service::Image::parse()
andcompose_spec::service::image::Name::new()
need to be fixed to allow for registry ports.The text was updated successfully, but these errors were encountered: