Registry

container.Registry$
object Registry

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Config

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Config.type
object HTTP

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
HTTP.type
final case class Layer(digest: String) extends LayerElement

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class LayerConfig(digest: String) extends LayerElement

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait LayerElement

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Layer
case class Manifest(value: ImageManifestV2Schema1, image: RegistryImage)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Token

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Token.type

Types

type ContainerId = String
type MountPoint = (String, String)

Value members

Concrete methods

def baseURL(image: RegistryImage): String
def content(response: HttpResponse): String
def decodeConfig(configContent: String): Try[ImageJSON]
def decodeManifest(manifestContent: String): Try[ImageManifestV2Schema1]
def decodeTopLevelManifest(manifestContent: String): Try[TopLevelImageManifest]
def downloadBlob(image: RegistryImage, layer: Layer, file: File, timeout: Time, proxy: Option[HttpHost]): Unit
def downloadManifest(image: RegistryImage, timeout: Time, proxy: Option[HttpHost]): String
def layers(manifest: ImageManifestV2Schema1): Seq[Layer]