Container Image
Image available for containers.
URI: gx:ContainerImage
classDiagram
class ContainerImage
click ContainerImage href "../ContainerImage"
Image <|-- ContainerImage
click Image href "../Image"
ContainerImage : aggregationOfResources
ContainerImage --> "*" String : aggregationOfResources
click String href "../String"
ContainerImage : baseContainerImage
ContainerImage --> "1" BaseContainerImage : baseContainerImage
click BaseContainerImage href "../BaseContainerImage"
ContainerImage : buildDate
ContainerImage --> "0..1" Datetime : buildDate
click Datetime href "../Datetime"
ContainerImage : checkSum
ContainerImage --> "0..1" CheckSum : checkSum
click CheckSum href "../CheckSum"
ContainerImage : containerFormat
ContainerImage --> "1" ContainerFormat : containerFormat
click ContainerFormat href "../ContainerFormat"
ContainerImage : copyrightOwnedBy
ContainerImage --> "1..*" String : copyrightOwnedBy
click String href "../String"
ContainerImage : cpuReq
ContainerImage --> "0..1" CPU : cpuReq
click CPU href "../CPU"
ContainerImage : description
ContainerImage --> "0..1" String : description
click String href "../String"
ContainerImage : encryption
ContainerImage --> "0..1" Encryption : encryption
click Encryption href "../Encryption"
ContainerImage : fileSize
ContainerImage --> "0..1" MemorySize : fileSize
click MemorySize href "../MemorySize"
ContainerImage : gpuReq
ContainerImage --> "0..1" GPU : gpuReq
click GPU href "../GPU"
ContainerImage : license
ContainerImage --> "1..*" String : license
click String href "../String"
ContainerImage : licenseIncluded
ContainerImage --> "0..1" Boolean : licenseIncluded
click Boolean href "../Boolean"
ContainerImage : maintenance
ContainerImage --> "0..1" MaintenanceSubscription : maintenance
click MaintenanceSubscription href "../MaintenanceSubscription"
ContainerImage : multiQueues
ContainerImage --> "0..1" Boolean : multiQueues
click Boolean href "../Boolean"
ContainerImage : name
ContainerImage --> "0..1" String : name
click String href "../String"
ContainerImage : operatingSystem
ContainerImage --> "0..1" OperatingSystem : operatingSystem
click OperatingSystem href "../OperatingSystem"
ContainerImage : patchLevel
ContainerImage --> "0..1" String : patchLevel
click String href "../String"
ContainerImage : ramReq
ContainerImage --> "0..1" Memory : ramReq
click Memory href "../Memory"
ContainerImage : resourcePolicy
ContainerImage --> "1..*" String : resourcePolicy
click String href "../String"
ContainerImage : rootDiskReq
ContainerImage --> "0..1" Disk : rootDiskReq
click Disk href "../Disk"
ContainerImage : secureBoot
ContainerImage --> "0..1" Boolean : secureBoot
click Boolean href "../Boolean"
ContainerImage : signature
ContainerImage --> "0..1" Signature : signature
click Signature href "../Signature"
ContainerImage : updateStrategy
ContainerImage --> "0..1" UpdateStrategy : updateStrategy
click UpdateStrategy href "../UpdateStrategy"
ContainerImage : version
ContainerImage --> "0..1" String : version
click String href "../String"
ContainerImage : videoRamSize
ContainerImage --> "0..1" MemorySize : videoRamSize
click MemorySize href "../MemorySize"
ContainerImage : vPMU
ContainerImage --> "0..1" Boolean : vPMU
click Boolean href "../Boolean"
Inheritance
- GaiaXEntity
- Resource
- VirtualResource
- SoftwareResource
- CodeArtifact
- Image
- ContainerImage
- Image
- CodeArtifact
- SoftwareResource
- VirtualResource
- Resource
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
baseContainerImage | 1 BaseContainerImage |
container image base software stack | direct |
containerFormat | 1 ContainerFormat |
container image format | direct |
fileSize | 0..1 MemorySize |
Size of the image | Image |
operatingSystem | 0..1 OperatingSystem |
A resolvable link to Gaia-X credential of operation system offered by this im... | Image |
cpuReq | 0..1 CPU |
Details with respect to CPU capabilities required to run the image | Image |
gpuReq | 0..1 GPU |
Details with respect to GPU capabilities required to run the image | Image |
ramReq | 0..1 Memory |
Minimal size of RAM required to run the image | Image |
videoRamSize | 0..1 MemorySize |
Maximum amount of RAM for the video image | Image |
rootDiskReq | 0..1 Disk |
Minimal size of root disk required to run the image | Image |
encryption | 0..1 Encryption |
Details with respect to encryption of the images | Image |
secureBoot | 0..1 xsd:boolean |
If true, instances of the image are only started, if signature of software, s... | Image |
vPMU | 0..1 xsd:boolean |
If true, a virtual performance monitoring unit (vPMU) is enable in guest | Image |
multiQueues | 0..1 xsd:boolean |
If true, one queue is set for each virtual CPU | Image |
updateStrategy | 0..1 UpdateStrategy |
Details on provider's image update strategy of this image | Image |
licenseIncluded | 0..1 xsd:boolean |
In case an image requires a commercial license to be used (No Freeware), this... | Image |
maintenance | 0..1 MaintenanceSubscription |
Details on maintenance capabilities of vendor of image's operating system | Image |
checkSum | 0..1 CheckSum |
Details on checksum of the software | SoftwareResource |
signature | 0..1 Signature |
Details with respect to signature of the software | SoftwareResource |
version | 0..1 xsd:string |
Version of the software | SoftwareResource |
patchLevel | 0..1 xsd:string |
Software specific patch number describing patch level of the software | SoftwareResource |
buildDate | 0..1 xsd:dateTime |
Date and time the software was build, formated according to ISO 8601 (UTC - 2... | SoftwareResource |
copyrightOwnedBy | 1..* xsd:string or LegalPerson or xsd:string |
A list of copyright owners either as a free form string or as resolvable link... | VirtualResource |
license | 1..* xsd:string or SPDX or uri |
A list of SPDX identifiers or URL to document | VirtualResource |
resourcePolicy | 1..* xsd:string |
A list of policy expressed using a DSL (e | VirtualResource |
aggregationOfResources | * xsd:string or Resource |
A resolvable link of resources related to the resource and that can exist ind... | Resource |
name | 0..1 xsd:string |
A human readable name of the entity | GaiaXEntity |
description | 0..1 xsd:string |
A free text description of the entity | GaiaXEntity |
Usages
used by | used in | type | used |
---|---|---|---|
ContainerServiceOffering | codeArtifact | range | ContainerImage |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#container-image
LinkML Source
Direct
name: ContainerImage
description: Image available for containers.
title: Container Image
from_schema: https://w3id.org/gaia-x/development#container-image
is_a: Image
attributes:
baseContainerImage:
name: baseContainerImage
description: container image base software stack
title: Base Container Image
from_schema: https://w3id.org/gaia-x/development#container-image
rank: 1000
domain_of:
- ContainerImage
range: BaseContainerImage
required: true
containerFormat:
name: containerFormat
description: container image format
title: Format
from_schema: https://w3id.org/gaia-x/development#container-image
rank: 1000
domain_of:
- ContainerImage
range: ContainerFormat
required: true
Induced
name: ContainerImage
description: Image available for containers.
title: Container Image
from_schema: https://w3id.org/gaia-x/development#container-image
is_a: Image
attributes:
baseContainerImage:
name: baseContainerImage
description: container image base software stack
title: Base Container Image
from_schema: https://w3id.org/gaia-x/development#container-image
rank: 1000
alias: baseContainerImage
owner: ContainerImage
domain_of:
- ContainerImage
range: BaseContainerImage
required: true
containerFormat:
name: containerFormat
description: container image format
title: Format
from_schema: https://w3id.org/gaia-x/development#container-image
rank: 1000
alias: containerFormat
owner: ContainerImage
domain_of:
- ContainerImage
range: ContainerFormat
required: true
fileSize:
name: fileSize
description: Size of the image.
title: file size
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
alias: fileSize
owner: ContainerImage
domain_of:
- Image
range: MemorySize
operatingSystem:
name: operatingSystem
description: A resolvable link to Gaia-X credential of operation system offered
by this image.
title: Operating System
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
alias: operatingSystem
owner: ContainerImage
domain_of:
- Image
range: OperatingSystem
cpuReq:
name: cpuReq
description: Details with respect to CPU capabilities required to run the image.
title: CPU requirements
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
alias: cpuReq
owner: ContainerImage
domain_of:
- Image
range: CPU
gpuReq:
name: gpuReq
description: Details with respect to GPU capabilities required to run the image.
title: GPU requirements
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
alias: gpuReq
owner: ContainerImage
domain_of:
- Image
range: GPU
ramReq:
name: ramReq
description: Minimal size of RAM required to run the image.
title: Ram requirements
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
alias: ramReq
owner: ContainerImage
domain_of:
- Image
range: Memory
videoRamSize:
name: videoRamSize
description: Maximum amount of RAM for the video image.
title: Video RAM size
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
alias: videoRamSize
owner: ContainerImage
domain_of:
- Image
range: MemorySize
rootDiskReq:
name: rootDiskReq
description: Minimal size of root disk required to run the image.
title: root disk requirements
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
alias: rootDiskReq
owner: ContainerImage
domain_of:
- Image
range: Disk
encryption:
name: encryption
description: Details with respect to encryption of the images.
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
alias: encryption
owner: ContainerImage
domain_of:
- Image
range: Encryption
secureBoot:
name: secureBoot
description: 'If true, instances of the image are only started, if signature of
software, such as firmware or operating system, are valid. Default: False.'
title: Secure Boot
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
ifabsent: 'False'
alias: secureBoot
owner: ContainerImage
domain_of:
- Image
range: boolean
vPMU:
name: vPMU
description: 'If true, a virtual performance monitoring unit (vPMU) is enable
in guest. Default: False'
title: Virtual performance monitoring unit
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
ifabsent: 'False'
alias: vPMU
owner: ContainerImage
domain_of:
- Image
range: boolean
multiQueues:
name: multiQueues
description: If true, one queue is set for each virtual CPU.
title: Multi queues
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
ifabsent: 'False'
alias: multiQueues
owner: ContainerImage
domain_of:
- Image
range: boolean
updateStrategy:
name: updateStrategy
description: Details on provider's image update strategy of this image. An update
strategy defines ...
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
alias: updateStrategy
owner: ContainerImage
domain_of:
- Image
range: UpdateStrategy
licenseIncluded:
name: licenseIncluded
description: 'In case an image requires a commercial license to be used (No Freeware),
this attribute indicates, if service usage fee includes that license (true)
or customer has to bring its own commercial license (False). Default: False'
title: License included
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
ifabsent: 'False'
alias: licenseIncluded
owner: ContainerImage
domain_of:
- Image
range: boolean
maintenance:
name: maintenance
description: Details on maintenance capabilities of vendor of image's operating
system.
from_schema: https://w3id.org/gaia-x/development#image
rank: 1000
alias: maintenance
owner: ContainerImage
domain_of:
- Image
range: MaintenanceSubscription
checkSum:
name: checkSum
description: Details on checksum of the software.
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: checkSum
owner: ContainerImage
domain_of:
- SoftwareResource
range: CheckSum
signature:
name: signature
description: Details with respect to signature of the software.
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: signature
owner: ContainerImage
domain_of:
- SoftwareResource
range: Signature
version:
name: version
description: Version of the software.
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: version
owner: ContainerImage
domain_of:
- SoftwareResource
range: string
patchLevel:
name: patchLevel
description: Software specific patch number describing patch level of the software.
title: Patch level
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: patchLevel
owner: ContainerImage
domain_of:
- SoftwareResource
range: string
buildDate:
name: buildDate
description: Date and time the software was build, formated according to ISO 8601
(UTC - 24 hours).
title: Build Date
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: buildDate
owner: ContainerImage
domain_of:
- SoftwareResource
range: datetime
copyrightOwnedBy:
name: copyrightOwnedBy
description: A list of copyright owners either as a free form string or as resolvable
link to Gaia-X Credential of participants. A copyright owner is a person or
organization that has the right to exploit the resource. Copyright owner does
not necessarily refer to the author of the resource, who is a natural person
and may differ from copyright owner.
title: copyright owned by
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: copyrightOwnedBy
owner: ContainerImage
domain_of:
- VirtualResource
range: string
required: true
multivalued: true
any_of:
- range: LegalPerson
- range: string
license:
name: license
description: A list of SPDX identifiers or URL to document.
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: license
owner: ContainerImage
domain_of:
- VirtualResource
range: string
required: true
multivalued: true
any_of:
- range: SPDX
- range: uri
resourcePolicy:
name: resourcePolicy
description: 'A list of policy expressed using a DSL (e.g., Rego or ODRL) (access
control, throttling, usage, retention, ...). If there is no specified usage
policy constraints on the VirtualResource, the policy should express a simple
default: allow intent'
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: resourcePolicy
owner: ContainerImage
domain_of:
- VirtualResource
range: string
required: true
multivalued: true
aggregationOfResources:
name: aggregationOfResources
description: A resolvable link of resources related to the resource and that can
exist independently of it.
title: aggregation of
from_schema: https://w3id.org/gaia-x/development#resource
alias: aggregationOfResources
owner: ContainerImage
domain_of:
- ServiceOffering
- Resource
- PhysicalResource
range: string
required: false
multivalued: true
any_of:
- range: Resource
name:
name: name
description: A human readable name of the entity.
title: name
from_schema: http://w3id.org/gaia-x/gx-trust-framework
rank: 1000
slot_uri: https_schema:name
alias: name
owner: ContainerImage
domain_of:
- GaiaXEntity
range: string
required: false
description:
name: description
description: A free text description of the entity.
title: description
from_schema: http://w3id.org/gaia-x/gx-trust-framework
rank: 1000
slot_uri: https_schema:description
alias: description
owner: ContainerImage
domain_of:
- GaiaXEntity
- DataProduct
- Measure
range: string
required: false