共用方式為


OciAnnotations interface

透過任意元數據提供的其他資訊。 如需詳細資訊,請參閱 https://github.com/opencontainers/image-spec/blob/main/annotations.md 的規格。

Extends

Record<string, unknown>

屬性

org.opencontainers.image.authors

負責映像的人員或組織聯繫人詳細數據。

org.opencontainers.image.created

建立映像的日期和時間(字串、https://tools.ietf.org/html/rfc3339#section-5.6所定義的日期時間 )

org.opencontainers.image.description

映射中封裝之軟體的人類可讀描述

org.opencontainers.image.documentation

取得影像檔URL。

org.opencontainers.image.licenses

授權(s)以SPDX授權表達式的形式散發自主軟體。

org.opencontainers.image.ref.name

目標參考的名稱。

org.opencontainers.image.revision

已封裝軟體的原始檔控制修訂標識碼。

org.opencontainers.image.source

用來取得用來建置映像之原始程式碼的URL。

org.opencontainers.image.title

影像的人類可讀標題

org.opencontainers.image.url

用來尋找影像詳細資訊的URL。

org.opencontainers.image.vendor

分散式實體、組織或個人的名稱。

org.opencontainers.image.version

已封裝軟體的版本。 版本可能符合原始程式碼存放庫中的標籤或標籤,也可能與語意版本設定相容

屬性詳細資料

org.opencontainers.image.authors

負責映像的人員或組織聯繫人詳細數據。

org.opencontainers.image.authors?: string

屬性值

string

org.opencontainers.image.created

建立映像的日期和時間(字串、https://tools.ietf.org/html/rfc3339#section-5.6所定義的日期時間 )

org.opencontainers.image.created?: string

屬性值

string

org.opencontainers.image.description

映射中封裝之軟體的人類可讀描述

org.opencontainers.image.description?: string

屬性值

string

org.opencontainers.image.documentation

取得影像檔URL。

org.opencontainers.image.documentation?: string

屬性值

string

org.opencontainers.image.licenses

授權(s)以SPDX授權表達式的形式散發自主軟體。

org.opencontainers.image.licenses?: string

屬性值

string

org.opencontainers.image.ref.name

目標參考的名稱。

org.opencontainers.image.ref.name?: string

屬性值

string

org.opencontainers.image.revision

已封裝軟體的原始檔控制修訂標識碼。

org.opencontainers.image.revision?: string

屬性值

string

org.opencontainers.image.source

用來取得用來建置映像之原始程式碼的URL。

org.opencontainers.image.source?: string

屬性值

string

org.opencontainers.image.title

影像的人類可讀標題

org.opencontainers.image.title?: string

屬性值

string

org.opencontainers.image.url

用來尋找影像詳細資訊的URL。

org.opencontainers.image.url?: string

屬性值

string

org.opencontainers.image.vendor

分散式實體、組織或個人的名稱。

org.opencontainers.image.vendor?: string

屬性值

string

org.opencontainers.image.version

已封裝軟體的版本。 版本可能符合原始程式碼存放庫中的標籤或標籤,也可能與語意版本設定相容

org.opencontainers.image.version?: string

屬性值

string