docker manifest
ManifestCLI
annotate
annotate(name, manifest, arch=None, os=None, os_features=None, os_version=None, variant=None)
Annotates a Docker manifest list.
PARAMETER | DESCRIPTION |
---|---|
name |
The name of the manifest list
TYPE:
|
manifest |
The individual manifest to annotate
TYPE:
|
arch |
The manifest's architecture
TYPE:
|
os |
The manifest's operating system
TYPE:
|
os_features |
The manifest's operating system features
TYPE:
|
os_version |
The manifest's operating system version
TYPE:
|
variant |
The manifest's architecture variant
TYPE:
|
create
create(name, manifests, ammend=False, insecure=False)
Creates a Docker manifest list.
PARAMETER | DESCRIPTION |
---|---|
name |
The name of the manifest list
TYPE:
|
manifests |
The list of manifests to add to the manifest list
TYPE:
|
Returns
A `python_on_whales.ManifestList`.
inspect
inspect(x)
Returns a Docker manifest list object.
push
push(x, purge=False, quiet=False)
Push a manifest list to a repository.
Options
purge: Remove the local manifest list after push
remove
remove(manifest_lists)
Removes a Docker manifest list or lists.
PARAMETER | DESCRIPTION |
---|---|
manifest_lists |
One or more manifest lists.
TYPE:
|