BaseImageDependency Class
Properties that describe a base image dependency.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelBaseImageDependency
Constructor
BaseImageDependency(*, type: str | _models.BaseImageDependencyType | None = None, registry: str | None = None, repository: str | None = None, tag: str | None = None, digest: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
The type of the base image dependency. Known values are: "BuildTime" and "RunTime". |
registry
|
The registry login server. |
repository
|
The repository name. |
tag
|
The tag name. |
digest
|
The sha256-based digest of the image manifest. |
Variables
Name | Description |
---|---|
type
|
The type of the base image dependency. Known values are: "BuildTime" and "RunTime". |
registry
|
The registry login server. |
repository
|
The repository name. |
tag
|
The tag name. |
digest
|
The sha256-based digest of the image manifest. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python