HistoryEntry

container.DockerMetadata$.HistoryEntry
case class HistoryEntry(created: String, created_by: String, empty_layer: Option[Boolean], author: Option[String], comment: Option[String])

Most examples seem to have at least created and created_by fields populated

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product