DockerCommit
org.sagebionetworks.repo.model.docker.DockerCommit
Metadata for an image in a Docker Repository: A digest and optional tag.
Field | Type | Description |
---|---|---|
tag | STRING | A user supplied name for a specific version of a repository. |
digest | STRING | A unique id for the commit, generated by hashing its content. |
createdOn | STRING | The date this commit was created. |