docker_pkg.image¶
Manipulation of Docker images
Classes
|
High-level management of docker images. |
- class docker_pkg.image.DockerImage(directory: str, driver: DriverInterface, config: Dict[str, Any])[source]¶
Bases:
object
High-level management of docker images.
- NIGHTLY_BUILD_FORMAT = '%Y%m%d'¶
- is_nightly = False¶
- property short_name: str¶
- property image: str¶
- property name: str¶
Canonical Image name including registry and namespace
- property safe_name¶
A filesystem-friendly identified
- property tag: str¶
- new_tag(identifier: Optional[str] = 's') str [source]¶
Create a new version tag from the currently read tag
- property depends: List[str]¶