Package com.spotify.docker.client
Class ImageRef
java.lang.Object
com.spotify.docker.client.ImageRef
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImage()
Hostname/ip address and port of the registry.Registry URL.getTag()
The image tag, or null if not set.private static boolean
isRegistry
(String part) (package private) static String
parseRegistryUrl
(String url) Return registry server address given first part of image.toString()
-
Field Details
-
DEFAULT_REGISTRY
- See Also:
-
DEFAULT_REGISTRY_URL
- See Also:
-
registryUrl
-
registry
-
image
-
tag
-
-
Constructor Details
-
ImageRef
-
-
Method Details