Skip to content

UpdateFrequency

Possible values for image's update frequency.

URI: UpdateFrequency

Permissible Values

Value Meaning Description
yearly None Image will be updated at least once per year
quarterly None Image will be updated at least once per quarter
monthly None Image will be updated at least once per month
weekly None Image will be updated at least once per week
daily None Image will be updated at least once per day
critical_bug None Image will be updated for critical bugs only
never None Image will never be updated

Slots

Name Description
replaceFrequency Frequency, in which the provider updates the image on a regular basis

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#image

LinkML Source

name: UpdateFrequency
description: Possible values for image's update frequency.
from_schema: https://w3id.org/gaia-x/development#image
permissible_values:
  yearly:
    text: yearly
    description: Image will be updated at least once per year.
  quarterly:
    text: quarterly
    description: Image will be updated at least once per quarter.
  monthly:
    text: monthly
    description: Image will be updated at least once per month.
  weekly:
    text: weekly
    description: Image will be updated at least once per week.
  daily:
    text: daily
    description: Image will be updated at least once per day.
  critical_bug:
    text: critical_bug
    description: Image will be updated for critical bugs only.
  never:
    text: never
    description: Image will never be updated.