次の方法で共有


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

包含ソフトウェアが 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

包含ソフトウェアが 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