class Name::Repository
- Name::Repository
- Name::Registry
- Reference
- Object
Overview
Stores a docker repository name in a structured form.
Direct Known Subclasses
Defined in:
name/repository.crConstant Summary
-
DEFAULT_NAMESPACE =
"library"
-
REPOSITORY_CHARS =
"abcdefghijklmnopqrstuvwxyz0123456789_-./"
Constructors
Instance Method Summary
- #==(other : self)
- #as_repository
- #hash(hasher)
- #identifier : String
- #name
- #registry : Name::Registry
-
#repo_str
Returns the repository component of the Repository
-
#scope(action)
scope returns the scope required to perform the given action on the registry.
-
#to_s
Returns the name from which the Repository was dervied.