OCI

container.OCI$
object OCI

Attributes

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

Members list

Concise view

Type members

Classlikes

case class ConfigurationData(Cmd: Option[List[String]], Entrypoint: Option[List[String]], Env: Option[List[String]], ExposedPorts: Option[Map[String, String]], User: Option[String], Volumes: Option[Map[String, String]], WorkingDir: Option[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class EmptyObject()

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class InvalidConfigData(config: String) extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
case class InvalidManifest(manifest: String) extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
case class ManifestData(Config: Option[String], RepoTags: List[String], Layers: List[String])

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def deleteRecursively(path: Path): Unit
def getConcernedFile(whiteoutFilePath: Path, prefix: String): Option[Path]
def getManifestFile(rootFiles: Array[String]): Option[String]
def harvestConfigData(configRaw: String): ConfigurationData
def harvestManifestData(manifestRaw: String): ManifestData
def removeWhiteoutFileAuxiliary(whiteoutFilePath: Path, prefix: String): Status
def removeWhiteouts(directory: File): Status

Implicits

Implicits

implicit val ManifestDecoder: Decoder[ManifestData]