Class: PodmanTag
Add an additional name to a local image
URI: containers:PodmanTag
classDiagram
class PodmanTag
IacModule <|-- PodmanTag
PodmanTag : executable
PodmanTag ..> string : executable
PodmanTag : image
PodmanTag ..> string : image
PodmanTag : target_names
PodmanTag ..> string : target_names
Inheritance
- IacModule
- PodmanTag
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
image | 0..1 xsd:string |
artifact that depicts or records visual perception | direct |
target_names | 0..1 xsd:string |
Target names | direct |
executable | 0..1 xsd:string |
Path to podman executable if it is not in the $PATH on the machine running po... | IacModule |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ucs-containers
Mappings
Mapping Type | Mapped Value |
---|---|
self | containers:PodmanTag |
native | containers:PodmanTag |
LinkML Source
Direct
name: PodmanTag
description: Add an additional name to a local image
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
is_a: IacModule
slots:
- image
- target_names
slot_usage:
executable:
name: executable
description: Path to podman executable if it is not in the $PATH on the machine
running podman
ifabsent: string(podman)
domain_of:
- IacModule
image:
name: image
description: Image to tag.
domain_of:
- PodmanSave
- PodmanTag
required: true
target_names:
name: target_names
description: Additional names.
multivalued: true
domain_of:
- PodmanTag
required: true
Induced
name: PodmanTag
description: Add an additional name to a local image
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
is_a: IacModule
slot_usage:
executable:
name: executable
description: Path to podman executable if it is not in the $PATH on the machine
running podman
ifabsent: string(podman)
domain_of:
- IacModule
image:
name: image
description: Image to tag.
domain_of:
- PodmanSave
- PodmanTag
required: true
target_names:
name: target_names
description: Additional names.
multivalued: true
domain_of:
- PodmanTag
required: true
attributes:
image:
name: image
description: Image to tag.
from_schema: https://w3id.org/lmodel/ucs-core
alias: image
owner: PodmanTag
domain_of:
- PodmanSave
- PodmanTag
range: string
required: true
target_names:
name: target_names
description: Additional names.
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
multivalued: true
alias: target_names
owner: PodmanTag
domain_of:
- PodmanTag
range: string
required: true
executable:
name: executable
description: Path to podman executable if it is not in the $PATH on the machine
running podman
from_schema: https://w3id.org/lmodel/ucs-core
ifabsent: string(podman)
alias: executable
owner: PodmanTag
domain_of:
- IacModule
range: string