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
Is the tag being mentioned as name:tag a standard thing for all container technologies, or is just a docker thing? If it is a standard thing, then it could implemented in the apidefs, otherwise implementing it only in the DockerBackend would be better.
Maybe we should either error out if there is
:
in image name; or parse it and use and error out in case tag param is set and there is tag in the name.But anyway, when I set tag in the image name, conu should not eat it.
Suggestions are welcome.
Edit: yeah, and the image instance is completely unusable:
Edit 2: TODO:
:
in image name: parse it:
in image name and tag param is also set, raise an exceptionThe text was updated successfully, but these errors were encountered: