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
TL;DR: The hostname must contain a . DNS separator, a : port separator, or the value localhost before the first /. Otherwise the code assumes you want the default registry, Docker Hub. [docker.io]
As an extra detail, the laituri package should expose the Docker image name parsing as a function in such a way that at least the domain could be resolved when used (other parts and the exact structure are left to the implementer.)
Might also consider the term domain as it can also contain the :port, registry_address maybe?
The text was updated successfully, but these errors were encountered:
The logic should be something on the lines of:
Ref: https://stackoverflow.com/a/37867949
As an extra detail, the
laituri
package should expose the Docker image name parsing as a function in such a way that at least thedomain
could be resolved when used (other parts and the exact structure are left to the implementer.)Might also consider the term
domain
as it can also contain the:port
,registry_address
maybe?The text was updated successfully, but these errors were encountered: