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
Currently, in func (img InvocationImage) Validate() from bundle/bundle.go, we validate an image type is docker or oci via a custom validateDockerish function. We should remove this and use Parse from docker/distribution instead. For further context, see #191 (comment)
The text was updated successfully, but these errors were encountered:
Currently, in
func (img InvocationImage) Validate()
frombundle/bundle.go
, we validate an image type is docker or oci via a customvalidateDockerish
function. We should remove this and use Parse from docker/distribution instead. For further context, see #191 (comment)The text was updated successfully, but these errors were encountered: