Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OciAnnotations

Package version

Additional information provided through arbitrary metadata

Hierarchy

  • OciAnnotations

Indexable

[additionalProperties: string]: unknown

Additional properties

Index

Properties

Optional authors

authors: undefined | string

Contact details of the people or organization responsible for the image.

Optional createdOn

createdOn: Date

Date and time on which the image was built (string, date-time as defined by https://tools.ietf.org/html/rfc3339#section-5.6)

Optional description

description: undefined | string

Human-readable description of the software packaged in the image

Optional documentation

documentation: undefined | string

URL to get documentation on the image.

Optional licenses

licenses: undefined | string

License(s) under which contained software is distributed as an SPDX License Expression.

Optional name

name: undefined | string

Name of the reference for a target.

Optional revision

revision: undefined | string

Source control revision identifier for the packaged software.

Optional source

source: undefined | string

URL to get source code for building the image.

Optional title

title: undefined | string

Human-readable title of the image

Optional url

url: undefined | string

URL to find more information on the image.

Optional vendor

vendor: undefined | string

Name of the distributing entity, organization or individual.

Optional version

version: undefined | string

Version of the packaged software. The version MAY match a label or tag in the source code repository, may also be Semantic versioning-compatible

Generated using TypeDoc